You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/07/28 07:00:46 UTC

svn commit: rev 30822 - excalibur/trunk/containerkit/instrument/mgr-http

Author: leif
Date: Tue Jul 27 22:00:46 2004
New Revision: 30822

Added:
   excalibur/trunk/containerkit/instrument/mgr-http/
      - copied from rev 30811, excalibur/trunk/containerkit/instrument-manager/http/
Modified:
   excalibur/trunk/containerkit/instrument/mgr-http/project.xml
Log:
Restructure the instrument directories so that everything is located under the instrument group.

Modified: excalibur/trunk/containerkit/instrument/mgr-http/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/http/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument/mgr-http/project.xml	Tue Jul 27 22:00:46 2004
@@ -20,7 +20,7 @@
   <extend>${basedir}/../project-common.xml</extend>
 
   <name>Excalibur Instrument Manager HTTP Connector</name>
-  <id>excalibur-instrument-http</id>
+  <id>excalibur-instrument-mgr-http</id>
   <shortDescription>Excalibur Instrument Manager HTTP Connector</shortDescription>
 
   <dependencies>
@@ -36,17 +36,17 @@
     </dependency>
     <dependency>
       <groupId>excalibur-instrument</groupId>
-      <artifactId>excalibur-instrument</artifactId>
+      <artifactId>excalibur-instrument-api</artifactId>
       <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>excalibur-instrument</groupId>
-      <artifactId>excalibur-instrument-spi</artifactId>
+      <artifactId>excalibur-instrument-mgr-api</artifactId>
       <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>excalibur-instrument</groupId>
-      <artifactId>excalibur-instrument-impl</artifactId>
+      <artifactId>excalibur-instrument-mgr-impl</artifactId>
       <version>1.2</version>
     </dependency>
         

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org