From: <bh...@us...> - 2008-02-05 17:32:47
|
Revision: 617 http://cishell.svn.sourceforge.net/cishell/?rev=617&view=rev Author: bh2 Date: 2008-02-05 09:32:44 -0800 (Tue, 05 Feb 2008) Log Message: ----------- Installer now installs to the user's Desktop on windows platforms. Modified Paths: -------------- trunk/deployment/org.cishell.reference.releng/installer/build.xml Added Paths: ----------- trunk/deployment/org.cishell.reference.releng/installer/info/target_location.windows.txt Modified: trunk/deployment/org.cishell.reference.releng/installer/build.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/installer/build.xml 2008-02-01 19:19:04 UTC (rev 616) +++ trunk/deployment/org.cishell.reference.releng/installer/build.xml 2008-02-05 17:32:44 UTC (rev 617) @@ -137,6 +137,7 @@ id="Unix_shortcutSpec.xml"/> <res id="InfoPanel.info" src="info/thanks.txt" parse="yes" /> <res id="XInfoPanel.info" src="info/mac_instructions.txt" parse="yes" /> + <res id="TargetPanel.dir.windows" src="info/target_location.windows.txt"/> </resources> <native type="izpack" name="ShellLink.dll" /> @@ -168,4 +169,4 @@ ]]></config> </izpack> </target> -</project> \ No newline at end of file +</project> Added: trunk/deployment/org.cishell.reference.releng/installer/info/target_location.windows.txt =================================================================== --- trunk/deployment/org.cishell.reference.releng/installer/info/target_location.windows.txt (rev 0) +++ trunk/deployment/org.cishell.reference.releng/installer/info/target_location.windows.txt 2008-02-05 17:32:44 UTC (rev 617) @@ -0,0 +1,3 @@ +$SYSTEM_user_home\Desktop\$archivePrefix + + Property changes on: trunk/deployment/org.cishell.reference.releng/installer/info/target_location.windows.txt ___________________________________________________________________ Name: svn:mime-type + text/plain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |