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:
zzz
2011-05-22 18:33:51 +00:00
parent 18e57d19db
commit 6b923c7251
2 changed files with 4 additions and 5 deletions

View File

@@ -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">