CVS: jcontainer/loom/demos/helloworld project.xml,1.17,1.18

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/helloworld
In directory hogshead.codehaus.org:/tmp/cvs-serv14556/loom/demos/helloworld

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/helloworld/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- project.xml	28 Oct 2003 13:38:07 -0000	1.17
+++ project.xml	1 Nov 2003 13:26:23 -0000	1.18
@@ -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>
@@ -65,15 +55,6 @@
             <properties>
                 <sar.bundle>true</sar.bundle>
             </properties>
-        </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>