Use ${ant.home}/lib/ant.jar instead of pulling ant.jar from Jetty

This commit is contained in:
zzz
2012-01-23 16:44:08 +00:00
parent 221499c1a8
commit 061f96ad89
4 changed files with 3 additions and 4 deletions

View File

@@ -174,7 +174,7 @@
<pathelement location="../../jetty/jettylib/commons-logging.jar" />
<pathelement location="../../jetty/jettylib/commons-el.jar" />
<pathelement location="../../jetty/jettylib/jsp-api.jar" />
<pathelement location="../../jetty/jettylib/ant.jar" />
<pathelement location="${ant.home}/lib/ant.jar" />
<pathelement location="build/i2ptunnel.jar" />
<pathelement location="build/temp-beans.jar" />
</classpath>