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:23:45 UTC

svn commit: rev 22931 - in excalibur/trunk/components/pool: . api impl instrumented

Author: neeme
Date: Thu Jul 15 06:23:44 2004
New Revision: 22931

Modified:
   excalibur/trunk/components/pool/api/project.xml
   excalibur/trunk/components/pool/impl/project.xml
   excalibur/trunk/components/pool/instrumented/project.xml
   excalibur/trunk/components/pool/project-common.xml
   excalibur/trunk/components/pool/project.xml
Log:
moved common data to project-common.xml:
* groupId
* inceptionYear
* package
* currentVersion

Modified: excalibur/trunk/components/pool/api/project.xml
==============================================================================
--- excalibur/trunk/components/pool/api/project.xml	(original)
+++ excalibur/trunk/components/pool/api/project.xml	Thu Jul 15 06:23:44 2004
@@ -19,11 +19,8 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <groupId>excalibur-pool</groupId>
   <id>excalibur-pool-api</id>
   <name>Excalibur Pool API</name>
-  <package>org.apache.avalon.excalibur.pool</package>
-  <inceptionYear>2001</inceptionYear>
   <shortDescription>Excalibur Pool API</shortDescription>
 
   <dependencies>

Modified: excalibur/trunk/components/pool/impl/project.xml
==============================================================================
--- excalibur/trunk/components/pool/impl/project.xml	(original)
+++ excalibur/trunk/components/pool/impl/project.xml	Thu Jul 15 06:23:44 2004
@@ -19,11 +19,8 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <groupId>excalibur-pool</groupId>
   <id>excalibur-pool-impl</id>
   <name>Excalibur Pool Implementation</name>
-  <package>org.apache.avalon.excalibur.pool</package>
-  <inceptionYear>2001</inceptionYear>
   <shortDescription>Excalibur Pool Implementation</shortDescription>
   
   <dependencies>

Modified: excalibur/trunk/components/pool/instrumented/project.xml
==============================================================================
--- excalibur/trunk/components/pool/instrumented/project.xml	(original)
+++ excalibur/trunk/components/pool/instrumented/project.xml	Thu Jul 15 06:23:44 2004
@@ -19,11 +19,8 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <groupId>excalibur-pool</groupId>
   <id>excalibur-pool-instrumented</id>
   <name>Excalibur Pool Instrumented Implementation</name>
-  <package>org.apache.excalibur.pool</package>
-  <inceptionYear>2001</inceptionYear>
   <shortDescription>Excalibur Pool Instrumented Implementation</shortDescription>
   
   <dependencies>

Modified: excalibur/trunk/components/pool/project-common.xml
==============================================================================
--- excalibur/trunk/components/pool/project-common.xml	(original)
+++ excalibur/trunk/components/pool/project-common.xml	Thu Jul 15 06:23:44 2004
@@ -22,7 +22,8 @@
   <name>Excalibur Pool</name>
   <groupId>excalibur-pool</groupId>
   <id>excalibur-pool</id>
-  <inceptionYear>2000</inceptionYear>
+  <package>org.apache.excalibur.pool</package>
+  <inceptionYear>2001</inceptionYear>
   <currentVersion>2.0</currentVersion>
 
 </project>

Modified: excalibur/trunk/components/pool/project.xml
==============================================================================
--- excalibur/trunk/components/pool/project.xml	(original)
+++ excalibur/trunk/components/pool/project.xml	Thu Jul 15 06:23:44 2004
@@ -17,11 +17,9 @@
 limitations under the License.
 -->
 <project>
-  <extend>${basedir}/../project-common.xml</extend>
+  <extend>project-common.xml</extend>
 
   <name>Excalibur Pool</name>
-  <groupId>excalibur-pool</groupId>
   <id>excalibur-pool</id>
-  <inceptionYear>2000</inceptionYear>
 
 </project>

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