From: <bh...@us...> - 2008-01-30 17:06:17
|
Revision: 609 http://cishell.svn.sourceforge.net/cishell/?rev=609&view=rev Author: bh2 Date: 2008-01-30 09:06:03 -0800 (Wed, 30 Jan 2008) Log Message: ----------- Made the Desktop Shortcuts option automatically checked by default. Modified Paths: -------------- trunk/deployment/org.cishell.reference.releng/installer/build.xml Modified: trunk/deployment/org.cishell.reference.releng/installer/build.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/installer/build.xml 2008-01-30 16:54:01 UTC (rev 608) +++ trunk/deployment/org.cishell.reference.releng/installer/build.xml 2008-01-30 17:06:03 UTC (rev 609) @@ -97,7 +97,8 @@ <variables> <variable name="archivePrefix" value="@{archivePrefix}"/> <variable name="projectName" value="@{project.name}"/> - <variable name="projectShortName" value="@{project.short.name}"/> + <variable name="projectShortName" value="@{project.short.name}"/> + <variable name="DesktopShortcutCheckboxEnabled" value="true"/> </variables> <!-- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |