Author: marrs
Date: Tue Sep 10 14:25:42 2013
New Revision: 1521503
URL: http://svn.apache.org/r1521503
Log:
Switched the target to use the new management agent.
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=1521503&r1=1521502&r2=1521503&view=diff
==============================================================================
--- ace/trunk/run-target/target.bndrun (original)
+++ ace/trunk/run-target/target.bndrun Tue Sep 10 14:25:42 2013
@@ -3,11 +3,12 @@
-runbundles: org.apache.felix.gogo.command,\
org.apache.felix.gogo.runtime,\
org.apache.felix.gogo.shell,\
- org.apache.ace.managementagent;version=latest
+ org.apache.ace.agent;version=latest,\
+ org.apache.felix.log
-runvm: -Dlog=true -Didentification=target-1 -Ddiscovery=http://localhost:8080 -Dquiet=true
-Dsyncinterval=10000
-runproperties: \
org.apache.felix.log.storeDebug=true,\
org.apache.felix.eventadmin.Timeout=0,\
org.apache.felix.log.maxSize=1000,\
- launch.keep=true,\
+ launch.keep=false,\
launch.storage.dir=bundle-cache
|