You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/05/26 09:05:48 UTC

svn commit: r1127804 - in /karaf/branches/karaf-2.1.x: admin/core/src/main/resources/org/apache/karaf/admin/etc/org.ops4j.pax.url.mvn.cfg assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Author: jbonofre
Date: Thu May 26 07:05:48 2011
New Revision: 1127804

URL: http://svn.apache.org/viewvc?rev=1127804&view=rev
Log:
[KARAF-655] Remove http://repository.ops4j.org/maven2 from the repositories set.

Modified:
    karaf/branches/karaf-2.1.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/org.ops4j.pax.url.mvn.cfg
    karaf/branches/karaf-2.1.x/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Modified: karaf/branches/karaf-2.1.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/org.ops4j.pax.url.mvn.cfg?rev=1127804&r1=1127803&r2=1127804&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ karaf/branches/karaf-2.1.x/admin/core/src/main/resources/org/apache/karaf/admin/etc/org.ops4j.pax.url.mvn.cfg Thu May 26 07:05:48 2011
@@ -62,7 +62,9 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 # Comma separated list of repositories scanned when resolving an artifact.
 # The default list includes the following repositories:
 #    http://repo1.maven.org/maven2
-#    http://repository.ops4j.org/maven2
+#    http://svn.apache.org/repos/asf/servicemix/m2-repo
+#    http://repository.springsource.com/maven/bundles/release
+#    http://repository.springsource.com/maven/bundles/external
 # To add repositories to the default ones, prepend '+' to the list of repositories
 # to add.
 # A repository url can be appended with zero or more of the following flags:
@@ -73,8 +75,6 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 #
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2, \
-    http://people.apache.org/repo/m2-snapshot-repository@snapshots@noreleases, \
-    http://repository.ops4j.org/maven2, \
     http://svn.apache.org/repos/asf/servicemix/m2-repo, \
     http://repository.springsource.com/maven/bundles/release, \
     http://repository.springsource.com/maven/bundles/external

Modified: karaf/branches/karaf-2.1.x/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.1.x/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg?rev=1127804&r1=1127803&r2=1127804&view=diff
==============================================================================
--- karaf/branches/karaf-2.1.x/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ karaf/branches/karaf-2.1.x/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg Thu May 26 07:05:48 2011
@@ -61,7 +61,10 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 # Comma separated list of repositories scanned when resolving an artifact.
 # The default list includes the following repositories:
 #    http://repo1.maven.org/maven2
-#    http://repository.ops4j.org/maven2
+#    http://repository.apache.org/content/groups/snapshots-group
+#    http://svn.apache.org/repos/asf/servicemix/m2-repo
+#    http://repository.springsource.com/maven/bundles/release
+#    http://repository.springsource.com/maven/bundles/external
 # To add repositories to the default ones, prepend '+' to the list of repositories
 # to add.
 # A repository url can be appended with zero or more of the following flags:
@@ -71,7 +74,6 @@ org.ops4j.pax.url.mvn.defaultRepositorie
 org.ops4j.pax.url.mvn.repositories= \
     http://repo1.maven.org/maven2, \
     http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases, \
-    http://repository.ops4j.org/maven2, \
     http://svn.apache.org/repos/asf/servicemix/m2-repo, \
     http://repository.springsource.com/maven/bundles/release, \
     http://repository.springsource.com/maven/bundles/external