CVS: jcontainer/loom/demos/distributed project.xml,1.13,1.14
mauro-yCVjj/[email protected]
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/demos/distributed
In directory hogshead.codehaus.org:/tmp/cvs-serv14556/loom/demos/distributed
Modified Files:
project.xml
Log Message:
Updated demos to use the maven-sar plugin which
includes loom-info code and specified its own dependencies.
Index: project.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/distributed/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- project.xml 28 Oct 2003 13:38:07 -0000 1.13
+++ project.xml 1 Nov 2003 13:26:23 -0000 1.14
@@ -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>