You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2012/01/24 23:07:11 UTC

svn commit: r1235523 - /uima/addons/trunk/SimpleServer/src/docbook/simpleServerUserGuide.xml

Author: schor
Date: Tue Jan 24 22:07:10 2012
New Revision: 1235523

URL: http://svn.apache.org/viewvc?rev=1235523&view=rev
Log:
[UIMA-2357] correct / update documentation of jars in the lib directory

Modified:
    uima/addons/trunk/SimpleServer/src/docbook/simpleServerUserGuide.xml

Modified: uima/addons/trunk/SimpleServer/src/docbook/simpleServerUserGuide.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/SimpleServer/src/docbook/simpleServerUserGuide.xml?rev=1235523&r1=1235522&r2=1235523&view=diff
==============================================================================
--- uima/addons/trunk/SimpleServer/src/docbook/simpleServerUserGuide.xml (original)
+++ uima/addons/trunk/SimpleServer/src/docbook/simpleServerUserGuide.xml Tue Jan 24 22:07:10 2012
@@ -152,35 +152,19 @@ Below is list of the required files from
   </para>
   </listitem>
   <listitem>
-  <para><code>SimpleServer/lib/uima-simple-server-xbean.jar</code>
+  <para><code>SimpleServer/lib/xmlbeans-2.4.0.jar</code>
   </para>
   </listitem>
   <listitem>
-  <para><code>SimpleServer/lib/jsr173_1.0_api.jar</code>
+  <para><code>SimpleServer/lib/geronimo-stax-api_1.0_spec-1.0.1.jar</code>
   </para>
   </listitem>
   <listitem>
-  <para><code>SimpleServer/lib/xbean.jar</code>
+  <para><code>SimpleServer/lib/uimaj-core-2.3.1.jar</code>
   </para>
   </listitem>
   </itemizedlist>
-  
-  <para>
-  In addition, you also need
-  </para>
-  
-  <itemizedlist>
-  <listitem>
-  <para><code>${UIMA_HOME}/lib/uima-core.jar</code>
-  </para>
-  </listitem>
-</itemizedlist>
-  
-  <para>
-  from your UIMA distribution.  Make sure you have the UIMA core version that has the same version
-  number as the sandbox distribution.  An older version may not work.
-  </para>
-  
+    
   <para>
   Copy all those jar files into the <code>WebContent/WEB-INF/lib</code> directory
   of your sample project.  Note how Eclipse automatically adds the jars to the Java build path under