hammant 2004/06/06 16:17:18
Modified: integrationtests project.xml
Log:
attempt to fix deps
Revision Changes Path
1.4 +9 -4 incubator-altrmi/integrationtests/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-altrmi/integrationtests/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 6 Jun 2004 23:03:06 -0000 1.3
+++ project.xml 6 Jun 2004 23:17:18 -0000 1.4
@@ -70,10 +70,15 @@
<jar>tools.jar</jar>
<version>included in JDK/JRE</version>
</dependency>
- <dependency>
- <id>commons-logging</id>
- <version>1.0.3</version>
- </dependency>
+ <dependency>
+ <id>xdoclet+xjavadoc</id>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javadoc</groupId>
+ <artifactId>javadoc</artifactId>
+ <version>1.4</version>
+ </dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]