|
From: <bh...@us...> - 2007-12-19 18:29:58
|
Revision: 584
http://cishell.svn.sourceforge.net/cishell/?rev=584&view=rev
Author: bh2
Date: 2007-12-19 10:29:53 -0800 (Wed, 19 Dec 2007)
Log Message:
-----------
some minor text updates to the cishell installer
Modified Paths:
--------------
trunk/deployment/org.cishell.reference.releng/installer/build.xml
trunk/deployment/org.cishell.reference.releng/installer/info/license.txt
trunk/deployment/org.cishell.reference.releng/installer/info/mac_instructions.txt
Modified: trunk/deployment/org.cishell.reference.releng/installer/build.xml
===================================================================
--- trunk/deployment/org.cishell.reference.releng/installer/build.xml 2007-12-19 18:02:18 UTC (rev 583)
+++ trunk/deployment/org.cishell.reference.releng/installer/build.xml 2007-12-19 18:29:53 UTC (rev 584)
@@ -6,7 +6,7 @@
Maintained by Bruce Herr (bh...@bh...).
-->
-<project name='CIShell Installer' default='compile.both' basedir='.'>
+<project name='CIShell Installer Builder' default='compile.both' basedir='.'>
<!-- Properties -->
<property file="build.properties" />
<property name="full.jar" value="${archivePrefix}-full-installer_${version}.jar"/>
@@ -54,8 +54,7 @@
<authors>
<author name="Bruce Herr" email="bh...@bh..." />
<author name="Weixia Huang" email="hu...@in..." />
- <author name="Shashikant Penumarthy" email="sp...@cs..." />
- <author name="Dr. Katy Borner" email="ka...@in..." />
+ <author name="Katy Borner" email="ka...@in..." />
</authors>
<url>@{home.url}/</url>
<webdir>@{packs.url}</webdir>
@@ -96,14 +95,14 @@
The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel.
-->
<resources>
- <res id="LicencePanel.licence" src="info/license.txt" />
+ <res id="LicencePanel.licence" src="info/license.txt" parse="yes" />
<!-- <res id="Installer.image" src="info/nice-image.png" /> -->
<res src="info/windows_shortcut_specification.xml"
id="shortcutSpec.xml" />
<res src="info/unix_shortcut_specification.xml"
id="Unix_shortcutSpec.xml"/>
- <res id="InfoPanel.info" src="info/thanks.txt" />
- <res id="XInfoPanel.info" src="info/mac_instructions.txt" />
+ <res id="InfoPanel.info" src="info/thanks.txt" parse="yes" />
+ <res id="XInfoPanel.info" src="info/mac_instructions.txt" parse="yes" />
</resources>
<native type="izpack" name="ShellLink.dll" />
Modified: trunk/deployment/org.cishell.reference.releng/installer/info/license.txt
===================================================================
--- trunk/deployment/org.cishell.reference.releng/installer/info/license.txt 2007-12-19 18:02:18 UTC (rev 583)
+++ trunk/deployment/org.cishell.reference.releng/installer/info/license.txt 2007-12-19 18:29:53 UTC (rev 584)
@@ -16,5 +16,4 @@
Project Contacts:
Bruce Herr (bh...@bh...)
Weixia Huang (hu...@in...)
-Shashikant Penumarthy (sp...@in...)
-Dr. Katy Borner (ka...@in...)
+Katy Borner (ka...@in...)
Modified: trunk/deployment/org.cishell.reference.releng/installer/info/mac_instructions.txt
===================================================================
--- trunk/deployment/org.cishell.reference.releng/installer/info/mac_instructions.txt 2007-12-19 18:02:18 UTC (rev 583)
+++ trunk/deployment/org.cishell.reference.releng/installer/info/mac_instructions.txt 2007-12-19 18:29:53 UTC (rev 584)
@@ -1,5 +1,7 @@
Extra installation steps for Mac OSX users:
-For all CIShell features to work properly, please upgrade to the newest version
-of Java, version 1.5.0 Release 5 (or greater). See the FAQ section at
-http://cishell.org for more information.
+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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|