You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2008/06/23 16:15:42 UTC

svn commit: r670608 - in /incubator/uima/site/trunk/uima-website: docs/doc-uima-pears.html xdocs/doc-uima-pears.xml

Author: mbaessler
Date: Mon Jun 23 07:15:42 2008
New Revision: 670608

URL: http://svn.apache.org/viewvc?rev=670608&view=rev
Log:
UIMA-1083

update UIMA Getting Started "Working with PEARs" - minor updates

https://issues.apache.org/jira/browse/UIMA-1083

Modified:
    incubator/uima/site/trunk/uima-website/docs/doc-uima-pears.html
    incubator/uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml

Modified: incubator/uima/site/trunk/uima-website/docs/doc-uima-pears.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/doc-uima-pears.html?rev=670608&r1=670607&r2=670608&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/doc-uima-pears.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/doc-uima-pears.html Mon Jun 23 07:15:42 2008
@@ -275,8 +275,8 @@
 				  different possibilities to create PEAR packages which are discussed below.  
 				</p>
                                                 <p>
-				  A more general thing that should be recognized independent of the PEAR packaging method are the
-				  PEAR macros or PEAR variables. The PEAR architecture defines various macros, but the most 
+				  Independent of how PEAR packages are generated, PEAR macros or PEAR variables should be recognized and used. 
+				  The PEAR architecture defines various macros, but the most  
 				  important one is the <code>$main_root</code> macro. When using this macro in the installation descriptor 
 				  or within a UIMA descriptor, it will be substituted with the real PEAR package installation 
 				  path to the main component root directory after the PEAR package is installed on the target system. 

Modified: incubator/uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml?rev=670608&r1=670607&r2=670608&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/doc-uima-pears.xml Mon Jun 23 07:15:42 2008
@@ -126,7 +126,7 @@
 				</p>
 				<p>
 				  Independent of how PEAR packages are generated, PEAR macros or PEAR variables should be recognized and used. 
-				  The PEAR architecture defines various macros, but the most 
+				  The PEAR architecture defines various macros, but the most  
 				  important one is the <code>$main_root</code> macro. When using this macro in the installation descriptor 
 				  or within a UIMA descriptor, it will be substituted with the real PEAR package installation 
 				  path to the main component root directory after the PEAR package is installed on the target system.