remove jetty fixes from release target
This commit is contained in:
@ -722,7 +722,7 @@
|
|||||||
|
|
||||||
<!-- this is the same dependency as pkg, but with updater200 in the middle,
|
<!-- this is the same dependency as pkg, but with updater200 in the middle,
|
||||||
since preppkg puts too much stuff in pkg-temp -->
|
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="================================================================" />
|
||||||
<echo message="Did you update these files?" />
|
<echo message="Did you update these files?" />
|
||||||
<exec executable="ls" failonerror="true">
|
<exec executable="ls" failonerror="true">
|
||||||
|
Reference in New Issue
Block a user