CVS: jcontainer/loom/demos/distributed/client project.xml,1.9,1.10
Peter Donald <pdonald-yCVjj/[email protected]> Sun, 2 Nov 2003 22:29:25 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/demos/distributed/client
In directory hogshead.codehaus.org:/tmp/cvs-serv18777
Modified Files:
project.xml
Log Message:
Remove info and associated dependencies as all handled by plugin
Index: project.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/distributed/client/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- project.xml 28 Oct 2003 13:38:07 -0000 1.9
+++ project.xml 3 Nov 2003 04:29:22 -0000 1.10
@@ -12,28 +12,9 @@
<dependencies>
<dependency>
<groupId>loom</groupId>
- <artifactId>loom-info</artifactId>
- <version>${pom.currentVersion}</version>
- </dependency>
- <dependency>
- <groupId>dna</groupId>
- <artifactId>dna-tools</artifactId>
- <version>20031016.083103</version>
- </dependency>
- <dependency>
- <groupId>loom</groupId>
<artifactId>maven-sar-plugin</artifactId>
<version>${pom.currentVersion}</version>
<type>plugin</type>
- </dependency>
- <dependency> <!-- for metagenerating xinfo -->
- <groupId>spice</groupId>
- <artifactId>spice-metaclass</artifactId>
- <version>20031005.002435</version>
- </dependency>
- <dependency> <!-- for metagenerating xinfo -->
- <id>qdox</id>
- <version>1.1</version>
</dependency>
</dependencies>