Author: marrs
Date: Mon Feb 18 14:29:32 2013
New Revision: 1447277
URL: http://svn.apache.org/r1447277
Log:
ACE-325 Cleaned up the run configuration. Removed version requirements.
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=1447277&r1=1447276&r2=1447277&view=diff
==============================================================================
--- ace/trunk/run-target/target.bndrun (original)
+++ ace/trunk/run-target/target.bndrun Mon Feb 18 14:29:32 2013
@@ -1,9 +1,9 @@
-runfw: org.apache.felix.framework;version='[4,5)'
-runee: JavaSE-1.6
--runbundles: org.apache.felix.gogo.command;version='[0.12.0,0.12.1)',\
- org.apache.felix.gogo.runtime;version='[0.10.0,0.10.1)',\
- org.apache.ace.managementagent;version=latest,\
- org.apache.felix.gogo.shell;version='[0.10.0,0.10.1)'
+-runbundles: org.apache.felix.gogo.command,\
+ org.apache.felix.gogo.runtime,\
+ org.apache.felix.gogo.shell,\
+ org.apache.ace.managementagent;version=latest
-runvm: -Dlog=true -Didentification=target-1 -Ddiscovery=http://localhost:8080
-runproperties: org.apache.felix.log.storeDebug=true,\
org.apache.felix.eventadmin.Timeout=0,\
|