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/10/23 16:20:57 UTC

svn commit: rev 55378 - in excalibur/trunk: cornerstone cornerstone/connection cornerstone/connection/api cornerstone/connection/impl cornerstone/datasources cornerstone/datasources/api cornerstone/datasources/impl cornerstone/scheduler cornerstone/scheduler/api cornerstone/scheduler/impl cornerstone/scheduler/impl/conf cornerstone/sockets cornerstone/sockets/api cornerstone/sockets/impl cornerstone/store cornerstone/store/api cornerstone/store/impl cornerstone/threads cornerstone/threads/api cornerstone/threads/impl cornerstone/threads/tutorial framework framework/api framework/impl

Author: leosimons
Date: Sat Oct 23 07:20:57 2004
New Revision: 55378

Added:
   excalibur/trunk/cornerstone/datasources/api/project.xml
   excalibur/trunk/cornerstone/datasources/impl/project.xml
   excalibur/trunk/cornerstone/datasources/project-common.xml
   excalibur/trunk/cornerstone/scheduler/api/project.xml
   excalibur/trunk/cornerstone/scheduler/impl/project.xml
   excalibur/trunk/cornerstone/scheduler/project-common.xml
   excalibur/trunk/cornerstone/sockets/api/project.xml
   excalibur/trunk/cornerstone/sockets/impl/project.xml
   excalibur/trunk/cornerstone/sockets/project-common.xml
   excalibur/trunk/cornerstone/store/api/project.xml
   excalibur/trunk/cornerstone/store/impl/project.xml
   excalibur/trunk/cornerstone/store/project-common.xml
   excalibur/trunk/cornerstone/threads/api/project.xml
   excalibur/trunk/cornerstone/threads/impl/project.xml
   excalibur/trunk/cornerstone/threads/project-common.xml
   excalibur/trunk/cornerstone/threads/tutorial/project.xml
Removed:
   excalibur/trunk/cornerstone/scheduler/impl/conf/block.xml
Modified:
   excalibur/trunk/cornerstone/connection/api/project.xml
   excalibur/trunk/cornerstone/connection/impl/project.xml
   excalibur/trunk/cornerstone/connection/project-common.xml
   excalibur/trunk/cornerstone/project-common.xml
   excalibur/trunk/framework/api/project.xml
   excalibur/trunk/framework/impl/project.xml
   excalibur/trunk/framework/project-common.xml
Log:
Start integrating imported materials into the maven build system (warning! currently broken!)

Modified: excalibur/trunk/cornerstone/connection/api/project.xml
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/project.xml	(original)
+++ excalibur/trunk/cornerstone/connection/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -1,77 +1,50 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
- Copyright 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.
--->
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
 <project>
-    <extend>${basedir}/../project-common.xml</extend>
 
-    <name>Cornerstone Connection API</name>
-    <id>cornerstone-connection-api</id>
-    <inceptionYear>1997</inceptionYear>
-    <shortDescription>Cornerstone Connection API</shortDescription>
-    <package>org.apache.avalon.cornerstone.services.connection</package>
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-connection-api</id>
+  <name>Cornerstone Connection API</name>
+
+  <package>org.apache.avalon.cornerstone.services.connection</package>
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Connection API</shortDescription>
+  
+  <dependencies>
 
-    <dependencies>
     <!-- cornerstone api dependencies -->
 
     <dependency>
       <groupId>cornerstone-sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>1.0</version>
+      <version>2.1-dev</version>
     </dependency>
 
     <dependency>
       <groupId>cornerstone-threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>1.0</version>
+      <version>2.1-dev</version>
     </dependency>
 
     <!-- excalibur api dependencies -->
 
     <dependency>
-      <id>excalibur-thread</id>
-      <version>1.1.1</version>
-    </dependency>
-
-    <!-- avalon dependencies -->
-
-    <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.1.5</version>
+      <version>4.3-dev</version>
     </dependency>
     <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.1.5</version>
+      <groupId>excalibur-pool</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.0.0</version>
     </dependency>
-
-    <!-- pre JDK 1.4 dependencies -->
-
     <dependency>
-      <id>xml-apis</id>
-      <version>1.0.b2</version>
-      <url>http://xml.apache.org/xerces2-j/</url>
+      <groupId>excalibur-thread</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.0.0</version>
     </dependency>
 
-    <dependency>
-      <id>xerces</id>
-      <version>2.2.1</version>
-      <url>http://xml.apache.org/xerces2-j/</url>
-    </dependency>    
-</dependencies>
-
+  </dependencies>
+  
 </project>

Modified: excalibur/trunk/cornerstone/connection/impl/project.xml
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/project.xml	(original)
+++ excalibur/trunk/cornerstone/connection/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -1,56 +1,51 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
- Copyright 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.
--->
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
 <project>
 
-  <extend>${basedir}/../project-common.xml</extend>
+  <extend>${basedir}/../project.xml</extend>
 
-  <name>Cornerstone Connection Implementation</name>
   <id>cornerstone-connection-impl</id>
-  <shortDescription>Cornerstone Connection Implementation</shortDescription>
+  <name>Cornerstone Connection Manager Implementation</name>
+
+  <!-- 
+  bump to SNAPSHOT in anticipation of a 2.0 release due to 
+  link to excalibur threads API (without deprricated content) and the 
+  transfer of factory classes from the api to the implementation.
+  -->
+
+  <package>org.apache.avalon.cornerstone</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Connections</shortDescription>
 
   <dependencies>
+
     <!-- cornerstone api dependencies -->
 
     <dependency>
       <groupId>cornerstone-connection</groupId>
       <artifactId>cornerstone-connection-api</artifactId>
-      <version>1.0</version>
+      <version>2.1-dev</version>
     </dependency>
 
     <dependency>
       <groupId>cornerstone-sockets</groupId>
       <artifactId>cornerstone-sockets-api</artifactId>
-      <version>1.0</version>
+      <version>2.1-dev</version>
     </dependency>
 
     <dependency>
       <groupId>cornerstone-threads</groupId>
       <artifactId>cornerstone-threads-api</artifactId>
-      <version>1.0</version>
+      <version>2.1-dev</version>
     </dependency>
 
     <!-- excalibur api dependencies -->
 
- 
     <dependency>
       <groupId>excalibur-thread</groupId>
-      <artifactId>excalibur-thread</artifactId>
-      <version>1.1.1</version>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.0.0</version>
     </dependency>
 
     <!-- avalon dependencies -->
@@ -58,12 +53,12 @@
     <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.1.5</version>
+      <version>4.3-dev</version>
     </dependency>
     <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
-      <version>4.1.5</version>
+      <version>4.3-dev</version>
     </dependency>
 
     <!-- pre JDK 1.4 dependencies -->
@@ -78,7 +73,8 @@
       <id>xerces</id>
       <version>2.2.1</version>
       <url>http://xml.apache.org/xerces2-j/</url>
-    </dependency>  
-</dependencies>
+    </dependency>
 
+  </dependencies>
+  
 </project>

Modified: excalibur/trunk/cornerstone/connection/project-common.xml
==============================================================================
--- excalibur/trunk/cornerstone/connection/project-common.xml	(original)
+++ excalibur/trunk/cornerstone/connection/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -18,8 +18,5 @@
 <project>
     <extend>${basedir}/../project-common.xml</extend>
 
-    <groupId>excalibur-connection</groupId>
-    <currentVersion>1.1-dev</currentVersion>
-    <inceptionYear>1997</inceptionYear>
-    <package>org.apache.avalon.cornerstone</package>
+    <groupId>cornerstone-connection</groupId>
 </project>

Added: excalibur/trunk/cornerstone/datasources/api/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/datasources/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-datasources-api</id>
+  <name>Cornerstone Datasources API</name>
+  <package>org.apache.avalon.cornerstone.services.datasources</package>
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Datasources API</shortDescription>
+
+  <dependencies>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/datasources/impl/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/datasources/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-datasources-impl</id>
+  <name>Cornerstone Datasource</name>
+
+  <package>org.apache.avalon.cornerstone.blocks.datasources</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Datasource Selector Implementation</shortDescription>
+
+  <dependencies>
+
+    <!-- cornerstone dependencies -->
+
+    <dependency>
+      <groupId>cornerstone-datasources</groupId>
+      <artifactId>cornerstone-datasources-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <!-- excalibur dependencies -->
+
+    <dependency>
+      <groupId>excalibur-pool</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>excalibur-pool</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>excalibur-datasource</groupId>
+      <artifactId>excalibur-datasource</artifactId>
+      <version>1.2.0</version>
+    </dependency>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+    <!-- pre JDK 1.4 dependencies -->
+
+    <dependency>
+      <id>xml-apis</id>
+      <version>1.0.b2</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+    <dependency>
+      <id>xerces</id>
+      <version>2.2.1</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/datasources/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/datasources/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <groupId>cornerstone-datasources</groupId>
+</project>

Modified: excalibur/trunk/cornerstone/project-common.xml
==============================================================================
--- excalibur/trunk/cornerstone/project-common.xml	(original)
+++ excalibur/trunk/cornerstone/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -17,5 +17,7 @@
 -->
 <project>
     <extend>${basedir}/../buildsystem/project-common.xml</extend>
-    <currentVersion>1.1-dev</currentVersion>
+    <currentVersion>2.1-dev</currentVersion>
+    <inceptionYear>1997</inceptionYear>
+    <package>org.apache.avalon.cornerstone</package>
 </project>

Added: excalibur/trunk/cornerstone/scheduler/api/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/scheduler/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-scheduler-api</id>
+  <name>Cornerstone Scheduler API</name>
+  <package>org.apache.avalon.cornerstone.services.scheduler</package>
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Scheduler API</shortDescription>
+  
+  <dependencies>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+    <!-- pre JDK 1.4 dependencies -->
+
+    <dependency>
+      <id>xml-apis</id>
+      <version>1.0.b2</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+    <dependency>
+      <id>xerces</id>
+      <version>2.2.1</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/scheduler/impl/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/scheduler/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-scheduler-impl</id>
+  <name>Cornerstone Scheduler Implementation</name>
+
+  <package>org.apache.avalon.cornerstone.blocks.scheduler</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Scheduler</shortDescription>
+
+  <dependencies>
+
+    <!-- cornerstone api dependencies -->
+
+    <dependency>
+      <groupId>cornerstone-scheduler</groupId>
+      <artifactId>cornerstone-scheduler-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <dependency>
+      <groupId>cornerstone-threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <!-- excalibur api dependencies -->
+
+    <dependency>
+      <groupId>excalibur-thread</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+    <!-- pre JDK 1.4 dependencies -->
+
+    <dependency>
+      <id>xml-apis</id>
+      <version>1.0.b2</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+    <dependency>
+      <id>xerces</id>
+      <version>2.2.1</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/scheduler/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/scheduler/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <groupId>cornerstone-scheduler</groupId>
+</project>

Added: excalibur/trunk/cornerstone/sockets/api/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/sockets/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-sockets-api</id>
+  <name>Cornerstone Sockets API</name>
+  <package>org.apache.avalon.cornerstone.services.sockets</package>
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Sockets API</shortDescription>
+
+</project>

Added: excalibur/trunk/cornerstone/sockets/impl/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/sockets/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-sockets-impl</id>
+  <name>Cornerstone Socket Manager Implementation</name>
+  <package>org.apache.avalon.cornerstone.blocks.sockets</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Sockets</shortDescription>
+
+  <dependencies>
+
+    <!-- cornerstone dependencies -->
+
+    <dependency>
+      <groupId>cornerstone-sockets</groupId>
+      <artifactId>cornerstone-sockets-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+    <!-- pre JDK 1.4 dependencies -->
+
+    <dependency>
+      <id>xml-apis</id>
+      <version>1.0.b2</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+    <dependency>
+      <id>xerces</id>
+      <version>2.2.1</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/sockets/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/sockets/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <groupId>cornerstone-sockets</groupId>
+</project>

Added: excalibur/trunk/cornerstone/store/api/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/store/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-store-api</id>
+  <name>Cornerstone Store API</name>
+  <package>org.apache.avalon.cornerstone.services.store</package>
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Store API</shortDescription>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/store/impl/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/store/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-store-impl</id>
+  <name>Cornerstone Store Implementation</name>
+  <package>org.apache.avalon.cornerstone.blocks.masterstore</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Store</shortDescription>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>cornerstone-store</groupId>
+      <artifactId>cornerstone-store-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+    <!-- pre JDK 1.4 dependencies -->
+
+    <dependency>
+      <id>xml-apis</id>
+      <version>1.0.b2</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+    <dependency>
+      <id>xerces</id>
+      <version>2.2.1</version>
+      <url>http://xml.apache.org/xerces2-j/</url>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/store/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/store/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <groupId>cornerstone-store</groupId>
+</project>

Added: excalibur/trunk/cornerstone/threads/api/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/threads/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-threads-api</id>
+  <name>Cornerstone Threads API</name>
+  <package>org.apache.avalon.cornerstone.services.threads</package>
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Threads API</shortDescription>
+
+  <dependencies>
+
+    <!-- excalibur dependencies -->
+
+    <dependency>
+      <groupId>excalibur-thread</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/threads/impl/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/threads/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-threads-impl</id>
+  <name>Cornerstone Thread Manager Implementation</name>
+  <package>org.apache.avalon.cornerstone.blocks.threads</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Threads</shortDescription>
+
+  <dependencies>
+
+    <!-- cornerstone api dependencies -->
+
+    <dependency>
+      <groupId>cornerstone-threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>excalibur-thread</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>excalibur-thread</groupId>
+      <artifactId>excalibur-thread-impl</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>excalibur-pool</groupId>
+      <artifactId>excalibur-pool-api</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>excalibur-pool</groupId>
+      <artifactId>excalibur-pool-impl</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+      <version>1.3.1</version>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Added: excalibur/trunk/cornerstone/threads/project-common.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/threads/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+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>
+    <extend>${basedir}/../project-common.xml</extend>
+
+    <groupId>cornerstone-threads</groupId>
+</project>

Added: excalibur/trunk/cornerstone/threads/tutorial/project.xml
==============================================================================
--- (empty file)
+++ excalibur/trunk/cornerstone/threads/tutorial/project.xml	Sat Oct 23 07:20:57 2004
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project>
+
+  <extend>${basedir}/../project.xml</extend>
+
+  <id>cornerstone-threads-tutorial</id>
+  <name>Cornerstone Threads Tutorial</name>
+  <package>org.apache.avalon.cornerstone.threads.tutorial</package>
+
+  <inceptionYear>2001</inceptionYear>
+  <shortDescription>Cornerstone Threads</shortDescription>
+
+  <dependencies>
+
+    <!-- cornerstone api dependencies -->
+
+    <dependency>
+      <groupId>cornerstone-threads</groupId>
+      <artifactId>cornerstone-threads-api</artifactId>
+      <version>2.1-dev</version>
+    </dependency>
+
+    <!-- avalon dependencies -->
+
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+    <dependency>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-impl</artifactId>
+      <version>4.3-dev</version>
+    </dependency>
+
+    <!-- excalibur dependencies -->
+
+    <dependency>
+      <groupId>excalibur-thread</groupId>
+      <artifactId>excalibur-thread-api</artifactId>
+      <version>2.0.0</version>
+    </dependency>
+
+  </dependencies>
+  
+</project>

Modified: excalibur/trunk/framework/api/project.xml
==============================================================================
--- excalibur/trunk/framework/api/project.xml	(original)
+++ excalibur/trunk/framework/api/project.xml	Sat Oct 23 07:20:57 2004
@@ -20,7 +20,6 @@
 
     <name>Excalibur Framework API</name>
     <id>excalibur-framework-api</id>
-    <inceptionYear>1997</inceptionYear>
     <shortDescription>Excalibur Framework API</shortDescription>
     <package>org.apache.avalon.framework</package>
 

Modified: excalibur/trunk/framework/impl/project.xml
==============================================================================
--- excalibur/trunk/framework/impl/project.xml	(original)
+++ excalibur/trunk/framework/impl/project.xml	Sat Oct 23 07:20:57 2004
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>avalon-framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
-      <version>4.1.5</version>
+      <version>4.2-dev</version>
     </dependency>
     
     <dependency>

Modified: excalibur/trunk/framework/project-common.xml
==============================================================================
--- excalibur/trunk/framework/project-common.xml	(original)
+++ excalibur/trunk/framework/project-common.xml	Sat Oct 23 07:20:57 2004
@@ -21,5 +21,6 @@
     <groupId>excalibur-framework</groupId>
     <currentVersion>4.3-dev</currentVersion>
     <inceptionYear>1997</inceptionYear>
+    <package>org.apache.avalon.framework</package>
 
 </project>

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