You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/01/23 09:33:19 UTC

svn commit: r498954 - in /incubator/tuscany/java: sca/tools/pom.xml sdo/pom.xml

Author: antelder
Date: Tue Jan 23 00:33:18 2007
New Revision: 498954

URL: http://svn.apache.org/viewvc?view=rev&rev=498954
Log:
Switch to eclipse mirror repo so the build works out-of-the-box

Modified:
    incubator/tuscany/java/sca/tools/pom.xml
    incubator/tuscany/java/sdo/pom.xml

Modified: incubator/tuscany/java/sca/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/pom.xml?view=diff&rev=498954&r1=498953&r2=498954
==============================================================================
--- incubator/tuscany/java/sca/tools/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/pom.xml Tue Jan 23 00:33:18 2007
@@ -30,8 +30,10 @@
 
     <repositories>
         <repository>
-            <id>eclipse.emf</id>
-            <url>http://download.eclipse.org/tools/emf/maven2</url>
+            <!-- temporarily replace the eclipse repo...id>eclipse.emf</id>
+            <url>http://download.eclipse.org/tools/emf/maven2</url -->
+            <id>osuosl.org</id>
+            <url>http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>

Modified: incubator/tuscany/java/sdo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/pom.xml?view=diff&rev=498954&r1=498953&r2=498954
==============================================================================
--- incubator/tuscany/java/sdo/pom.xml (original)
+++ incubator/tuscany/java/sdo/pom.xml Tue Jan 23 00:33:18 2007
@@ -54,8 +54,10 @@
             </snapshots>
         </repository>
         <repository>
-            <id>eclipse.emf</id>
-            <url>http://download.eclipse.org/tools/emf/maven2</url>
+            <!-- temporarily replace the eclipse repo...id>eclipse.emf</id>
+            <url>http://download.eclipse.org/tools/emf/maven2</url -->
+            <id>osuosl.org</id>
+            <url>http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org