You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by sh...@apache.org on 2006/02/25 23:59:18 UTC

svn commit: r381012 - /excalibur/trunk/fortress/meta/pom.xml

Author: shash
Date: Sat Feb 25 14:59:17 2006
New Revision: 381012

URL: http://svn.apache.org/viewcvs?rev=381012&view=rev
Log:
Add dist.codehaus.org as repo, both a maven2 and a legacy format repo.
This is to get the latest generama/gdox JAR, whic allows parsing of JDK-5.0 (1.5) soure

Modified:
    excalibur/trunk/fortress/meta/pom.xml

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/meta/pom.xml?rev=381012&r1=381011&r2=381012&view=diff
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Sat Feb 25 14:59:17 2006
@@ -41,6 +41,17 @@
             <artifactId>ant</artifactId>
         </dependency>
     </dependencies>
+    <repositories>
+        <repository>
+            <id>dist.codehaus.org - maven2</id>
+            <url>http://dist.codehaus.org</url>
+        </repository>
+        <repository>
+            <id>dist.codehaus.org - legacy</id>
+            <layout>legacy</layout>
+            <url>http://dist.codehaus.org</url>
+        </repository>
+    </repositories>
     <build>
         <sourceDirectory>${basedir}/src/java</sourceDirectory>
         <testSourceDirectory>${basedir}/src/test</testSourceDirectory>



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