Author: mes
Date: 2011-01-14 14:00:48 -0800 (Fri, 14 Jan 2011)
New Revision: 23467
Modified:
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
Log:
putting the cache in a better place
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-01-14 21:41:51 UTC (rev 23466)
+++
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
2011-01-14 22:00:48 UTC (rev 23467)
@@ -21,8 +21,6 @@
import org.cytoscape.cmdline.CommandLineArgs;
-//import static org.ops4j.pax.swissbox.tinybundles.core.TinyBundles.*;
-
/**
* An OSGi launcher.
*/
@@ -48,6 +46,7 @@
try {
Map config = new HashMap();
config.put("org.osgi.framework.startlevel.beginning",
"6");
+ config.put("org.osgi.framework.storage",
"bundles/cache");
FrameworkFactory factory = (FrameworkFactory)
Class.forName( factoryName ).newInstance();
Framework framework = factory.newFramework(config);
--
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.