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 2013/04/30 14:16:36 UTC

svn commit: r1477584 - in /uima/site/trunk/uima-website: docs/eclipse-update-site.html xdocs/eclipse-update-site.xml

Author: schor
Date: Tue Apr 30 12:16:36 2013
New Revision: 1477584

URL: http://svn.apache.org/r1477584
Log:
no Jira - minor clarifications for eclipse update site building, fixing 2 typos

Modified:
    uima/site/trunk/uima-website/docs/eclipse-update-site.html
    uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml

Modified: uima/site/trunk/uima-website/docs/eclipse-update-site.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/eclipse-update-site.html?rev=1477584&r1=1477583&r2=1477584&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/eclipse-update-site.html (original)
+++ uima/site/trunk/uima-website/docs/eclipse-update-site.html Tue Apr 30 12:16:36 2013
@@ -411,9 +411,9 @@ file like this:</p>
 &lt;eclipse-equinox-launcher&gt;
   ${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
 &lt;/eclipse-equinox-launcher&gt;
-%lt;uima-eclipse-jar-processor&gt;
+&lt;uima-eclipse-jar-processor&gt;
   ${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar
-%lt;/uima-eclipse-jar-processor&gt;
+&lt;/uima-eclipse-jar-processor&gt;
 </pre>
                                                 <p>
 The first decision when doing an update is to decide if 
@@ -432,7 +432,7 @@ changing categories, this is where that 
 is probably a rare occurrence.
 </p>
                                                 <p>
-Each update site "build" will use the pom to pull into .../target/eclipse-update-site
+Each individual update site "build" will use its pom to pull into its .../target/eclipse-update-site
 the complete set of features and plugins for that sub-site.
 It does this using information specified in the POM, 
 for all versions of the features and plugins.
@@ -444,8 +444,8 @@ to the lists inside of the build step th
 artifacts.
 </p>
                                                 <p>
-Running <code>mvn package</code> on the update site pom will produce a 
-P2 update site in /target/eclipse-update-site. When releasing, the
+Running <code>mvn package</code> on the individual update site pom will produce a 
+P2 update site in its /target/eclipse-update-site. When releasing, the
 contents of this directory needs to be copied into the appropriately
 named subfolder for this sub-site in the release spot for UIMA
 distribution.

Modified: uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml?rev=1477584&r1=1477583&r2=1477584&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml (original)
+++ uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml Tue Apr 30 12:16:36 2013
@@ -185,9 +185,9 @@ file like this:</p>
 &lt;eclipse-equinox-launcher>
   ${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
 &lt;/eclipse-equinox-launcher>
-%lt;uima-eclipse-jar-processor>
+&lt;uima-eclipse-jar-processor>
   ${uima-maven-build-eclipse-home}/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar
-%lt;/uima-eclipse-jar-processor>
+&lt;/uima-eclipse-jar-processor>
 </pre>
 
 <p>
@@ -209,7 +209,7 @@ is probably a rare occurrence.
 </p>
 
 <p>
-Each update site "build" will use the pom to pull into .../target/eclipse-update-site
+Each individual update site "build" will use its pom to pull into its .../target/eclipse-update-site
 the complete set of features and plugins for that sub-site.
 It does this using information specified in the POM, 
 for all versions of the features and plugins.
@@ -223,8 +223,8 @@ artifacts.
 </p>
 
 <p>
-Running <code>mvn package</code> on the update site pom will produce a 
-P2 update site in /target/eclipse-update-site. When releasing, the
+Running <code>mvn package</code> on the individual update site pom will produce a 
+P2 update site in its /target/eclipse-update-site. When releasing, the
 contents of this directory needs to be copied into the appropriately
 named subfolder for this sub-site in the release spot for UIMA
 distribution.