remove jetty fixes from release target

This commit is contained in:
zzz
2010-06-07 12:57:10 +00:00
parent 5bbd61b75c
commit 746bad3c30

View File

@ -722,7 +722,7 @@
<!-- 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, updaterWithJettyFixes, updater200WithJettyFixes, preppkg, installer" >
<target name="release" depends="distclean, updater, updater200, preppkg, installer" >
<echo message="================================================================" />
<echo message="Did you update these files?" />
<exec executable="ls" failonerror="true">