Author: slotia
Date: 2012-07-11 15:06:54 -0700 (Wed, 11 Jul 2012)
New Revision: 29844
Modified:
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppManager.java
Log:
Gets the deploy directory based off the cytoscape.home system property
Modified:
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppManager.java
===================================================================
---
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppManager.java
2012-07-11 22:06:24 UTC (rev 29843)
+++
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppManager.java
2012-07-11 22:06:54 UTC (rev 29844)
@@ -546,7 +546,7 @@
public String getKarafDeployDirectory() {
- String current =
System.getProperties().get("user.dir").toString();
+ String current =
System.getProperties().get("cytoscape.home").toString();
String deployDirectoryPath = current + File.separator +
"framework"
+ File.separator + "deploy";
--
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.