You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/02/08 11:09:32 UTC

svn commit: r504843 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/

Author: mbaessler
Date: Thu Feb  8 02:09:31 2007
New Revision: 504843

URL: http://svn.apache.org/viewvc?view=rev&rev=504843
Log:
JIRA ticket UIMA-291 (https://issues.apache.org/jira/browse/UIMA-291)

add SVN property svn:eol-style=LF for all *.sh script files

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/adjustExamplePaths.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/annotationViewer.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cpeGui.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/deploytool.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/documentAnalyzer.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh   (contents, props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/jcasgen.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/jcasgen_merge.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runAE.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runCPE.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearInstaller.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearMerger.sh   (contents, props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/setUimaClassPath.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/startVNS.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/startVinciService.sh   (props changed)
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/validateDescriptor.sh   (props changed)

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/adjustExamplePaths.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/annotationViewer.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cpeGui.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/cvd.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/deploytool.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/documentAnalyzer.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

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=504843&r1=504842&r2=504843
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh Thu Feb  8 02:09:31 2007
@@ -1,20 +1,20 @@
-#!/bin/sh -vx
-
-#   Licensed to the Apache Software Foundation (ASF) under one
-#   or more contributor license agreements.  See the NOTICE file
-#   distributed with this work for additional information
-#   regarding copyright ownership.  The ASF licenses this file
-#   to you under the Apache License, Version 2.0 (the
-#   "License"); you may not use this file except in compliance
-#   with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing,
-#   software distributed under the License is distributed on an
-#   #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#   KIND, either express or implied.  See the License for the
-#   specific language governing permissions and limitations
-#   under the License.
-
-"$JAVA_HOME/bin/java" -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,
+#!/bin/sh -vx
+
+#   Licensed to the Apache Software Foundation (ASF) under one
+#   or more contributor license agreements.  See the NOTICE file
+#   distributed with this work for additional information
+#   regarding copyright ownership.  The ASF licenses this file
+#   to you under the Apache License, Version 2.0 (the
+#   "License"); you may not use this file except in compliance
+#   with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing,
+#   software distributed under the License is distributed on an
+#   #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#   KIND, either express or implied.  See the License for the
+#   specific language governing permissions and limitations
+#   under the License.
+
+"$JAVA_HOME/bin/java" -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,

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/ibmUimaToApacheUima.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/jcasgen.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/jcasgen_merge.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runAE.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runCPE.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearInstaller.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearMerger.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearMerger.sh?view=diff&rev=504843&r1=504842&r2=504843
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearMerger.sh (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearMerger.sh Thu Feb  8 02:09:31 2007
@@ -1,25 +1,25 @@
-#!/bin/sh
-
-#   Licensed to the Apache Software Foundation (ASF) under one
-#   or more contributor license agreements.  See the NOTICE file
-#   distributed with this work for additional information
-#   regarding copyright ownership.  The ASF licenses this file
-#   to you under the Apache License, Version 2.0 (the
-#   "License"); you may not use this file except in compliance
-#   with the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing,
-#   software distributed under the License is distributed on an
-#   #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#   KIND, either express or implied.  See the License for the
-#   specific language governing permissions and limitations
-#   under the License.
-
-. "$UIMA_HOME/bin/setUimaClassPath.sh"
-if [ "$JAVA_HOME" = "" ];
-then
-  JAVA_HOME=$UIMA_HOME/java/jre
-fi
-"$JAVA_HOME/bin/java" -cp "$UIMA_CLASSPATH" "-Duima.home=$UIMA_HOME" org.apache.uima.tools.pear.merger.PMController $*
+#!/bin/sh
+
+#   Licensed to the Apache Software Foundation (ASF) under one
+#   or more contributor license agreements.  See the NOTICE file
+#   distributed with this work for additional information
+#   regarding copyright ownership.  The ASF licenses this file
+#   to you under the Apache License, Version 2.0 (the
+#   "License"); you may not use this file except in compliance
+#   with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing,
+#   software distributed under the License is distributed on an
+#   #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#   KIND, either express or implied.  See the License for the
+#   specific language governing permissions and limitations
+#   under the License.
+
+. "$UIMA_HOME/bin/setUimaClassPath.sh"
+if [ "$JAVA_HOME" = "" ];
+then
+  JAVA_HOME=$UIMA_HOME/java/jre
+fi
+"$JAVA_HOME/bin/java" -cp "$UIMA_CLASSPATH" "-Duima.home=$UIMA_HOME" org.apache.uima.tools.pear.merger.PMController $*

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/runPearMerger.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/setUimaClassPath.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/startVNS.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/startVinciService.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: incubator/uima/uimaj/trunk/uimaj-distr/src/main/scripts/validateDescriptor.sh
------------------------------------------------------------------------------
    svn:eol-style = LF