You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/05/03 16:13:33 UTC

svn commit: r534877 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh

Author: alally
Date: Thu May  3 07:13:32 2007
New Revision: 534877

URL: http://svn.apache.org/viewvc?view=rev&rev=534877
Log:
Replace %1 with $1
UIMA-393: https://issues.apache.org/jira/browse/UIMA-393

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh?view=diff&rev=534877&r1=534876&r2=534877
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh Thu May  3 07:13:32 2007
@@ -23,4 +23,4 @@
 else
   UIMA_JAVA_CALL="$JAVA_HOME/bin/java"
 fi
-"$UIMA_JAVA_CALL" -cp "$UIMA_HOME/lib/uima-core.jar:$UIMA_HOME/lib/uima-tools.jar" org.apache.uima.tools.migration.IbmUimaToApacheUima %1 -ext java,xml,xmi,wsdd,properties,launch,bat,cmd,sh,ksh,csh,
+"$UIMA_JAVA_CALL" -cp "$UIMA_HOME/lib/uima-core.jar:$UIMA_HOME/lib/uima-tools.jar" org.apache.uima.tools.migration.IbmUimaToApacheUima $1 -ext java,xml,xmi,wsdd,properties,launch,bat,cmd,sh,ksh,csh,