forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p.zzz.test2' (head 8fa44268a1dd2b7baaf01806e6994281ab031870)
to branch 'i2p.i2p' (head 44afdaa15ce8a95c112c7d58a5908f401c1a0145)
This commit is contained in:
17
build.xml
17
build.xml
@@ -868,6 +868,21 @@
|
||||
</target>
|
||||
|
||||
<target name="-pre-release">
|
||||
<fail message="javac.compilerargs must contain a -bootclasspath option in override.properties">
|
||||
<condition>
|
||||
<not><contains string="${javac.compilerargs}" substring="-bootclasspath"/></not>
|
||||
</condition>
|
||||
</fail>
|
||||
<fail message="build.built-by must be set in override.properties">
|
||||
<condition>
|
||||
<equals arg1="${build.built-by}" arg2="unknown"/>
|
||||
</condition>
|
||||
</fail>
|
||||
<fail message="require.gettext must be true">
|
||||
<condition>
|
||||
<not><equals arg1="${require.gettext}" arg2="true"/></not>
|
||||
</condition>
|
||||
</fail>
|
||||
<echo message="================================================================" />
|
||||
<echo message="Did you update these files?" />
|
||||
<exec executable="ls" failonerror="true">
|
||||
@@ -1450,9 +1465,7 @@
|
||||
</target>
|
||||
|
||||
<!-- All jetty jars required for update.
|
||||
We don't need commons-el or commons-logging, they haven't changed.
|
||||
TODO do we need to bother updating jasper?
|
||||
TODO where is JMX? We don't need it I hope.
|
||||
-->
|
||||
<target name="prepjupdate" depends="prepupdate, buildWEB">
|
||||
<copy todir="pkg-temp/lib" >
|
||||
|
Reference in New Issue
Block a user