Revision: 17652
          http://sourceforge.net/p/gate/code/17652
Author:   markagreenwood
Date:     2014-03-13 18:47:31 +0000 (Thu, 13 Mar 2014)
Log Message:
-----------
removed the old HTML block that described the command line options as it was so 
wrong it was unbelievable

Modified Paths:
--------------
    gate/trunk/src/main/gate/Main.java

Modified: gate/trunk/src/main/gate/Main.java
===================================================================
--- gate/trunk/src/main/gate/Main.java  2014-03-13 18:44:32 UTC (rev 17651)
+++ gate/trunk/src/main/gate/Main.java  2014-03-13 18:47:31 UTC (rev 17652)
@@ -379,93 +379,6 @@
     build = temp;
   } // static initializer finding build and version
 
-
-/**
-
-<BR>
-<B>Options processing: </B>
-
-<BR>
-<TABLE>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -a annotator arg(s)
-    </TH>
-    <TH ALIGN=left>
-    A CREOLE annotator to run on the collection, with zero or more
-    arguments. The set of such annotators will be run in the sequence
-    they appear in the arguments list. The arguments list must end with the
-    start of another option; otherwise add a "-" after the arguments to
-    terminate the list.
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -b
-    </TH>
-    <TH ALIGN=left>
-    Batch mode. Don't start the GUI, just process options and exit after
-    any actions (e.g. running annotators).
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -c collname
-    </TH>
-    <TH ALIGN=left>
-    Name of the collection to use. If the collection already exists then
-    it will be used as it stands, otherwise it will be created. See also
-    -f.
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -d
-    </TH>
-    <TH ALIGN=left>
-    Destroy the collection after use. (The default is to save it to
-    disk.)
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -f file(s)
-    </TH>
-    <TH ALIGN=left>
-    One or more files to create a collection with. If the collection
-    being used (see -c) already exists, these files are ignored.
-    Otherwise they are used to create the collection.
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -h
-    </TH>
-    <TH ALIGN=left>
-    Print a usage message and exit.
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -p creolepath
-    </TH>
-    <TH ALIGN=left>
-    Sets the search path for CREOLE modules.
-    </TH>
-  </TR>
-  <TR>
-    <TH ALIGN=left COLSPAN=15>
-    -v classname(s)
-    </TH>
-    <TH ALIGN=left>
-    Verbose: turns on debugging output. Takes zero or more class names
-    to debug.
-    </TH>
-  </TR>
-</TABLE>
-
-*/
-
   public static final String name = "GATE Developer";
   public static final String version;
   public static final String build;

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to