Author: mes
Date: 2011-02-02 14:48:02 -0800 (Wed, 02 Feb 2011)
New Revision: 24001
Modified:
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
Log:
committed change to clean the cache every time Cytsocape starts
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-02 22:31:10 UTC (rev 24000)
+++
core3/launch-framework/trunk/launcher/src/main/java/org/cytoscape/launcher/internal/Launcher.java
2011-02-02 22:48:02 UTC (rev 24001)
@@ -47,6 +47,7 @@
Map config = new HashMap();
config.put("org.osgi.framework.startlevel.beginning",
"6");
config.put("org.osgi.framework.storage",
"bundles/cache");
+ config.put("org.osgi.framework.storage.clean",
"onFirstInit");
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.