For webapp also:

Pull in override.properties for bootclasspath
Bump to java 1.6
This commit is contained in:
zzz
2016-08-14 15:38:58 +00:00
parent dd0d7ba6c9
commit ab14737fd1
2 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@
<delete dir="plugin/eepsite/docroot/torrents/" />
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="0.14.0" />
<property name="release.number" value="0.15.0" />
<!-- make the update xpi2p -->
<!-- this contains everything except i2ptunnel.config -->

View File

@ -67,13 +67,15 @@
<javac
debug="true"
deprecation="on"
source="1.5" target="1.5"
source="${javac.version}" target="${javac.version}"
destdir="build/war/WEB-INF/classes"
srcdir="./build/jspjava"
includes="**/*.java"
includeAntRuntime="false"
classpathref="jspcp"
failonerror="true" />
failonerror="true" >
<compilerarg line="${javac.compilerargs}" />
</javac>
<copy file="jsp/WEB-INF/web.xml" tofile="build/web.xml" />
<loadfile property="jspc.web.fragment" srcfile="build/web-fragment.xml" />