Author: mes
Date: 2011-02-02 16:33:28 -0800 (Wed, 02 Feb 2011)
New Revision: 24003

Modified:
   
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
Log:
launcher now uses system properties as well

Modified: 
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
===================================================================
--- 
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
   2011-02-03 00:27:37 UTC (rev 24002)
+++ 
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
   2011-02-03 00:33:28 UTC (rev 24003)
@@ -45,6 +45,7 @@
        private static void launch(String factoryName) {
                try {
                        Map config = new HashMap();
+                       config.putAll(System.getProperties());
                        config.put("org.osgi.framework.startlevel.beginning", 
"6");
                        config.put("org.osgi.framework.storage", 
"bundles/cache");
                        config.put("org.osgi.framework.storage.clean", 
"onFirstInit");

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to