Author: mes Date: 2011-11-22 11:22:20 -0800 (Tue, 22 Nov 2011) New Revision: 27553
Modified: csplugins/trunk/ucsd/mes/genomespace-webstart/README.txt csplugins/trunk/ucsd/mes/genomespace-webstart/pom.xml csplugins/trunk/ucsd/mes/genomespace-webstart/src/main/jnlp/template.vm Log: added genemania plugin Modified: csplugins/trunk/ucsd/mes/genomespace-webstart/README.txt =================================================================== --- csplugins/trunk/ucsd/mes/genomespace-webstart/README.txt 2011-11-22 17:52:33 UTC (rev 27552) +++ csplugins/trunk/ucsd/mes/genomespace-webstart/README.txt 2011-11-22 19:22:20 UTC (rev 27553) @@ -6,3 +6,11 @@ Note that the "-Dwebstart.url=http://example.com" argument is manadatory to provide the jnlp file with a codebase. + +The actual command: + + + mvn webstart:jnlp-inline -Dwebstart.url=http://chianti.ucsd.edu/genomespace + + + Modified: csplugins/trunk/ucsd/mes/genomespace-webstart/pom.xml =================================================================== --- csplugins/trunk/ucsd/mes/genomespace-webstart/pom.xml 2011-11-22 17:52:33 UTC (rev 27552) +++ csplugins/trunk/ucsd/mes/genomespace-webstart/pom.xml 2011-11-22 19:22:20 UTC (rev 27553) @@ -133,5 +133,10 @@ <artifactId>mcode</artifactId> <version>1.32</version> </dependency> + <dependency> + <groupId>cytoscape-temp</groupId> + <artifactId>genemania-cytoscape-plugin</artifactId> + <version>2.2</version> + </dependency> </dependencies> </project> Modified: csplugins/trunk/ucsd/mes/genomespace-webstart/src/main/jnlp/template.vm =================================================================== --- csplugins/trunk/ucsd/mes/genomespace-webstart/src/main/jnlp/template.vm 2011-11-22 17:52:33 UTC (rev 27552) +++ csplugins/trunk/ucsd/mes/genomespace-webstart/src/main/jnlp/template.vm 2011-11-22 19:22:20 UTC (rev 27553) @@ -125,6 +125,8 @@ <argument>csplugins.jActiveModules.ActiveModulesUI</argument> <argument>-p</argument> <argument>csplugins.mrsva.shortestpath.ShortestPathPlugin</argument> + <argument>-p</argument> + <argument>org.genemania.plugin.GeneManiaPlugin</argument> </application-desc> </jnlp> -- 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.
