Revision: 15202
          http://gate.svn.sourceforge.net/gate/?rev=15202&view=rev
Author:   valyt
Date:     2012-01-24 12:55:23 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
Added some comments

Modified Paths:
--------------
    gate/trunk/bin/gate.sh

Modified: gate/trunk/bin/gate.sh
===================================================================
--- gate/trunk/bin/gate.sh      2012-01-24 12:48:23 UTC (rev 15201)
+++ gate/trunk/bin/gate.sh      2012-01-24 12:55:23 UTC (rev 15202)
@@ -1,11 +1,22 @@
 #!/bin/bash
 
+# Parameters passed to the Java process
+# You can edit the values below (to e.g. change th maximum amount of memory), 
or
+# add new parameters, as needed.
+
+vmparams=(-splash:bin/splash.png -Xmx1G)
+
 # Parameters passed to the GATE process
+# This array gets populated from the command line parameters given to the 
+# script. If required, you can set the initial list of parameters here. 
+
 gateparams=()
 
-# Parameters passed to the Java process
-vmparams=(-splash:bin/splash.png -Xmx1G)
 
+############################################################################
+#        USERS SHOULD NOT NEED TO MAKE ANY CHANGES BELOW THIS LINE         #
+############################################################################
+
 #set -x
 PRG="$0"
 CURDIR="`pwd`"

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