Author: ruschein Date: 2011-06-09 14:58:00 -0700 (Thu, 09 Jun 2011) New Revision: 25698
Added: cytoscape/trunk/packaging/README.txt Log: Instructions on how to build the installers. Added: cytoscape/trunk/packaging/README.txt =================================================================== --- cytoscape/trunk/packaging/README.txt (rev 0) +++ cytoscape/trunk/packaging/README.txt 2011-06-09 21:58:00 UTC (rev 25698) @@ -0,0 +1,6 @@ +To build the installer bundles, edit pom.xml to change the <executable> +for install4jc to where your install4j installation is. Then run: + + mvn install4j:compile + +The installers will be created in the target/install4j subdirectory. -- 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.
