Author: tyrell Date: Fri Jul 18 19:29:01 2008 New Revision: 19606 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19606
Log: Fixing the missing icon in windows shortcuts. It wasn't getting copied to the location required by the build. Removed: trunk/mashup/java/modules/distribution/installer/serverdown.ico Modified: trunk/mashup/java/modules/distribution/pom.xml Deleted: trunk/mashup/java/modules/distribution/installer/serverdown.ico URL: http://wso2.org/svn/browse/wso2/None?pathrev=19605 Modified: trunk/mashup/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/pom.xml?rev=19606&r1=19605&r2=19606&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/pom.xml (original) +++ trunk/mashup/java/modules/distribution/pom.xml Fri Jul 18 19:29:01 2008 @@ -208,6 +208,9 @@ <delete file="${dist.dir}/bin/native/wrapper-windows-x86-32.exe"/> <copy file="bin/native/wrapper-windows-x86-32.exe" tofile="${dist.dir}/bin/native/wrapper-windows-x86-32.exe"/> + <!--Copying the icon required for the monitor shortcut in windows--> + <copy file="bin/native/serverdown.ico" tofile="${dist.dir}/bin/native/serverdown.ico"/> + <echo message="### Copy the system mashups ###"/> <copy toDir="${dist.dir}/scripts/system" filtering="on"> <fileset dir="../samples/digit2image"/> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
