Revision: 15072
          http://gate.svn.sourceforge.net/gate/?rev=15072&view=rev
Author:   valyt
Date:     2012-01-16 14:16:13 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
Patched version of izpack standalone compiler that allows the creation of 
Gnome3/Unity-friendly shortcuts.

Gnome3/Unity-friendly shortcut for GATE Developer.

Modified Paths:
--------------
    gate/trunk/build/deploy/build.xml
    gate/trunk/build/deploy/unix-shortcuts.xml

Added Paths:
-----------
    
gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler-4.3.5-vt.jar

Removed Paths:
-------------
    gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler-4.3.5.jar
    gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler.jar

Modified: gate/trunk/build/deploy/build.xml
===================================================================
--- gate/trunk/build/deploy/build.xml   2012-01-16 14:14:29 UTC (rev 15071)
+++ gate/trunk/build/deploy/build.xml   2012-01-16 14:16:13 UTC (rev 15072)
@@ -249,7 +249,7 @@
     <!-- define the IzPack Ant task -->
     <taskdef name="izpack" classname="com.izforge.izpack.ant.IzPackTask">
       <classpath>
-        <pathelement 
location="build/deploy/lib/standalone-izpack-installer-compiler-4.3.5.jar"/>
+        <pathelement 
location="build/deploy/lib/standalone-izpack-installer-compiler-4.3.5-vt.jar"/>
       </classpath>
     </taskdef>
     <izpack output="${distDir}/${gate.full.name}-installer.jar"
@@ -379,8 +379,8 @@
           <fileset dir="plugins" targetdir="$INSTALL_PATH/plugins" />
           @{plugins.executables}
         </pack>
-       
-        <pack name="User guide"
+
+       <pack name="User guide"
               required="no"
               preselected="yes">
             <description>The GATE User Guide (PDF version).  The latest user 
guide is always available at http://gate.ac.uk/sale/tao/ but may describe 
features added since this version of GATE.</description>

Added: 
gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler-4.3.5-vt.jar
===================================================================
(Binary files differ)


Property changes on: 
gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler-4.3.5-vt.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Deleted: 
gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler-4.3.5.jar
===================================================================
(Binary files differ)

Deleted: gate/trunk/build/deploy/lib/standalone-izpack-installer-compiler.jar
===================================================================
(Binary files differ)

Modified: gate/trunk/build/deploy/unix-shortcuts.xml
===================================================================
--- gate/trunk/build/deploy/unix-shortcuts.xml  2012-01-16 14:14:29 UTC (rev 
15071)
+++ gate/trunk/build/deploy/unix-shortcuts.xml  2012-01-16 14:16:13 UTC (rev 
15072)
@@ -19,6 +19,7 @@
      iconFile="$INSTALL_PATH/icons/gate-icon.png"
      type="Application"
      Categories="Development;IDE;"
+     startupWmClass="GATE Developer"
      encoding="UTF-8">
      <createForPack name="Core"/>
    </shortcut>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to