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 2016/08/21 17:37:00 UTC

svn commit: r1757071 - in /uima/site/trunk/uima-website: docs/doc-uima-pears.html docs/maven-design.html docs/sandbox.html docs/toolsServers.html xdocs/doc-uima-pears.xml xdocs/maven-design.xml xdocs/sandbox.xml xdocs/toolsServers.xml

Author: schor
Date: Sun Aug 21 17:37:00 2016
New Revision: 1757071

URL: http://svn.apache.org/viewvc?rev=1757071&view=rev
Log:
[UIMA-5065] fixed in toolsServers, sandbox, maven-design, and doc-uima-pears

Modified:
    uima/site/trunk/uima-website/docs/doc-uima-pears.html
    uima/site/trunk/uima-website/docs/maven-design.html
    uima/site/trunk/uima-website/docs/sandbox.html
    uima/site/trunk/uima-website/docs/toolsServers.html
    uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml
    uima/site/trunk/uima-website/xdocs/maven-design.xml
    uima/site/trunk/uima-website/xdocs/sandbox.xml
    uima/site/trunk/uima-website/xdocs/toolsServers.xml

Modified: uima/site/trunk/uima-website/docs/doc-uima-pears.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/doc-uima-pears.html?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/doc-uima-pears.html (original)
+++ uima/site/trunk/uima-website/docs/doc-uima-pears.html Sun Aug 21 17:37:00 2016
@@ -446,7 +446,7 @@
 				        <p>	  
 						  The PearPackaging command line can be used if scripting should be used to create PEAR packages.
 						  Details about how to use the PearPackaging command line is available in the UIMA documentation at
-						  <a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear.packager.using_command_line">
+						  <a href="d/uimaj-current/tools.html#ugr.tools.pear.packager.using_command_line">
 						  Using the PEAR command line packager</a>. 
 						</p>  
 				    </li>
@@ -457,9 +457,9 @@
 						  API can be used. With that API it is either possible to create complete PEAR packages or to create the PEAR
 						  packages step by step - first create the installation descriptor and later package the PEAR. Detailed
 						  information about the PEAR packaging API is available in the UIMA documentation at
-						  <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.packaging_into_1_file">
+						  <a href="d/uimaj-current/references/references.html#ugr.ref.pear.packaging_into_1_file">
 						   Packaging the PEAR structure into one file</a> and in the 
-						   <a href="d/uimaj-2.3.1/api/index.html?org/apache/uima/pear/tools/PackageCreator.html">
+						   <a href="d/uimaj-current/api/index.html?org/apache/uima/pear/tools/PackageCreator.html">
 						   PEAR packaging API JavaDocs</a>.
 						</p>				        
 				    </li>
@@ -505,7 +505,7 @@
 				   PEAR package descriptor is a special UIMA descriptor that can be used to run installed PEAR packages in every
 				   UIMA application out of the box. For details about the PEAR descriptor, please refer to the 
 				   UIMA documentation at
-				   <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.specifier">
+				   <a href="d/uimaj-current/references/references.html#ugr.ref.pear.specifier">
 				   PEAR package descriptor</a>.
 				</p>
                                                 <p>
@@ -521,7 +521,7 @@
 				  	     performed and the installation and verification results are displayed. Out of the tool
 				  	     it is directly possible to test the installed PEAR package using the Cas Visual Debugger (CVD).
 				  	     For more details about the PEAR Installer, please refer to the UIMA documentation at
-				  	     <a href="d/uimaj-2.3.1/tools/tools.html#ugr.tools.pear.installer">
+				  	     <a href="d/uimaj-current/tools/tools.html#ugr.tools.pear.installer">
 				  	     PEAR Installer User's Guide</a>. 
 				  	  </p>
 				  	  <p>
@@ -535,7 +535,7 @@
 				  	     with a custom application. With the PEAR API it is possible to install PEAR packages 
 				  	     to a given installation directory and to optionally verify the installed packages.
 				  	     Details about the PEAR API are available in the UIMA documentation at 
-				  		 <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.installing_pear_using_API">
+				  		 <a href="d/uimaj-current/references/references.html#ugr.ref.pear.installing_pear_using_API">
 				  		 Installing a PEAR file using the PEAR APIs</a>.
 				  	  </p>
 				  	</li>
@@ -560,7 +560,7 @@
 			    The UIMA framework has an integrated PEAR runtime to run installed PEAR packages out of the box.
 			    For this, the PEAR runtime makes use of the PEAR's installation descriptor settings. 
 			    To use the PEAR runtime, the generated 
-			    <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.specifier">
+			    <a href="d/uimaj-current/references/references.html#ugr.ref.pear.specifier">
 				PEAR package descriptor</a> must be used to integrate or run PEAR components. The PEAR package descriptor	
 				is generated in the main component root directory of the installed PEAR package during the PEAR installation.
 			    As PEAR package descriptor name of <code>&lt;componentID&gt;_pear.xml</code> is used. 
@@ -616,7 +616,7 @@
                                                 <p>
 			    There's a complete example of how to install a PEAR package
                 and how to run it using the UIMA framework API
-			    <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.installing_pear_using_API">
+			    <a href="d/uimaj-current/references/references.html#ugr.ref.pear.installing_pear_using_API">
 			    in the UIMA documentation</a> .
 			  </p>
                             </blockquote>

Modified: uima/site/trunk/uima-website/docs/maven-design.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/maven-design.html?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/maven-design.html (original)
+++ uima/site/trunk/uima-website/docs/maven-design.html Sun Aug 21 17:37:00 2016
@@ -823,7 +823,7 @@ our svn tree, in a top level directory n
   </p>
                                                 <p>
     The individual Annotators are mostly packaged as 
-    <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear">
+    <a href="d/uimaj-current/references/references.html#ugr.ref.pear">
       PEAR</a> files, which are the UIMA standard for annotator component packaging and distribution.
     The Pear is generated using the PearPackagingMavenPlugin, which generates automatically a
     conventional Pear Installation Descriptor, from the information in the project.    

Modified: uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/sandbox.html?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ uima/site/trunk/uima-website/docs/sandbox.html Sun Aug 21 17:37:00 2016
@@ -412,7 +412,7 @@ http://svn.apache.org/repos/asf/uima/san
 		  during a component build using a custom Maven plugin.
 		  With this plugin, users are able to build their components from the source and then package them 
 		  automatically as UIMA PEAR package. 
-		  <a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear">
+		  <a href="d/uimaj-current/tools.html#ugr.tools.pear">
 		  Click here to access the user documentation</a>.
 		  The Java source of the PEAR packaging Maven plugin can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin">

Modified: uima/site/trunk/uima-website/docs/toolsServers.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/toolsServers.html?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/toolsServers.html (original)
+++ uima/site/trunk/uima-website/docs/toolsServers.html Sun Aug 21 17:37:00 2016
@@ -230,17 +230,17 @@ with the UIMA Addons package.
 </p>
                                                 <h4>Tools</h4>
                                                 <ul>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.cde">Component Descriptor Editor</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.cpe">Collection Processing Engine descriptor editor and runner</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.doc_analyzer">Document Analyzer - runs a pipeline on directory of files, shows results</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.annotation_viewer">GUI to view XML exported versions of CASes</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.cvd">CAS Visual Debugger</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.ce">CAS Editor</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.jcasgen">Generate JCas Java classes for a type system</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.cde">Component Descriptor Editor</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.cpe">Collection Processing Engine descriptor editor and runner</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.doc_analyzer">Document Analyzer - runs a pipeline on directory of files, shows results</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.annotation_viewer">GUI to view XML exported versions of CASes</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.cvd">CAS Visual Debugger</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.ce">CAS Editor</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.jcasgen">Generate JCas Java classes for a type system</a></li>
         <li><a href="sandbox.html#pear.package.task">PEAR Packaging ANT Task</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear.packager.maven.plugin.usage">PEAR Packaging Maven Plugin (moved to main Java SDK)</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear.installer">PEAR installer</a></li>
-        <!--li><a href="d/uimaj-2.3.1/tools.html#">Eclipse launcher for UIMA pipelines</a></li-->
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.pear.packager.maven.plugin.usage">PEAR Packaging Maven Plugin (moved to main Java SDK)</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.pear.installer">PEAR installer</a></li>
+        <!--li><a href="d/uimaj-current/tools.html#">Eclipse launcher for UIMA pipelines</a></li-->
       </ul>
                                                 <h4>Miscellaneous</h4>
                                                 <ul>

Modified: uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml (original)
+++ uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml Sun Aug 21 17:37:00 2016
@@ -231,7 +231,7 @@
 				        <p>	  
 						  The PearPackaging command line can be used if scripting should be used to create PEAR packages.
 						  Details about how to use the PearPackaging command line is available in the UIMA documentation at
-						  <a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear.packager.using_command_line">
+						  <a href="d/uimaj-current/tools.html#ugr.tools.pear.packager.using_command_line">
 						  Using the PEAR command line packager</a>. 
 						</p>  
 				    </li>
@@ -242,9 +242,9 @@
 						  API can be used. With that API it is either possible to create complete PEAR packages or to create the PEAR
 						  packages step by step - first create the installation descriptor and later package the PEAR. Detailed
 						  information about the PEAR packaging API is available in the UIMA documentation at
-						  <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.packaging_into_1_file">
+						  <a href="d/uimaj-current/references/references.html#ugr.ref.pear.packaging_into_1_file">
 						   Packaging the PEAR structure into one file</a> and in the 
-						   <a href="d/uimaj-2.3.1/api/index.html?org/apache/uima/pear/tools/PackageCreator.html">
+						   <a href="d/uimaj-current/api/index.html?org/apache/uima/pear/tools/PackageCreator.html">
 						   PEAR packaging API JavaDocs</a>.
 						</p>				        
 				    </li>
@@ -277,7 +277,7 @@
 				   PEAR package descriptor is a special UIMA descriptor that can be used to run installed PEAR packages in every
 				   UIMA application out of the box. For details about the PEAR descriptor, please refer to the 
 				   UIMA documentation at
-				   <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.specifier">
+				   <a href="d/uimaj-current/references/references.html#ugr.ref.pear.specifier">
 				   PEAR package descriptor</a>.
 				</p>
 				<p>
@@ -293,7 +293,7 @@
 				  	     performed and the installation and verification results are displayed. Out of the tool
 				  	     it is directly possible to test the installed PEAR package using the Cas Visual Debugger (CVD).
 				  	     For more details about the PEAR Installer, please refer to the UIMA documentation at
-				  	     <a href="d/uimaj-2.3.1/tools/tools.html#ugr.tools.pear.installer">
+				  	     <a href="d/uimaj-current/tools/tools.html#ugr.tools.pear.installer">
 				  	     PEAR Installer User's Guide</a>. 
 				  	  </p>
 				  	  <p>
@@ -307,7 +307,7 @@
 				  	     with a custom application. With the PEAR API it is possible to install PEAR packages 
 				  	     to a given installation directory and to optionally verify the installed packages.
 				  	     Details about the PEAR API are available in the UIMA documentation at 
-				  		 <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.installing_pear_using_API">
+				  		 <a href="d/uimaj-current/references/references.html#ugr.ref.pear.installing_pear_using_API">
 				  		 Installing a PEAR file using the PEAR APIs</a>.
 				  	  </p>
 				  	</li>
@@ -319,7 +319,7 @@
 			    The UIMA framework has an integrated PEAR runtime to run installed PEAR packages out of the box.
 			    For this, the PEAR runtime makes use of the PEAR's installation descriptor settings. 
 			    To use the PEAR runtime, the generated 
-			    <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.specifier">
+			    <a href="d/uimaj-current/references/references.html#ugr.ref.pear.specifier">
 				PEAR package descriptor</a> must be used to integrate or run PEAR components. The PEAR package descriptor	
 				is generated in the main component root directory of the installed PEAR package during the PEAR installation.
 			    As PEAR package descriptor name of <code>&lt;componentID&gt;_pear.xml</code> is used. 
@@ -375,7 +375,7 @@
 			  <p>
 			    There's a complete example of how to install a PEAR package
                 and how to run it using the UIMA framework API
-			    <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear.installing_pear_using_API">
+			    <a href="d/uimaj-current/references/references.html#ugr.ref.pear.installing_pear_using_API">
 			    in the UIMA documentation</a> .
 			  </p>	
 			</subsection>

Modified: uima/site/trunk/uima-website/xdocs/maven-design.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/maven-design.xml?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/maven-design.xml (original)
+++ uima/site/trunk/uima-website/xdocs/maven-design.xml Sun Aug 21 17:37:00 2016
@@ -550,7 +550,7 @@ our svn tree, in a top level directory n
     
   <p>
     The individual Annotators are mostly packaged as 
-    <a href="d/uimaj-2.3.1/references/references.html#ugr.ref.pear">
+    <a href="d/uimaj-current/references/references.html#ugr.ref.pear">
       PEAR</a> files, which are the UIMA standard for annotator component packaging and distribution.
     The Pear is generated using the PearPackagingMavenPlugin, which generates automatically a
     conventional Pear Installation Descriptor, from the information in the project.    

Modified: uima/site/trunk/uima-website/xdocs/sandbox.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/sandbox.xml?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ uima/site/trunk/uima-website/xdocs/sandbox.xml Sun Aug 21 17:37:00 2016
@@ -161,7 +161,7 @@ http://svn.apache.org/repos/asf/uima/san
 		  during a component build using a custom Maven plugin.
 		  With this plugin, users are able to build their components from the source and then package them 
 		  automatically as UIMA PEAR package. 
-		  <a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear">
+		  <a href="d/uimaj-current/tools.html#ugr.tools.pear">
 		  Click here to access the user documentation</a>.
 		  The Java source of the PEAR packaging Maven plugin can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin">

Modified: uima/site/trunk/uima-website/xdocs/toolsServers.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/toolsServers.xml?rev=1757071&r1=1757070&r2=1757071&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/toolsServers.xml (original)
+++ uima/site/trunk/uima-website/xdocs/toolsServers.xml Sun Aug 21 17:37:00 2016
@@ -39,17 +39,17 @@ with the UIMA Addons package.
 
 <h4>Tools</h4>
       <ul>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.cde">Component Descriptor Editor</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.cpe">Collection Processing Engine descriptor editor and runner</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.doc_analyzer">Document Analyzer - runs a pipeline on directory of files, shows results</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.annotation_viewer">GUI to view XML exported versions of CASes</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.cvd">CAS Visual Debugger</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.ce">CAS Editor</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.jcasgen">Generate JCas Java classes for a type system</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.cde">Component Descriptor Editor</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.cpe">Collection Processing Engine descriptor editor and runner</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.doc_analyzer">Document Analyzer - runs a pipeline on directory of files, shows results</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.annotation_viewer">GUI to view XML exported versions of CASes</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.cvd">CAS Visual Debugger</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.ce">CAS Editor</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.jcasgen">Generate JCas Java classes for a type system</a></li>
         <li><a href="sandbox.html#pear.package.task">PEAR Packaging ANT Task</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear.packager.maven.plugin.usage">PEAR Packaging Maven Plugin (moved to main Java SDK)</a></li>
-        <li><a href="d/uimaj-2.3.1/tools.html#ugr.tools.pear.installer">PEAR installer</a></li>
-        <!--li><a href="d/uimaj-2.3.1/tools.html#">Eclipse launcher for UIMA pipelines</a></li-->
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.pear.packager.maven.plugin.usage">PEAR Packaging Maven Plugin (moved to main Java SDK)</a></li>
+        <li><a href="d/uimaj-current/tools.html#ugr.tools.pear.installer">PEAR installer</a></li>
+        <!--li><a href="d/uimaj-current/tools.html#">Eclipse launcher for UIMA pipelines</a></li-->
       </ul>
 <h4>Miscellaneous</h4>
   <ul>