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/06/15 12:41:19 UTC

svn commit: rev 21260 - in excalibur/sandbox/fortress2: ecm ecm-examples/instrument-manager ecm-tests fortress1-api fortress1-bean fortress1-examples fortress1-impl fortress1-meta fortress1-test

Author: leosimons
Date: Tue Jun 15 03:41:18 2004
New Revision: 21260

Modified:
   excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.properties
   excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.xml
   excalibur/sandbox/fortress2/ecm-tests/project.properties
   excalibur/sandbox/fortress2/ecm-tests/project.xml
   excalibur/sandbox/fortress2/ecm/project.properties
   excalibur/sandbox/fortress2/ecm/project.xml
   excalibur/sandbox/fortress2/fortress1-api/project.properties
   excalibur/sandbox/fortress2/fortress1-api/project.xml
   excalibur/sandbox/fortress2/fortress1-bean/project.properties
   excalibur/sandbox/fortress2/fortress1-bean/project.xml
   excalibur/sandbox/fortress2/fortress1-examples/project.properties
   excalibur/sandbox/fortress2/fortress1-examples/project.xml
   excalibur/sandbox/fortress2/fortress1-impl/project.properties
   excalibur/sandbox/fortress2/fortress1-impl/project.xml
   excalibur/sandbox/fortress2/fortress1-meta/project.properties
   excalibur/sandbox/fortress2/fortress1-meta/project.xml
   excalibur/sandbox/fortress2/fortress1-test/project.properties
   excalibur/sandbox/fortress2/fortress1-test/project.xml
Log:
Change artifact ids

Modified: excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.properties	(original)
+++ excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.properties	Tue Jun 15 03:41:18 2004
@@ -15,11 +15,5 @@
 # limitations under the License.
 #
 #
-# -------------------------------------------------------------------
-# P R O J E C T  P R O P E R T I E S
-# -------------------------------------------------------------------
-
-avalon.buildsystem=${basedir}/../../buildsystem
-
-project.name=excalibur-component-examples-instrument-manager
+project.name=excalibur-ecm-examples-instrument-manager
         

Modified: excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.xml	(original)
+++ excalibur/sandbox/fortress2/ecm-examples/instrument-manager/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../../buildsystem/project-common.xml</extend>
 
     <name>ECM Instrumentation Example</name>
-    <id>excalibur-component-examples</id>
+    <id>excalibur-ecm-examples</id>
     <currentVersion>1.0-dev</currentVersion>
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Excalibur's Excalibur-Component-Manager-Examples component</shortDescription>

Modified: excalibur/sandbox/fortress2/ecm-tests/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/ecm-tests/project.properties	(original)
+++ excalibur/sandbox/fortress2/ecm-tests/project.properties	Tue Jun 15 03:41:18 2004
@@ -14,10 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-
-avalon.buildsystem=${basedir}/../buildsystem
-
-# gump integration
-project.name = excalibur-component-tests
+project.name = excalibur-ecm-test
 
 

Modified: excalibur/sandbox/fortress2/ecm-tests/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/ecm-tests/project.xml	(original)
+++ excalibur/sandbox/fortress2/ecm-tests/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../buildsystem/project-common.xml</extend>
 
     <name>Excalibur Component Manager Tests</name>
-    <id>excalibur-component-tests</id>
+    <id>excalibur-ecm-test</id>
     <currentVersion>1.3</currentVersion>
     <inceptionYear>1997</inceptionYear>
     <shortDescription>Tests for the Excalibur Component Manager</shortDescription>

Modified: excalibur/sandbox/fortress2/ecm/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/ecm/project.properties	(original)
+++ excalibur/sandbox/fortress2/ecm/project.properties	Tue Jun 15 03:41:18 2004
@@ -15,9 +15,5 @@
 # limitations under the License.
 #
 #
-
-avalon.buildsystem=../buildsystem
-
-# gump integration
-project.name = excalibur-component
+project.name = excalibur-ecm
 

Modified: excalibur/sandbox/fortress2/ecm/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/ecm/project.xml	(original)
+++ excalibur/sandbox/fortress2/ecm/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../buildsystem/project-common.xml</extend>
 
     <name>Excalibur Component Manager</name>
-    <id>excalibur-component</id>
+    <id>excalibur-ecm</id>
     <currentVersion>1.3</currentVersion>
     <inceptionYear>1997</inceptionYear>
     <shortDescription>A lightweight avalon container</shortDescription>

Modified: excalibur/sandbox/fortress2/fortress1-api/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-api/project.properties	(original)
+++ excalibur/sandbox/fortress2/fortress1-api/project.properties	Tue Jun 15 03:41:18 2004
@@ -13,13 +13,6 @@
 # 
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-# -------------------------------------------------------------------
-# P R O J E C T  P R O P E R T I E S
-# -------------------------------------------------------------------
-
-# location of the build system
-avalon.buildsystem = ${basedir}/../../buildsystem
-
-# gump integration
-project.name=excalibur-fortress-container-api
+#
+#
+project.name=excalibur-fortress1-api

Modified: excalibur/sandbox/fortress2/fortress1-api/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-api/project.xml	(original)
+++ excalibur/sandbox/fortress2/fortress1-api/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../project-common.xml</extend>
 
     <name>Excalibur Fortress Container API</name>
-    <id>excalibur-fortress-container-api</id>
+    <id>excalibur-fortress1-api</id>
     
     <shortDescription>The Excalibur Fortress container</shortDescription>
     <description>

Modified: excalibur/sandbox/fortress2/fortress1-bean/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-bean/project.properties	(original)
+++ excalibur/sandbox/fortress2/fortress1-bean/project.properties	Tue Jun 15 03:41:18 2004
@@ -14,12 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # 
-# -------------------------------------------------------------------
-# P R O J E C T  P R O P E R T I E S
-# -------------------------------------------------------------------
-
-# location of the build system
-avalon.buildsystem = ${basedir}/../../buildsystem
-
-# gump integration
-project.name=excalibur-fortress-bean
+project.name=excalibur-fortress1-bean

Modified: excalibur/sandbox/fortress2/fortress1-bean/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-bean/project.xml	(original)
+++ excalibur/sandbox/fortress2/fortress1-bean/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../project-common.xml</extend>
 
     <name>Excalibur Fortress Bean</name>
-    <id>excalibur-fortress-bean</id>
+    <id>excalibur-fortress1-bean</id>
     
     <shortDescription>Excalibur Fortress Bean component</shortDescription>
     <description>

Modified: excalibur/sandbox/fortress2/fortress1-examples/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-examples/project.properties	(original)
+++ excalibur/sandbox/fortress2/fortress1-examples/project.properties	Tue Jun 15 03:41:18 2004
@@ -1,10 +1,18 @@
-
-# -------------------------------------------------------------------
-# P R O J E C T  P R O P E R T I E S
-# -------------------------------------------------------------------
-
-# location of the build system
-avalon.buildsystem = ${basedir}/../../buildsystem
-
-# gump integration
-project.name=excalibur-fortress-examples
+# 
+# Copyright 2003-2004 The Apache Software Foundation
+# Licensed  under the  Apache License,  Version 2.0  (the "License");
+# you may not use  this file  except in  compliance with the License.
+# You may obtain a copy of the License at 
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed  under the  License is distributed on an "AS IS" BASIS,
+# WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+# implied.
+# 
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+project.name=excalibur-fortress1-examples

Modified: excalibur/sandbox/fortress2/fortress1-examples/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-examples/project.xml	(original)
+++ excalibur/sandbox/fortress2/fortress1-examples/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../project-common.xml</extend>
 
     <name>Excalibur Fortress Examples</name>
-    <id>excalibur-fortress-examples</id>
+    <id>excalibur-fortress1-examples</id>
     
     <shortDescription>Excalibur Fortress Examples component</shortDescription>
     <description>

Modified: excalibur/sandbox/fortress2/fortress1-impl/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-impl/project.properties	(original)
+++ excalibur/sandbox/fortress2/fortress1-impl/project.properties	Tue Jun 15 03:41:18 2004
@@ -14,12 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# -------------------------------------------------------------------
-# P R O J E C T  P R O P E R T I E S
-# -------------------------------------------------------------------
-
-# location of the build system
-avalon.buildsystem = ${basedir}/../../buildsystem
-
-# gump integration
-project.name=excalibur-fortress-container-impl
+project.name=excalibur-fortress1-impl

Modified: excalibur/sandbox/fortress2/fortress1-impl/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-impl/project.xml	(original)
+++ excalibur/sandbox/fortress2/fortress1-impl/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../project-common.xml</extend>
 
     <name>Excalibur Fortress Container Implementation</name>
-    <id>excalibur-fortress-container-impl</id>
+    <id>excalibur-fortress1-impl</id>
     
     <shortDescription>The Avalon-Fortress container</shortDescription>
     <description>

Modified: excalibur/sandbox/fortress2/fortress1-meta/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-meta/project.properties	(original)
+++ excalibur/sandbox/fortress2/fortress1-meta/project.properties	Tue Jun 15 03:41:18 2004
@@ -18,8 +18,4 @@
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
 
-# location of the build system
-avalon.buildsystem = ${basedir}/../../buildsystem
-
-# gump integration
-project.name=excalibur-fortress-meta
+project.name=excalibur-fortress1-meta

Modified: excalibur/sandbox/fortress2/fortress1-meta/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-meta/project.xml	(original)
+++ excalibur/sandbox/fortress2/fortress1-meta/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../project-common.xml</extend>
 
     <name>Excalibur Fortress Meta Generator</name>
-    <id>excalibur-fortress-meta</id>
+    <id>excalibur-fortress1-meta</id>
     
     <shortDescription>Excalibur Fortress Meta Generation</shortDescription>
     <description>

Modified: excalibur/sandbox/fortress2/fortress1-test/project.properties
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-test/project.properties	(original)
+++ excalibur/sandbox/fortress2/fortress1-test/project.properties	Tue Jun 15 03:41:18 2004
@@ -14,12 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# -------------------------------------------------------------------
-# P R O J E C T  P R O P E R T I E S
-# -------------------------------------------------------------------
-
-# location of the build system
-avalon.buildsystem = ${basedir}/../../buildsystem
-
-# gump integration
-project.name=excalibur-fortress-container-test
+project.name=excalibur-fortress1-test

Modified: excalibur/sandbox/fortress2/fortress1-test/project.xml
==============================================================================
--- excalibur/sandbox/fortress2/fortress1-test/project.xml	(original)
+++ excalibur/sandbox/fortress2/fortress1-test/project.xml	Tue Jun 15 03:41:18 2004
@@ -19,7 +19,7 @@
     <extend>${basedir}/../project-common.xml</extend>
 
     <name>Excalibur Fortress Container Tests</name>
-    <id>excalibur-fortress-container-test</id>
+    <id>excalibur-fortress1-test</id>
     
     <shortDescription>The Avalon Fortress container tests</shortDescription>
     <description>

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