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/12/23 14:30:08 UTC

svn commit: r1222675 - /karaf/branches/karaf-2.2.x/deployer/kar/src/main/resources/OSGI-INF/blueprint/kar-deployer.xml

Author: jbonofre
Date: Fri Dec 23 13:30:07 2011
New Revision: 1222675

URL: http://svn.apache.org/viewvc?rev=1222675&view=rev
Log:
[KARAF-999] local-repo folder is no more used (directly usage of system repo)

Modified:
    karaf/branches/karaf-2.2.x/deployer/kar/src/main/resources/OSGI-INF/blueprint/kar-deployer.xml

Modified: karaf/branches/karaf-2.2.x/deployer/kar/src/main/resources/OSGI-INF/blueprint/kar-deployer.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/deployer/kar/src/main/resources/OSGI-INF/blueprint/kar-deployer.xml?rev=1222675&r1=1222674&r2=1222675&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/deployer/kar/src/main/resources/OSGI-INF/blueprint/kar-deployer.xml (original)
+++ karaf/branches/karaf-2.2.x/deployer/kar/src/main/resources/OSGI-INF/blueprint/kar-deployer.xml Fri Dec 23 13:30:07 2011
@@ -24,7 +24,7 @@
 	<bean id="karArtifactInstaller" class="org.apache.karaf.deployer.kar.KarArtifactInstaller"
 		init-method="init" destroy-method="destroy" activation="lazy">
 			<property name="basePath" value="$[karaf.base]"/>
-			<property name="localRepoPath" value="$[karaf.base]/local-repo"/>
+            <property name="localRepoPath" value="$[karaf.base]/system"/>
 	        <property name="featuresService">
 	            <reference interface="org.apache.karaf.features.FeaturesService"/>
 	        </property>