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 15:52:04 UTC

svn commit: rev 55376 - in excalibur/trunk/framework: api impl legacy

Author: leosimons
Date: Sat Oct 23 06:52:03 2004
New Revision: 55376

Added:
   excalibur/trunk/framework/api/project.xml
      - copied, changed from rev 55375, excalibur/trunk/cornerstone/connection/api/project.xml
   excalibur/trunk/framework/impl/project.xml
      - copied, changed from rev 55375, excalibur/trunk/cornerstone/connection/impl/project.xml
Removed:
   excalibur/trunk/framework/legacy/
Log:
Start integrating imported materials into the maven build system (warning! currently broken!)

Copied: excalibur/trunk/framework/api/project.xml (from rev 55375, excalibur/trunk/cornerstone/connection/api/project.xml)
==============================================================================
--- excalibur/trunk/cornerstone/connection/api/project.xml	(original)
+++ excalibur/trunk/framework/api/project.xml	Sat Oct 23 06:52:03 2004
@@ -18,60 +18,17 @@
 <project>
     <extend>${basedir}/../project-common.xml</extend>
 
-    <name>Cornerstone Connection API</name>
-    <id>cornerstone-connection-api</id>
+    <name>Excalibur Framework API</name>
+    <id>excalibur-framework-api</id>
     <inceptionYear>1997</inceptionYear>
-    <shortDescription>Cornerstone Connection API</shortDescription>
-    <package>org.apache.avalon.cornerstone.services.connection</package>
+    <shortDescription>Excalibur Framework API</shortDescription>
+    <package>org.apache.avalon.framework</package>
 
     <dependencies>
-    <!-- cornerstone api dependencies -->
-
-    <dependency>
-      <groupId>cornerstone-sockets</groupId>
-      <artifactId>cornerstone-sockets-api</artifactId>
-      <version>1.0</version>
-    </dependency>
-
-    <dependency>
-      <groupId>cornerstone-threads</groupId>
-      <artifactId>cornerstone-threads-api</artifactId>
-      <version>1.0</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>
-    </dependency>
-    <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.1.5</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>
+      <id>logkit</id>
+      <version>1.2</version>
     </dependency>
-
-    <dependency>
-      <id>xerces</id>
-      <version>2.2.1</version>
-      <url>http://xml.apache.org/xerces2-j/</url>
-    </dependency>    
-</dependencies>
+    </dependencies>
 
 </project>

Copied: excalibur/trunk/framework/impl/project.xml (from rev 55375, excalibur/trunk/cornerstone/connection/impl/project.xml)
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/project.xml	(original)
+++ excalibur/trunk/framework/impl/project.xml	Sat Oct 23 06:52:03 2004
@@ -19,66 +19,47 @@
 
   <extend>${basedir}/../project-common.xml</extend>
 
-  <name>Cornerstone Connection Implementation</name>
-  <id>cornerstone-connection-impl</id>
-  <shortDescription>Cornerstone Connection Implementation</shortDescription>
+  <name>Excalibur Framework Implementation</name>
+  <id>excalibur-framework-impl</id>
+  <shortDescription>Excalibur Framework Implementation</shortDescription>
 
   <dependencies>
-    <!-- cornerstone api dependencies -->
-
     <dependency>
-      <groupId>cornerstone-connection</groupId>
-      <artifactId>cornerstone-connection-api</artifactId>
-      <version>1.0</version>
+      <groupId>avalon-framework</groupId>
+      <artifactId>avalon-framework-api</artifactId>
+      <version>4.1.5</version>
     </dependency>
-
+    
     <dependency>
-      <groupId>cornerstone-sockets</groupId>
-      <artifactId>cornerstone-sockets-api</artifactId>
-      <version>1.0</version>
+      <id>xml-apis</id>
+      <version>2.0.2</version>
     </dependency>
-
     <dependency>
-      <groupId>cornerstone-threads</groupId>
-      <artifactId>cornerstone-threads-api</artifactId>
-      <version>1.0</version>
+      <groupId>xml-apis</groupId>
+      <artifactId>xmlParserAPIs</artifactId>
+      <version>2.0.2</version>
     </dependency>
-
-    <!-- excalibur api dependencies -->
-
- 
     <dependency>
-      <groupId>excalibur-thread</groupId>
-      <artifactId>excalibur-thread</artifactId>
-      <version>1.1.1</version>
+      <id>xerces</id>
+      <version>2.4.0</version>
     </dependency>
-
-    <!-- avalon dependencies -->
-
     <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.1.5</version>
+      <id>xalan</id>
+      <version>2.5.1</version>
     </dependency>
+
     <dependency>
-      <groupId>avalon-framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.1.5</version>
+      <id>log4j</id>
+      <version>1.2.7</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>
+      <id>logkit</id>
+      <version>1.2</version>
     </dependency>
-
     <dependency>
-      <id>xerces</id>
-      <version>2.2.1</version>
-      <url>http://xml.apache.org/xerces2-j/</url>
-    </dependency>  
-</dependencies>
+      <id>junit</id>
+      <version>3.7</version>
+    </dependency>
+  </dependencies>
 
 </project>

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