You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by an...@apache.org on 2006/02/12 04:46:51 UTC

svn commit: r377120 - /excalibur/trunk/fortress/plugin/project.xml

Author: antonio
Date: Sat Feb 11 19:46:51 2006
New Revision: 377120

URL: http://svn.apache.org/viewcvs?rev=377120&view=rev
Log:
Fix maven1 build. Maven1 build runs again.

Modified:
    excalibur/trunk/fortress/plugin/project.xml

Modified: excalibur/trunk/fortress/plugin/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/plugin/project.xml?rev=377120&r1=377119&r2=377120&view=diff
==============================================================================
--- excalibur/trunk/fortress/plugin/project.xml (original)
+++ excalibur/trunk/fortress/plugin/project.xml Sat Feb 11 19:46:51 2006
@@ -46,10 +46,34 @@
     </developers>
     <dependencies>
         <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>plexus</groupId>
+            <artifactId>plexus-utils</artifactId>
+            <version>1.0.3</version>
+        </dependency>
+        <dependency>
             <groupId>excalibur-fortress</groupId>
-            <artifactId>excalibur-fortress-tools</artifactId>
-            <version>1.0</version>
-            <properties/>
+            <artifactId>excalibur-fortress-meta</artifactId>
+            <version>1.3-dev</version>
+        </dependency>
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
         </dependency>
         <dependency>
             <groupId>qdox</groupId>



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