You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2014/01/15 13:24:53 UTC

svn commit: r1558358 - /ace/trunk/run-target/target.bndrun

Author: marrs
Date: Wed Jan 15 12:24:52 2014
New Revision: 1558358

URL: http://svn.apache.org/r1558358
Log:
No longer stops unaffected bundles by default when doing updates.

Modified:
    ace/trunk/run-target/target.bndrun

Modified: ace/trunk/run-target/target.bndrun
URL: http://svn.apache.org/viewvc/ace/trunk/run-target/target.bndrun?rev=1558358&r1=1558357&r2=1558358&view=diff
==============================================================================
--- ace/trunk/run-target/target.bndrun (original)
+++ ace/trunk/run-target/target.bndrun Wed Jan 15 12:24:52 2014
@@ -8,9 +8,10 @@
 -runproperties: \
 	launch.keep=true,\
 	launch.storage.dir=bundle-cache,\
+	org.apache.felix.log.maxSize=1000,\
 	org.apache.felix.log.storeDebug=true,\
 	org.apache.felix.eventadmin.Timeout=0,\
-	org.apache.felix.log.maxSize=1000,\
+	org.apache.felix.deploymentadmin.stopunaffectedbundle=false,\
 	agent.logging.level=INFO,\
 	agent.identification.agentid=target-1,\
 	agent.discovery.serverurls=http://localhost:8080,\