add ant to jetty classpath

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@265568 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-08-31 20:05:23 +00:00
parent be9a050d5b
commit 38c3895a13

View File

@ -109,6 +109,7 @@
<ant:pathelement location="${plugin.getDependencyPath('servletapi:servletapi')}"/>
<ant:pathelement location="${plugin.getDependencyPath('tomcat:jasper-compiler')}"/>
<ant:pathelement location="${plugin.getDependencyPath('tomcat:jasper-runtime')}"/>
<ant:pathelement location="${plugin.getDependencyPath('ant:ant')}"/>
<ant:pathelement location="${tools.jar}"/>
</ant:classpath>
</ant:java>