You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2013/10/24 12:09:02 UTC

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

Author: jawi
Date: Thu Oct 24 10:09:02 2013
New Revision: 1535329

URL: http://svn.apache.org/r1535329
Log:
Updated run properties to reflect new agent, makes it less confusing to what properties are to be used.


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=1535329&r1=1535328&r2=1535329&view=diff
==============================================================================
--- ace/trunk/run-target/target.bndrun (original)
+++ ace/trunk/run-target/target.bndrun Thu Oct 24 10:09:02 2013
@@ -5,14 +5,14 @@
 	org.apache.felix.gogo.shell,\
 	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: \
+	launch.keep=true,\
+	launch.storage.dir=bundle-cache,\
 	org.apache.felix.log.storeDebug=true,\
 	org.apache.felix.eventadmin.Timeout=0,\
 	org.apache.felix.log.maxSize=1000,\
-	launch.keep=false,\
-	launch.storage.dir=bundle-cache,\
 	agent.logging.level=DEBUG,\
-	agent.controller.syncinterval=5,\
-	agent.controller.syncdelay=1,\
-	agent.identification.agentid=demo
+	agent.identification.agentid=target-1,\
+	agent.discovery.serverurls=http://localhost:8080,\
+	agent.controller.syncinterval=30,\
+	agent.controller.syncdelay=1
\ No newline at end of file