Author: cwiklik
Date: Tue Feb  1 19:30:38 2011
New Revision: 1066163

URL: http://svn.apache.org/viewvc?rev=1066163&view=rev
Log:
UIMA-2031 Added Language parameter value 

Modified:
    
uima/uimaj/trunk/uimaj-examples/src/main/descriptors/collection_reader/FileSystemCollectionReader.xml
    
uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/components/FileSystemCollectionReader.xml

Modified: 
uima/uimaj/trunk/uimaj-examples/src/main/descriptors/collection_reader/FileSystemCollectionReader.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/descriptors/collection_reader/FileSystemCollectionReader.xml?rev=1066163&r1=1066162&r2=1066163&view=diff
==============================================================================
--- 
uima/uimaj/trunk/uimaj-examples/src/main/descriptors/collection_reader/FileSystemCollectionReader.xml
 (original)
+++ 
uima/uimaj/trunk/uimaj-examples/src/main/descriptors/collection_reader/FileSystemCollectionReader.xml
 Tue Feb  1 19:30:38 2011
@@ -84,6 +84,12 @@
                     <boolean>false</boolean>
                 </value>
             </nameValuePair>
+            <nameValuePair>
+                       <name>Language</name>
+                       <value>
+                           <string>en</string>
+                       </value>
+                   </nameValuePair>
                </configurationParameterSettings>
 
         <!-- Type System of CASes returned by this Collection Reader -->

Modified: 
uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/components/FileSystemCollectionReader.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/components/FileSystemCollectionReader.xml?rev=1066163&r1=1066162&r2=1066163&view=diff
==============================================================================
--- 
uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/components/FileSystemCollectionReader.xml
 (original)
+++ 
uima/uimaj/trunk/uimaj-tools/src/main/resources/org/apache/uima/tools/components/FileSystemCollectionReader.xml
 Tue Feb  1 19:30:38 2011
@@ -85,6 +85,12 @@
                            <string>C:/Program 
Files/apache-uima/docs/examples/data</string>
                        </value>
                    </nameValuePair>
+                   <nameValuePair>
+                       <name>Language</name>
+                       <value>
+                           <string>en</string>
+                       </value>
+                   </nameValuePair>
                </configurationParameterSettings>
 
         <!-- Type System of CASes returned by this Collection Reader -->


Reply via email to