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 06:59:34 UTC

svn commit: rev 30820 - excalibur/trunk/containerkit/instrument/mgr-api

Author: leif
Date: Tue Jul 27 21:59:34 2004
New Revision: 30820

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

Modified: excalibur/trunk/containerkit/instrument/mgr-api/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/spi/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument/mgr-api/project.xml	Tue Jul 27 21:59:34 2004
@@ -19,9 +19,9 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <name>Excalibur Instrument Manager SPI</name>
-  <id>excalibur-instrument-spi</id>
-  <shortDescription>Excalibur Instrument Manager SPI (Service Provider Interface)</shortDescription>
+  <name>Excalibur Instrument Manager API</name>
+  <id>excalibur-instrument-mgr-api</id>
+  <shortDescription>Excalibur Instrument Manager API</shortDescription>
 
   <dependencies>
     <dependency>
@@ -31,7 +31,7 @@
     </dependency>
     <dependency>
       <groupId>excalibur-instrument</groupId>
-      <artifactId>excalibur-instrument</artifactId>
+      <artifactId>excalibur-instrument-api</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