You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bh...@apache.org on 2011/12/22 19:17:29 UTC

svn commit: r1222386 - /uima/uimacpp/trunk/buildsdk.cmd

Author: bhavani
Date: Thu Dec 22 18:17:29 2011
New Revision: 1222386

URL: http://svn.apache.org/viewvc?rev=1222386&view=rev
Log:
UIMA-2312 Updated to ACTIVEMQ CPP library version 3.4.1

Modified:
    uima/uimacpp/trunk/buildsdk.cmd

Modified: uima/uimacpp/trunk/buildsdk.cmd
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/buildsdk.cmd?rev=1222386&r1=1222385&r2=1222386&view=diff
==============================================================================
--- uima/uimacpp/trunk/buildsdk.cmd (original)
+++ uima/uimacpp/trunk/buildsdk.cmd Thu Dec 22 18:17:29 2011
@@ -261,8 +261,8 @@ REM xcopy /Q /Y %XERCES_HOME%\LICENSE* %
 if not "%ACTIVEMQ_HOME%" == "" (
   echo.
   echo copying from %ACTIVEMQ_HOME%...
-  xcopy /Q /Y %ACTIVEMQ_HOME%\vs2005-build\ReleaseDLL\activemq-cpp.dll %UIMA_DIR%\bin
-  xcopy /Q /Y %ACTIVEMQ_HOME%\vs2005-build\DebugDLL\activemq-cppd.dll %UIMA_DIR%\bin
+  xcopy /Q /Y %ACTIVEMQ_HOME%\vs2008-build\win32\ReleaseDLL\activemq-cpp.dll %UIMA_DIR%\bin
+  xcopy /Q /Y %ACTIVEMQ_HOME%\vs2008-build\win32\DebugDLL\activemq-cppd.dll %UIMA_DIR%\bin
 )
 
 echo cleaning the target tree