Author: cwiklik
Date: Wed Jul  7 13:33:30 2010
New Revision: 961367

URL: http://svn.apache.org/viewvc?rev=961367&view=rev
Log:
UIMA-1831 Modified to remove absolute path to AE descriptor

Modified:
    
uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml

Modified: 
uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml?rev=961367&r1=961366&r2=961367&view=diff
==============================================================================
--- 
uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml
 (original)
+++ 
uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/deployment/Deploy_GovernmentOfficialRecognizer.xml
 Wed Jul  7 13:33:30 2010
@@ -32,7 +32,7 @@
     <service>
       <inputQueue endpoint="GovOfficialRecognizerQueue" 
brokerURL="tcp://localhost:8118" prefetch="1"/>
       <topDescriptor>
-       <import 
location="C:/uima/releases/2.3.3-04/apache-uima/examples/descriptors/analysis_engine/GovernmentOfficialRecognizer_RegEx_TAE.xml"/>
 
+       <import 
location="../descriptors/analysis_engine/GovernmentOfficialRecognizer_RegEx_TAE.xml"/>
 
       </topDescriptor>
       <analysisEngine>
       <asyncPrimitiveErrorConfiguration>


Reply via email to