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


Reply via email to