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

svn commit: r498841 - /incubator/tuscany/java/etc/settings.xml

Author: rfeng
Date: Mon Jan 22 14:53:02 2007
New Revision: 498841

URL: http://svn.apache.org/viewvc?view=rev&rev=498841
Log:
Add the mirror for eclipse.emf repo

Modified:
    incubator/tuscany/java/etc/settings.xml

Modified: incubator/tuscany/java/etc/settings.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/etc/settings.xml?view=diff&rev=498841&r1=498840&r2=498841
==============================================================================
--- incubator/tuscany/java/etc/settings.xml (original)
+++ incubator/tuscany/java/etc/settings.xml Mon Jan 22 14:53:02 2007
@@ -1,7 +1,7 @@
 <!--
-A proposed template for your maven repo settings. Below are mirrors to help maven find build artifacats
-
-copy or merge this file into %USERPROFILE%\.m2\settings.xml
+  A proposed template for your maven repo settings. Below are mirrors to help maven find build artifacats. 
+  You can copy or merge this file into %USERPROFILE%\.m2\settings.xml.
+  Please see http://maven.apache.org/guides/mini/guide-mirror-settings.html for more details.
 -->
 <settings>
 
@@ -36,6 +36,14 @@
       <url>http://www.ibiblio.net/pub/packages/maven2</url>
       <mirrorOf>central</mirrorOf>
     </mirror>
+
+    <mirror>
+      <id>osuosl.org</id>
+      <!-- Oregon State University Open Source Lab -->
+      <url>http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2</url>
+      <mirrorOf>eclipse.emf</mirrorOf>
+    </mirror>
+
   </mirrors>
 
 </settings>



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