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 2017/09/29 19:43:49 UTC

svn commit: r1810148 - in /uima/site/trunk/uima-website: docs/ xdocs/

Author: schor
Date: Fri Sep 29 19:43:48 2017
New Revision: 1810148

URL: http://svn.apache.org/viewvc?rev=1810148&view=rev
Log:
[UIMA-5594] minor updates

Modified:
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
    uima/site/trunk/uima-website/docs/eclipse-update-site.html
    uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-archiving.xml
    uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml
    uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html?rev=1810148&r1=1810147&r2=1810148&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-archiving.html Fri Sep 29 19:43:48 2017
@@ -294,9 +294,11 @@
       <tr><td>
         <blockquote class="sectionBody">
                                     <p>The eclipse ant tasks for maintaining update sites are documented here:
-  https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm .
+  https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm .
   </p>
-                                                <p>This ant task is used in a Maven project, located in uima/build, named: uima-eclipse-update-site-slicing.
+                                                <p>This ant task is used in a Maven project, located in uima/build, named: 
+    <a target="_blank" href="http://svn.apache.org/repos/asf/uima/build/trunk/uima-eclipse-update-site-slicing/">
+    uima-eclipse-update-site-slicing</a>.
     This does the slicing described above.  To use, check out this project as a maven project (it's not a Java project), and 
     read the readme.txt, and follow the instructions.</p>
                                                 <p>When it runs, it reads the existing subsite directly from the dist.apache.org repository, and builds the request slice

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html?rev=1810148&r1=1810147&r2=1810148&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html Fri Sep 29 19:43:48 2017
@@ -279,7 +279,8 @@ Eclipse installer says you are installin
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                </blockquote>
+                                    <p>To be done...</p>
+                            </blockquote>
         </p>
       </td></tr>
     </table>

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=1810148&r1=1810147&r2=1810148&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/eclipse-update-site.html (original)
+++ uima/site/trunk/uima-website/docs/eclipse-update-site.html Fri Sep 29 19:43:48 2017
@@ -306,6 +306,8 @@ the set of existing (and perhaps, older
                                     <p>See these pages <a target="_blank" href="dev-eclipse-plugin-archiving">for information about archiving</a>
      and <a target="_blank" href="dev-eclipse-plugin-signing">for information about plugin signing</a>. 
 </p>
+                                                <p>The tooling for building and managing the top level composite website is located
+  <a target="_blank" href="https://svn.apache.org/repos/asf/uima/build/trunk/uima-eclipse-composite-update-site">here</a>.</p>
                             </blockquote>
         </td></tr>
     </table>

Modified: uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-archiving.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-archiving.xml?rev=1810148&r1=1810147&r2=1810148&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-archiving.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-archiving.xml Fri Sep 29 19:43:48 2017
@@ -79,10 +79,12 @@ under the License.
 
 <section name="Doing the slicing and updating the site">
   <p>The eclipse ant tasks for maintaining update sites are documented here:
-  https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm .
+  https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm .
   </p>
   
-  <p>This ant task is used in a Maven project, located in uima/build, named: uima-eclipse-update-site-slicing.
+  <p>This ant task is used in a Maven project, located in uima/build, named: 
+    <a target="_blank" href="http://svn.apache.org/repos/asf/uima/build/trunk/uima-eclipse-update-site-slicing/">
+    uima-eclipse-update-site-slicing</a>.
     This does the slicing described above.  To use, check out this project as a maven project (it's not a Java project), and 
     read the readme.txt, and follow the instructions.</p>
     

Modified: uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml?rev=1810148&r1=1810147&r2=1810148&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml Fri Sep 29 19:43:48 2017
@@ -52,6 +52,7 @@ Eclipse installer says you are installin
 </section>
 
 <section name="Release Flow">
+<p>To be done...</p>
 </section>
 
 

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=1810148&r1=1810147&r2=1810148&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml (original)
+++ uima/site/trunk/uima-website/xdocs/eclipse-update-site.xml Fri Sep 29 19:43:48 2017
@@ -56,6 +56,8 @@ the set of existing (and perhaps, older
      href="dev-eclipse-plugin-archiving">for information about archiving</a>
      and <a target="_blank" href="dev-eclipse-plugin-signing">for information about plugin signing</a>. 
 </p> 
+<p>The tooling for building and managing the top level composite website is located
+  <a target="_blank" href="https://svn.apache.org/repos/asf/uima/build/trunk/uima-eclipse-composite-update-site">here</a>.</p>
 </subsection>
 
 <subsection name="P2">