Author: mes
Date: 2011-09-28 16:37:59 -0700 (Wed, 28 Sep 2011)
New Revision: 27021
Modified:
csplugins/trunk/ucsd/ruschein/genomespace-webstart/pom.xml
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
Log:
fixed syntax error
Modified: csplugins/trunk/ucsd/ruschein/genomespace-webstart/pom.xml
===================================================================
--- csplugins/trunk/ucsd/ruschein/genomespace-webstart/pom.xml 2011-09-28
23:13:37 UTC (rev 27020)
+++ csplugins/trunk/ucsd/ruschein/genomespace-webstart/pom.xml 2011-09-28
23:37:59 UTC (rev 27021)
@@ -5,7 +5,7 @@
<parent>
<groupId>cytoscape</groupId>
<artifactId>webstart</artifactId>
- <version>2.8.2</version>
+ <version>2.8.3-SNAPSHOT</version>
</parent>
<groupId>cytoscape</groupId>
Modified:
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
===================================================================
---
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
2011-09-28 23:13:37 UTC (rev 27020)
+++
csplugins/trunk/ucsd/ruschein/genomespace-webstart/src/main/jnlp/template.vm
2011-09-28 23:37:59 UTC (rev 27021)
@@ -37,7 +37,7 @@
print('"/>');
?>
$dependencies
- <resources>
+ </resources>
<application-desc main-class="$mainClass">
<?php
# either load a session
--
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.