You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2008/05/22 22:25:26 UTC

svn commit: r659240 - /incubator/uima/uimacpp/trunk/buildsdk.sh

Author: eae
Date: Thu May 22 13:25:24 2008
New Revision: 659240

URL: http://svn.apache.org/viewvc?rev=659240&view=rev
Log:
UIMA-1037

Modified:
    incubator/uima/uimacpp/trunk/buildsdk.sh

Modified: incubator/uima/uimacpp/trunk/buildsdk.sh
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/buildsdk.sh?rev=659240&r1=659239&r2=659240&view=diff
==============================================================================
--- incubator/uima/uimacpp/trunk/buildsdk.sh (original)
+++ incubator/uima/uimacpp/trunk/buildsdk.sh Thu May 22 13:25:24 2008
@@ -196,7 +196,7 @@
 eval cp $CPLR "$UIMA_INSTALLDIR"/lib/libuima*.$LIBEXT"*"  "$UIMA_DIR"/lib/
 if [ "$UNAME" = "Darwin" ]; then
   thisDir=`pwd`
-  cd "$UIMA_DIR"/lib && ln -s libuima-2.1.dylib  libuima.jnilib
+  cd "$UIMA_DIR"/lib && ln -s libuima.dylib  libuima.jnilib
   cd $thisDir
 fi