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

svn commit: rev 22936 - in excalibur/trunk/containerkit/instrument-manager: . altrmi http impl spi

Author: neeme
Date: Thu Jul 15 06:39:44 2004
New Revision: 22936

Modified:
   excalibur/trunk/containerkit/instrument-manager/altrmi/project.xml
   excalibur/trunk/containerkit/instrument-manager/http/project.xml
   excalibur/trunk/containerkit/instrument-manager/impl/project.xml
   excalibur/trunk/containerkit/instrument-manager/project-common.xml
   excalibur/trunk/containerkit/instrument-manager/spi/project.xml
Log:
moved common data to project-common.xml:
* groupId
* inceptionYear
* package
* description

Modified: excalibur/trunk/containerkit/instrument-manager/altrmi/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/altrmi/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument-manager/altrmi/project.xml	Thu Jul 15 06:39:44 2004
@@ -19,21 +19,9 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <name>Excalibur Instrument Manager Implementation</name>
+  <name>Excalibur Instrument Manager AltRMI Implementation</name>
   <id>excalibur-instrument-altrmi</id>
-  <groupId>excalibur-instrument</groupId>
-  <inceptionYear>1997</inceptionYear>
-  <shortDescription>Excalibur Instrument Manager</shortDescription>
-  <description>
-        Excalibur Instrument is an instrumentation utility that allows you
-        to attach a separate JVM to your running application to determine its
-        health.  Instrumentation is the process of exposing the internal state
-        in a way that is easy for an administrator or help desk personell to
-        digest.  Excalibur Instrumentation is such a package that you can use
-        for your Avalon based projects.
-  </description>
-
-  <package>org.apache.excalibur</package>
+  <shortDescription>Excalibur Instrument Manager AltRMI Implementation</shortDescription>
 
   <dependencies>
     <dependency>

Modified: excalibur/trunk/containerkit/instrument-manager/http/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/http/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument-manager/http/project.xml	Thu Jul 15 06:39:44 2004
@@ -19,21 +19,9 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <name>Excalibur Instrument Manager Implementation</name>
+  <name>Excalibur Instrument Manager HTTP Implementation</name>
   <id>excalibur-instrument-http</id>
-  <groupId>excalibur-instrument</groupId>
-  <inceptionYear>1997</inceptionYear>
-  <shortDescription>Excalibur Instrument Manager</shortDescription>
-  <description>
-        Excalibur Instrument is an instrumentation utility that allows you
-        to attach a separate JVM to your running application to determine its
-        health.  Instrumentation is the process of exposing the internal state
-        in a way that is easy for an administrator or help desk personell to
-        digest.  Excalibur Instrumentation is such a package that you can use
-        for your Avalon based projects.
-  </description>
-
-  <package>org.apache.excalibur</package>
+  <shortDescription>Excalibur Instrument Manager HTTP Implementation</shortDescription>
 
   <dependencies>
     <dependency>

Modified: excalibur/trunk/containerkit/instrument-manager/impl/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/impl/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument-manager/impl/project.xml	Thu Jul 15 06:39:44 2004
@@ -21,19 +21,7 @@
 
   <name>Excalibur Instrument Manager Implementation</name>
   <id>excalibur-instrument-impl</id>
-  <groupId>excalibur-instrument</groupId>
-  <inceptionYear>1997</inceptionYear>
-  <shortDescription>Excalibur Instrument Manager</shortDescription>
-  <description>
-        Excalibur Instrument is an instrumentation utility that allows you
-        to attach a separate JVM to your running application to determine its
-        health.  Instrumentation is the process of exposing the internal state
-        in a way that is easy for an administrator or help desk personell to
-        digest.  Excalibur Instrumentation is such a package that you can use
-        for your Avalon based projects.
-  </description>
-
-  <package>org.apache.excalibur</package>
+  <shortDescription>Excalibur Instrument Manager Implementation</shortDescription>
 
   <dependencies>
     <dependency>

Modified: excalibur/trunk/containerkit/instrument-manager/project-common.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/project-common.xml	(original)
+++ excalibur/trunk/containerkit/instrument-manager/project-common.xml	Thu Jul 15 06:39:44 2004
@@ -17,4 +17,16 @@
 -->
 <project>
     <extend>${basedir}/../project-common.xml</extend>
+
+    <groupId>excalibur-instrument</groupId>
+    <inceptionYear>1997</inceptionYear>
+    <package>org.apache.excalibur</package>
+    <description>
+        Excalibur Instrument is an instrumentation utility that allows you
+        to attach a separate JVM to your running application to determine its
+        health.  Instrumentation is the process of exposing the internal state
+        in a way that is easy for an administrator or help desk personell to
+        digest.  Excalibur Instrumentation is such a package that you can use
+        for your Avalon based projects.
+    </description>
 </project>

Modified: excalibur/trunk/containerkit/instrument-manager/spi/project.xml
==============================================================================
--- excalibur/trunk/containerkit/instrument-manager/spi/project.xml	(original)
+++ excalibur/trunk/containerkit/instrument-manager/spi/project.xml	Thu Jul 15 06:39:44 2004
@@ -21,19 +21,7 @@
 
   <name>Excalibur Instrument Manager SPI</name>
   <id>excalibur-instrument-spi</id>
-  <groupId>excalibur-instrument</groupId>
-  <inceptionYear>1997</inceptionYear>
-  <shortDescription>Excalibur Instrument Manager</shortDescription>
-  <description>
-        Excalibur Instrument is an instrumentation utility that allows you
-        to attach a separate JVM to your running application to determine its
-        health.  Instrumentation is the process of exposing the internal state
-        in a way that is easy for an administrator or help desk personell to
-        digest.  Excalibur Instrumentation is such a package that you can use
-        for your Avalon based projects.
-  </description>
-
-  <package>org.apache.excalibur</package>
+  <shortDescription>Excalibur Instrument Manager SPI (Service Provider Interface)</shortDescription>
 
   <dependencies>
     <dependency>

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