vmassol 2003/08/11 13:49:34
Modified: src/plugins-build/cactus project.xml plugin.jelly
Log:
Sync dependency retrieval with declared ones in project.xml. dIon, next time be
careful when you change a plugin dependencies... Agreed ths plugin code could have
been more generic but I like to explicitely choose the dependent jars one by one... :-)
Revision Changes Path
1.37 +2 -1 maven/src/plugins-build/cactus/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- project.xml 9 Aug 2003 16:56:43 -0000 1.36
+++ project.xml 11 Aug 2003 20:49:33 -0000 1.37
@@ -102,7 +102,8 @@
<version>3.8.1</version>
</dependency>
- <!-- Note: Dependencies below are needed by HttpUnit -->
+ <!-- Note: Dependencies below are needed by HttpUnit. Xerces is also
+ needed by the XML report used by the junitreport Ant task -->
<dependency>
<groupId>httpunit</groupId>
1.34 +2 -2 maven/src/plugins-build/cactus/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- plugin.jelly 8 Aug 2003 17:52:04 -0000 1.33
+++ plugin.jelly 11 Aug 2003 20:49:33 -0000 1.34
@@ -43,8 +43,8 @@
<pathelement location="${plugin.getDependencyPath('aspectj:aspectjrt')}"/>
<pathelement location="${plugin.getDependencyPath('httpunit:httpunit')}"/>
<pathelement location="${plugin.getDependencyPath('nekohtml:nekohtml')}"/>
- <pathelement location="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
- <pathelement location="${plugin.getDependencyPath('xerces:xmlParserAPIs')}"/>
+ <pathelement location="${plugin.getDependencyPath('xerces:xerces')}"/>
+ <pathelement location="${plugin.getDependencyPath('xml-apis:xml-apis')}"/>
<pathelement location="${plugin.getDependencyPath('rhino:js')}"/>
</ant:path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]