|
From: <mar...@us...> - 2013-01-21 14:00:58
|
Revision: 16477
http://sourceforge.net/p/gate/code/16477
Author: markagreenwood
Date: 2013-01-21 14:00:55 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
cleaned up so that we now only inlclude build.xml with the src as it won't work without the build/lib/**.jar files which aren't included unless we include the src folder as well
Modified Paths:
--------------
gate/trunk/build/deploy/build.xml
gate/trunk/build/deploy/gate-icon.png
Modified: gate/trunk/build/deploy/build.xml
===================================================================
--- gate/trunk/build/deploy/build.xml 2013-01-21 13:23:16 UTC (rev 16476)
+++ gate/trunk/build/deploy/build.xml 2013-01-21 14:00:55 UTC (rev 16477)
@@ -174,7 +174,6 @@
<filename name="GATE.app/**" />
<filename name="plugins/**" />
<filename name="licence.html"/>
- <filename name="build.xml"/>
<filename name="gate.xml"/>
<filename name="build/version.txt"/>
<filename name="build/persist/**"/>
@@ -377,7 +376,6 @@
<fileset dir="lib" targetdir="$INSTALL_PATH/lib"/>
<file src="licence.html" targetdir="$INSTALL_PATH"/>
<file src="index.html" targetdir="$INSTALL_PATH"/>
- <file src="build.xml" targetdir="$INSTALL_PATH"/>
<file src="gate.xml" targetdir="$INSTALL_PATH"/>
<file src="gate.exe" targetdir="$INSTALL_PATH" os="windows"/>
<file src="gate.l4j.ini" targetdir="$INSTALL_PATH" os="windows"/>
@@ -421,6 +419,7 @@
preselected="no">
<description>The full source code for GATE. You should only need to install this if you want to modify and rebuild the core GATE code.</description>
<fileset dir="src" targetdir="$INSTALL_PATH/src"/>
+ <file src="build.xml" targetdir="$INSTALL_PATH"/>
</pack>
</packs>
</installation>
Modified: gate/trunk/build/deploy/gate-icon.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|