dion 2004/01/05 01:57:30 Modified: struts/xdocs changes.xml struts project.xml Log: - Remove unneeded ant dependency. - plugin:test is non-existent - standalone runs succeed Revision Changes Path 1.9 +5 -0 maven-plugins/struts/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/struts/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 5 Jan 2004 05:01:30 -0000 1.8 +++ changes.xml 5 Jan 2004 09:57:30 -0000 1.9 @@ -6,6 +6,11 @@ </properties> <body> + <release version="1.3" date="in CVS"> + <action dev="dion" type="update"> + Remove unneeded ant dependency + </action> + </release> <release version="1.2" date="2003-09-29"> <action dev="dion" type="update"> Upgrade to dom4j 1.4 1.31 +0 -8 maven-plugins/struts/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/struts/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 5 Jan 2004 05:01:30 -0000 1.30 +++ project.xml 5 Jan 2004 09:57:30 -0000 1.31 @@ -73,14 +73,6 @@ </properties> </dependency> <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.5.3-1</version> - <properties> - <classloader>root</classloader> - </properties> - </dependency> - <dependency> <groupId>xerces</groupId> <artifactId>xerces</artifactId> <version>2.4.0</version>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]