fix for java8

master
Vitaliy Filippov 2015-12-07 18:04:20 +03:00
parent 7b1022549f
commit e4bfe46abf
5 changed files with 1136 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -143,7 +143,7 @@
depends="jsr173-bundle.downloaded, dirs"
unless="jsr173-bundle.exists">
<get dest="external/lib/jsr173_1.0_api_bundle.jar"
src="http://mirrors.ibiblio.org/pub/mirrors/maven/xmlbeans/jars/jsr173_1.0_api_bundle.jar"
src="http://apache.xmlcity.org/java-repository/xmlbeans/jars/jsr173_1.0_api_bundle.jar"
verbose="true" usetimestamp="true" ignoreerrors="true"/>
</target>
@ -662,6 +662,7 @@
<pathelement location="build/classes/configschema"/>
<pathelement location="build/classes/toolschema"/>
<pathelement location="build/classes/xsdschema"/>
<pathelement location="build/classes/typestore"/>
<path refid="maven.plugin.classpath"/>
</classpath>
</javac>

View File

@ -71,7 +71,7 @@
<unzip src="${basedir}/xbean-src/2.3.0/xmlbeans.zip"
dest="${project.build.directory}/xbean_unzip" overwrite="false"/>
<copy todir="${project.build.directory}/xbean_unzip" overwrite="false">
<copy todir="${project.build.directory}/xbean_unzip" overwrite="true">
<fileset dir="${basedir}/modified"/>
</copy>
</tasks>

View File

@ -647,6 +647,7 @@
<pathelement location="build/classes/configschema"/>
<pathelement location="build/classes/toolschema"/>
<pathelement location="build/classes/xsdschema"/>
<pathelement location="build/classes/typestore"/>
</classpath>
</javac>

View File

@ -647,6 +647,7 @@
<pathelement location="build/classes/configschema"/>
<pathelement location="build/classes/toolschema"/>
<pathelement location="build/classes/xsdschema"/>
<pathelement location="build/classes/typestore"/>
</classpath>
</javac>