From: <bh...@us...> - 2006-10-04 01:46:34
|
Revision: 241 http://svn.sourceforge.net/cishell/?rev=241&view=rev Author: bh2 Date: 2006-10-02 12:24:41 -0700 (Mon, 02 Oct 2006) Log Message: ----------- Updated the cishell installer build system for the new release Modified Paths: -------------- trunk/deployment/cishell-installer/cishell.product trunk/deployment/cishell-installer/install.xml trunk/deployment/cishell-installer/thanks.txt Added Paths: ----------- trunk/deployment/cishell-installer/mac_instructions.txt Modified: trunk/deployment/cishell-installer/cishell.product =================================================================== --- trunk/deployment/cishell-installer/cishell.product 2006-10-02 17:05:45 UTC (rev 240) +++ trunk/deployment/cishell-installer/cishell.product 2006-10-02 19:24:41 UTC (rev 241) @@ -40,11 +40,11 @@ </plugins> <features> - <feature id="org.cishell.algorithm.examples.feature" version="0.0.1.qualifier"/> - <feature id="org.cishell.environment.equinox.feature" version="0.0.1"/> - <feature id="org.cishell.feature" version="0.0.1.qualifier"/> - <feature id="org.cishell.reference.feature" version="0.0.1.qualifier"/> - <feature id="org.cishell.reference.gui.feature" version="0.0.1.qualifier"/> + <feature id="org.cishell.algorithm.examples.feature" version="0.1.0.qualifier"/> + <feature id="org.cishell.environment.equinox.feature" version="0.1.0"/> + <feature id="org.cishell.feature" version="0.1.0.qualifier"/> + <feature id="org.cishell.reference.feature" version="0.1.0.qualifier"/> + <feature id="org.cishell.reference.gui.feature" version="0.1.0.qualifier"/> </features> </product> Modified: trunk/deployment/cishell-installer/install.xml =================================================================== --- trunk/deployment/cishell-installer/install.xml 2006-10-02 17:05:45 UTC (rev 240) +++ trunk/deployment/cishell-installer/install.xml 2006-10-02 19:24:41 UTC (rev 241) @@ -16,7 +16,7 @@ <info> <appname>CIShell: Cyberinfrastructure Shell</appname> <appsubpath>cishell</appsubpath> - <appversion>0.0.1</appversion> + <appversion>0.1.0</appversion> <authors> <author name="Bruce Herr" email="bh...@bh..." /> <author name="Weixia Huang" email="hu...@in..." /> @@ -60,7 +60,8 @@ id="shortcutSpec.xml" /> <!-- <res src="../unix_shortcut_specification.xml" id="Unix_shortcutSpec.xml"/> --> - <res id="InfoPanel.info" src="../thanks.txt" /> + <res id="InfoPanel.info" src="../thanks.txt" /> + <res id="XInfoPanel.info" src="../mac_instructions.txt" /> </resources> <native type="izpack" name="ShellLink.dll" /> @@ -72,10 +73,11 @@ <panels> <panel classname="HelloPanel" /> <panel classname="LicencePanel" /> - <panel classname="TargetPanel" /> + <panel classname="TargetPanel" /> <!-- <panel classname="PacksPanel"/> --> <panel classname="InstallPanel" /> - <panel os="windows" classname="ShortcutPanel" /> + <panel os="windows" classname="ShortcutPanel" /> + <panel os="mac" classname="XInfoPanel" /> <panel classname="InfoPanel" /> <panel classname="SimpleFinishPanel" /> </panels> Added: trunk/deployment/cishell-installer/mac_instructions.txt =================================================================== --- trunk/deployment/cishell-installer/mac_instructions.txt (rev 0) +++ trunk/deployment/cishell-installer/mac_instructions.txt 2006-10-02 19:24:41 UTC (rev 241) @@ -0,0 +1,7 @@ +Extra installation steps for Mac OSX users: + +In order to get certain Swing or AWT based algorithms to work, some additional +steps are needed. First, you need Java version 1.5.0 Release 4 (or greater). +Second, you must download and install the "SWT Compatibility Libraries" from +the Apple Developer Connection website at 'http://connect.apple.com'. See the +FAQ section at http://cishell.org for more information. Modified: trunk/deployment/cishell-installer/thanks.txt =================================================================== --- trunk/deployment/cishell-installer/thanks.txt 2006-10-02 17:05:45 UTC (rev 240) +++ trunk/deployment/cishell-installer/thanks.txt 2006-10-02 19:24:41 UTC (rev 241) @@ -1,6 +1,6 @@ Installation of CIShell: Cyberinfrastructure Shell was successful! -WARNING: This is an early pre-ALPHA release of CIShell. +WARNING: This is an early alpha release of CIShell. Also, there are no algorithms integrated. This release is mainly only useful for early adopters for testing integration of their own algorithms. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |