Author: mes
Date: 2011-10-05 14:56:42 -0700 (Wed, 05 Oct 2011)
New Revision: 27074
Modified:
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
Log:
fixed problem of reloading same file each time
Modified:
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
===================================================================
---
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
2011-10-05 21:25:56 UTC (rev 27073)
+++
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
2011-10-05 21:56:42 UTC (rev 27074)
@@ -14,7 +14,7 @@
$SESSION=htmlspecialchars($_GET['session']);
print('<?xml version="1.0" encoding="utf-8"?>');
?>
-<jnlp codebase="$project.Url" href="$outputFile">
+<jnlp codebase="$project.Url">
<information>
<title>Cytoscape</title>
<vendor>Cytoscape Consortium</vendor>
--
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.