Author: nextgens
Date: 2006-03-23 14:13:04 +0000 (Thu, 23 Mar 2006)
New Revision: 8291

Modified:
   trunk/apps/installer/build-installer.xml
   trunk/apps/installer/build.xml
Log:
Doh

Modified: trunk/apps/installer/build-installer.xml
===================================================================
--- trunk/apps/installer/build-installer.xml    2006-03-23 13:44:10 UTC (rev 
8290)
+++ trunk/apps/installer/build-installer.xml    2006-03-23 14:13:04 UTC (rev 
8291)
@@ -28,6 +28,7 @@
                                <fileset dir="installclasspath" 
includes="bin/*"/>
                                <fileset dir="installclasspath" 
includes="config/*"/>
                                <fileset dir="installclasspath" 
includes="windows/*"/>
+                               <fileset dir="installclasspath" 
includes="linux/*"/>
                                <fileset dir="installclasspath" 
includes="sha1test.jar"/>
                </installer>
        </target>

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-03-23 13:44:10 UTC (rev 8290)
+++ trunk/apps/installer/build.xml      2006-03-23 14:13:04 UTC (rev 8291)
@@ -53,10 +53,10 @@
                <antcall target="${target}"/>

                <echo message="Creating shortcuts"/>
-               <exec os="windows" executable="CreateDesktopShortcut.vbs" 
dir="${installDir}/windows">
+               <exec os="windows" executable="CreateDesktopShortcut.vbs" 
dir="${installDir}/">
                        <arg value="${installDir}"/>
                </exec>
-               <exec os="Linux" executable="CreateDesktopShortcut.sh" 
dir="${installDir}/linux">
+               <exec os="Linux" executable="CreateDesktopShortcut.sh" 
dir="${installDir}/">
                        <arg value="${installDir}"/>
                </exec>
        </target>


Reply via email to