You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/08/31 22:05:27 UTC

svn commit: r265568 - /maven/maven-1/plugins/trunk/jetty/plugin.jelly

Author: aheritier
Date: Wed Aug 31 13:05:23 2005
New Revision: 265568

URL: http://svn.apache.org/viewcvs?rev=265568&view=rev
Log:
add ant to jetty classpath

Modified:
    maven/maven-1/plugins/trunk/jetty/plugin.jelly

Modified: maven/maven-1/plugins/trunk/jetty/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jetty/plugin.jelly?rev=265568&r1=265567&r2=265568&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jetty/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jetty/plugin.jelly Wed Aug 31 13:05:23 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org