Author: mes
Date: 2011-10-05 17:26:27 -0700 (Wed, 05 Oct 2011)
New Revision: 27078
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/GSUtils.java
Log:
getting property from correct location
Modified:
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/GSUtils.java
===================================================================
---
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/GSUtils.java
2011-10-05 23:47:15 UTC (rev 27077)
+++
csplugins/trunk/ucsd/mes/genomespace-plugin/src/main/java/cytoscape/genomespace/GSUtils.java
2011-10-06 00:26:27 UTC (rev 27078)
@@ -2,6 +2,7 @@
import cytoscape.Cytoscape;
+import cytoscape.CytoscapeInit;
import java.awt.Dialog;
import java.util.List;
@@ -51,7 +52,7 @@
}
public static synchronized boolean loginToGenomeSpace() {
- String gsenv =
System.getProperty("genomespace.environment","test").toString();
+ String gsenv =
CytoscapeInit.getProperties().getProperty("genomespace.environment","test").toString();
org.genomespace.client.ConfigurationUrls.init(gsenv);
for (;;) {
final GSLoginDialog loginDialog =
--
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.