You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2015/10/20 21:49:57 UTC

svn commit: r1709669 [3/3] - in /uima/site/trunk/uima-website: docs/d/uima-ducc-2.0.0/ducc_update docs/downloads.html docs/updating-website.html velocity.log xdocs/downloads.xml xdocs/updating-website.xml

Modified: uima/site/trunk/uima-website/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/downloads.xml?rev=1709669&r1=1709668&r2=1709669&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/downloads.xml (original)
+++ uima/site/trunk/uima-website/xdocs/downloads.xml Tue Oct 20 19:49:57 2015
@@ -97,12 +97,13 @@ Other mirrors: <select name="Preferred">
 </section>
 
 
-<!-- add a subsection for the project version being released. Do not enter download info here, instead enter it in the project.xml file--> 
+<!-- add a subsection for the project version being released. Do not enter download info here, instead enter it in the stylesheets/project.xml file--> 
 <section name="Latest Official Releases">  
   <p>Note: As of release 2.3.0, the CAS Editor and the Pear packaging maven plugin are now part of the UIMA Java framework and SDK.</p>
 
   <subsection name="Apache UIMA DUCC Version 2.0.0">
     <insertDownloads version="2.0.0"/>
+    <p>Note: For a script that will migrate an existing installation to a new version try <a href='d/uima-ducc-2.0.0/ducc_update'>ducc_update</a></p>
   </subsection>
 
   <subsection name="Apache UIMA Version 2.8.1">

Modified: uima/site/trunk/uima-website/xdocs/updating-website.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/updating-website.xml?rev=1709669&r1=1709668&r2=1709669&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/updating-website.xml (original)
+++ uima/site/trunk/uima-website/xdocs/updating-website.xml Tue Oct 20 19:49:57 2015
@@ -77,8 +77,8 @@ discard from the working-copy, the /docs
 This can be done using the command:
 <pre>cd to the top of the uima-website working copy, and then
 svn update --set-depth exclude docs/d
-svn update --set-depth exclude docs/download/gldv
-svn update --set-depth exclude docs/download/releaseDocs</pre>
+svn update --set-depth exclude docs/downloads/gldv
+svn update --set-depth exclude docs/downloads/releaseDocs</pre>
 This will run for a while, but then the directories mentioned and their contents will be
 deleted from your working copy; this will speed up various SVN operations that have
 to scan the files for changes, etc. For more details, see