You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by jh...@apache.org on 2005/11/09 16:40:12 UTC

svn commit: r332069 - in /excalibur/trunk: components/pom.xml components/xmlutil/pom.xml containerkit/pom.xml deprecated/pom.xml fortress/container-api/pom.xml fortress/pom.xml framework/api/pom.xml framework/impl/pom.xml framework/pom.xml pom.xml

Author: jheymans
Date: Wed Nov  9 07:40:02 2005
New Revision: 332069

URL: http://svn.apache.org/viewcvs?rev=332069&view=rev
Log:
- adding d-haven and cvs.apache.org repos
- fixing dependencies
- made a few poms child of the root pom so they get the repo stuff

Modified:
    excalibur/trunk/components/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml
    excalibur/trunk/containerkit/pom.xml
    excalibur/trunk/deprecated/pom.xml
    excalibur/trunk/fortress/container-api/pom.xml
    excalibur/trunk/fortress/pom.xml
    excalibur/trunk/framework/api/pom.xml
    excalibur/trunk/framework/impl/pom.xml
    excalibur/trunk/framework/pom.xml
    excalibur/trunk/pom.xml

Modified: excalibur/trunk/components/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/components/pom.xml (original)
+++ excalibur/trunk/components/pom.xml Wed Nov  9 07:40:02 2005
@@ -17,6 +17,11 @@
 -->
 
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>excalibur-components</groupId>
   <artifactId>excalibur-components</artifactId>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/xmlutil/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Wed Nov  9 07:40:02 2005
@@ -17,6 +17,11 @@
 -->
 
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur XMLUtil</name>
   <groupId>excalibur-xmlutil</groupId>
@@ -36,8 +41,8 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <artifactId>saxon7</artifactId>
-      <groupId>saxon</groupId>
+      <artifactId>saxon</artifactId>
+      <groupId>saxon7</groupId>
       <version>7.9.1</version>
       <scope>provided</scope>
     </dependency>

Modified: excalibur/trunk/containerkit/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/containerkit/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/containerkit/pom.xml (original)
+++ excalibur/trunk/containerkit/pom.xml Wed Nov  9 07:40:02 2005
@@ -17,6 +17,11 @@
 -->
 
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>excalibur-containerkit</groupId>
   <artifactId>excalibur-containerkit</artifactId>

Modified: excalibur/trunk/deprecated/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/deprecated/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/deprecated/pom.xml (original)
+++ excalibur/trunk/deprecated/pom.xml Wed Nov  9 07:40:02 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Deprecated</name>
   <groupId>excalibur-deprecated</groupId>

Modified: excalibur/trunk/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/container-api/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/fortress/container-api/pom.xml (original)
+++ excalibur/trunk/fortress/container-api/pom.xml Wed Nov  9 07:40:02 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Fortress Container API</name>
   <groupId>excalibur-fortress</groupId>
@@ -41,6 +46,11 @@
       <groupId>d-haven-mpool</groupId>
       <artifactId>managed-pool</artifactId>
       <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>d-haven-event</groupId>
+      <artifactId>d-haven-event</artifactId>
+      <version>1.0.3</version>
     </dependency>
   </dependencies>
   <build>

Modified: excalibur/trunk/fortress/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/fortress/pom.xml (original)
+++ excalibur/trunk/fortress/pom.xml Wed Nov  9 07:40:02 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>excalibur-fortress</groupId>
   <artifactId>excalibur-fortress</artifactId>

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/framework/api/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Wed Nov  9 07:40:02 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework API</name>
   <groupId>avalon-framework</groupId>

Modified: excalibur/trunk/framework/impl/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/framework/impl/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/framework/impl/pom.xml (original)
+++ excalibur/trunk/framework/impl/pom.xml Wed Nov  9 07:40:02 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework Implementation</name>
   <groupId>avalon-framework</groupId>
@@ -61,7 +66,13 @@
       <artifactId>commons-logging</artifactId>
       <groupId>commons-logging</groupId>
       <version>1.0.4</version>
-      <scope>provided</scope>
+      <optional/>
+    </dependency>
+    <dependency>
+      <artifactId>log4j</artifactId>
+      <groupId>log4j</groupId>
+      <version>1.2.11</version>
+      <optional/>
     </dependency>
 
     <!-- 

Modified: excalibur/trunk/framework/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/framework/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/framework/pom.xml (original)
+++ excalibur/trunk/framework/pom.xml Wed Nov  9 07:40:02 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>2.1</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Avalon Framework</name>
   <groupId>avalon-framework</groupId>

Modified: excalibur/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/pom.xml?rev=332069&r1=332068&r2=332069&view=diff
==============================================================================
--- excalibur/trunk/pom.xml (original)
+++ excalibur/trunk/pom.xml Wed Nov  9 07:40:02 2005
@@ -30,4 +30,18 @@
     <module>fortress</module>
     <module>deprecated</module>
   </modules>
+  <repositories>
+    <repository>
+      <id>d-haven</id>
+      <name>D-Haven.org repository</name>
+      <url>http://dist.d-haven.org</url>
+      <layout>legacy</layout>
+    </repository>
+    <repository>
+      <id>apache-cvs</id>
+      <name>Apache CVS Repository</name>
+      <url>http://cvs.apache.org/repository</url>
+      <layout>legacy</layout>
+    </repository>    
+  </repositories>
 </project>



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