You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ge...@apache.org on 2011/04/05 22:17:18 UTC

svn commit: r1089201 - /karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Author: gertv
Date: Tue Apr  5 20:17:17 2011
New Revision: 1089201

URL: http://svn.apache.org/viewvc?rev=1089201&view=rev
Log:
Replace TAB by spaces in org.ops4j.pax.url.mvn.cfg

Modified:
    karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg

Modified: karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg?rev=1089201&r1=1089200&r2=1089201&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg (original)
+++ karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg Tue Apr  5 20:17:17 2011
@@ -73,7 +73,7 @@ org.ops4j.pax.url.mvn.disableAether=true
 # The following property value will add the system folder as a repo.
 #
 org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots, \
-	file:${karaf.home}/local-repo@snapshots
+    file:${karaf.home}/local-repo@snapshots
 
 #
 # Comma separated list of repositories scanned when resolving an artifact.