CVS: jcontainer/loom/demos/helloworld project.xml,1.21,1.22

mauro-yCVjj/[email protected] Mon, 15 Dec 2003 11:31:10 -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-serv11528/loom/demos/helloworld

Modified Files:
	project.xml 
Log Message:
Renamed spice components package org.jcomponent -> org.codehaus.spice 

Index: project.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/demos/helloworld/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- project.xml	27 Nov 2003 09:18:29 -0000	1.21
+++ project.xml	15 Dec 2003 17:31:08 -0000	1.22
@@ -27,22 +27,22 @@
             <version>4.0.4</version>
         </dependency>
         <dependency>
-            <groupId>jcomponent</groupId>
-            <artifactId>jcomponent-netserve</artifactId>
-            <version>20031107.190306</version>
+            <groupId>spice</groupId>
+            <artifactId>spice-netserve</artifactId>
+            <version>1.0-b1</version>
             <properties>
                 <sar.bundle>true</sar.bundle>
             </properties>
         </dependency>
         <dependency>
-            <groupId>jcomponent</groupId>
-            <artifactId>jcomponent-threadpool</artifactId>
-            <version>20030831.040503</version>
+            <groupId>spice</groupId>
+            <artifactId>spice-threadpool</artifactId>
+            <version>1.0-b1</version>
             <properties>
                 <sar.bundle>true</sar.bundle>
             </properties>
         </dependency>
-        <dependency> <!-- for jcomponent-threadpool -->
+        <dependency> <!-- for spice-threadpool -->
             <id>commons-pool</id>
             <version>20030623.172700</version>
             <properties>