Auto download jetty in the debian and debian-source targets

This commit is contained in:
HungryHobo
2010-11-06 05:38:00 +00:00
parent d64a2b0306
commit 43c7cc0893

View File

@ -905,7 +905,7 @@
</exec> </exec>
<echo message="====================" /> <echo message="====================" />
<!-- bundle the 20MB jetty 5 lib since there probably isn't a deb for it --> <!-- bundle the 20MB jetty 5 lib since there probably isn't a deb for it -->
<ant dir="apps/jetty" target="verifyJettylib" /> <ant dir="apps/jetty" target="ensureJettylib" />
<exec executable="dpkg-buildpackage" failifexecutionfails="true"> <exec executable="dpkg-buildpackage" failifexecutionfails="true">
<arg value="-I_MTN" /> <arg value="-I_MTN" />
</exec> </exec>
@ -924,7 +924,7 @@
</target> </target>
<target name="debian-source"> <target name="debian-source">
<!-- bundle the 20MB jetty 5 lib since there probably isn't a deb for it --> <!-- bundle the 20MB jetty 5 lib since there probably isn't a deb for it -->
<ant dir="apps/jetty" target="verifyJettylib" /> <ant dir="apps/jetty" target="ensureJettylib" />
<echo message="Did you update the version in these files?" /> <echo message="Did you update the version in these files?" />
<exec executable="ls" failonerror="true"> <exec executable="ls" failonerror="true">
<arg value="-l" /> <arg value="-l" />