Fix classpath bug that stopped the plugin working

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-18 14:01:27 +00:00
parent 9c9d47bfbd
commit 57df5bc41e

View File

@ -33,6 +33,7 @@
<taskdef name="struts10warvalidator"
classname="org.apache.maven.struts.Struts10WarValidator">
<classpath>
<pathelement path="${plugin.dir}" />
<pathelement path="${plugin.resources}" />
<pathelement path="${plugin.getDependencyPath('maven+j2ee-plugin')}"/>
<pathelement path="${plugin.getDependencyPath('ant')}"/>
@ -40,6 +41,7 @@
<pathelement path="${plugin.getDependencyPath('commons-lang')}"/>
<pathelement path="${plugin.getDependencyPath('dom4j')}"/>
<pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
<pathelement path="${plugin.getDependencyPath('regexp')}"/>
</classpath>
</taskdef>