forked from I2P_Developers/i2p.i2p
Fix build error that omitted local jetty patches from org.mortbay.jetty.jar;
affected 0.8.4 and 0.8.6 installers. Include jar in the updater for the next release. Thx KYTV.
This commit is contained in:
@@ -878,7 +878,10 @@
|
||||
|
||||
<!-- this is the same dependency as pkg, but with updater200 in the middle,
|
||||
since preppkg puts too much stuff in pkg-temp -->
|
||||
<!--
|
||||
<target name="release" depends="distclean, updater, updater200, preppkg, installer" >
|
||||
-->
|
||||
<target name="release" depends="distclean, updaterWithJettyFixes, updater200WithJettyFixes, preppkg, installer" >
|
||||
<echo message="================================================================" />
|
||||
<echo message="Did you update these files?" />
|
||||
<exec executable="ls" failonerror="true">
|
||||
|
Reference in New Issue
Block a user