Revision: 15145
          http://gate.svn.sourceforge.net/gate/?rev=15145&view=rev
Author:   markagreenwood
Date:     2012-01-20 09:32:49 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
removed all reference to GUK from the documentation inside the build file

Modified Paths:
--------------
    gate/trunk/build.xml

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2012-01-20 09:32:13 UTC (rev 15144)
+++ gate/trunk/build.xml        2012-01-20 09:32:49 UTC (rev 15145)
@@ -1,13 +1,13 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
 <project name="GATE" default="all" basedir=".">
-    <description>
-        GATE
-        see http://gate.ac.uk
-    </description>
+  <description>
+      GATE
+      see http://gate.ac.uk
+  </description>
 
-    <!-- Prevent Ant from warning about includeantruntime not being set -->
-    <property name="build.sysclasspath" value="ignore" />
+  <!-- Prevent Ant from warning about includeantruntime not being set -->
+  <property name="build.sysclasspath" value="ignore" />
 
   <!-- *******************************************************************
        ****************  USER OPTIONS ************************************
@@ -31,17 +31,8 @@
 
        note that Ant properties are expanded in this file, this can be a
        very powerful tool. -->
-    <property file="build.properties" />
+  <property file="build.properties" />
 
-  <!-- TOOLS.JAR -->
-  <!-- GATE will normally try to guess which tools.jar library to use based on
-       your Java installation.
-       If you want to set this manually, put a line such as the following in
-       your build.properties:
-
-       tools.jar.location=w:/jdk/jdk1.5.0/lib/tools.jar
-  -->
-
   <!-- RUNTIME MEMORY -->
   <property name="runtime.max.memory" value="1200M"/>
   <property name="runtime.start.memory" value="200M"/>
@@ -223,7 +214,7 @@
     <echo level="info">
       This is the ANT build script for gate (http://gate.ac.uk).
       The following targets are available
-        -all (default target): compiles GUK and GATE classes and makes the 
gate.jar archive.
+        -all (default target): compiles the GATE classes and makes the 
gate.jar archive.
 
         -compile: compiles all the .java files
         -resources: copies the resources to the output directory (${outputDir})
@@ -234,8 +225,6 @@
         -doc: creates the Javadoc and Java2HTML documentation
         -docclean: deletes all built documentation
         -jape: rebuilds the JAPE parser files and associated documentation
-        -guk: compiles the GUK classes and builds the guk.jar archive
-        -gukdemo: starts the GUK Editor (a.k.a. GATE Unicode Editor)
         -test: runs the GATE test suite
 
         -distro: make a GATE distribution (calls all build tasks in the 
process)

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to