You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2017/03/07 15:34:49 UTC

svn commit: r1785847 - /ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy

Author: james-masanz
Date: Tue Mar  7 15:34:49 2017
New Revision: 1785847

URL: http://svn.apache.org/viewvc?rev=1785847&view=rev
Log:
CTAKES-135 - update uimafit references in groovy script since part of uima now - to be like rest of uima fit references in cTAKES 

Modified:
    ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy

Modified: ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy?rev=1785847&r1=1785846&r2=1785847&view=diff
==============================================================================
--- ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy (original)
+++ ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy Tue Mar  7 15:34:49 2017
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-//#!/usr/bin/env groovy
+#!/usr/bin/env groovy
 /**
 ** 	This assumes that you have installed Groovy and 
 ** 	that you have the command groovy available in your path.