CVS: jcontainer/loom/demos/avalonlifecycle project.xml,1.14,1.15
mauro-yCVjj/[email protected] Sat, 1 Nov 2003 07:26:26 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/demos/avalonlifecycle
In directory hogshead.codehaus.org:/tmp/cvs-serv14556/loom/demos/avalonlifecycle
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/avalonlifecycle/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- project.xml 28 Oct 2003 13:38:07 -0000 1.14
+++ project.xml 1 Nov 2003 13:26:24 -0000 1.15
@@ -12,16 +12,6 @@
<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>
@@ -40,15 +30,6 @@
<groupId>avalon</groupId>
<artifactId>avalon-phoenix-client</artifactId>
<version>20030819</version>
- </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>