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 2010/12/24 17:05:29 UTC

svn commit: r1052526 - in /uima/site/trunk/uima-website: docs/downloads.html xdocs/stylesheets/project.xml xdocs/svn.xml

Author: schor
Date: Fri Dec 24 16:05:29 2010
New Revision: 1052526

URL: http://svn.apache.org/viewvc?rev=1052526&view=rev
Log:
no Jira - fix spelling of source release zip on download page.  Fix spelling of word on svn page.

Modified:
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
    uima/site/trunk/uima-website/xdocs/svn.xml

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1052526&r1=1052525&r2=1052526&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Fri Dec 24 16:05:29 2010
@@ -334,10 +334,10 @@ Other mirrors: <select name="Preferred">
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima///uimaj-2.3.1-src.zip'>zip</a></td>
-     <td>[<a href='http://www.apache.org/dist/uima///uimaj-2.3.1-src.zip.asc'>asc</a>]</td>
-     <td>[<a href='http://www.apache.org/dist/uima///uimaj-2.3.1-src.zip.md5'>md5</a>]</td>
-     <td>[<a href='http://www.apache.org/dist/uima///uimaj-2.3.1-src.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima///uimaj-2.3.1-source-release.zip'>zip</a></td>
+     <td>[<a href='http://www.apache.org/dist/uima///uimaj-2.3.1-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='http://www.apache.org/dist/uima///uimaj-2.3.1-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='http://www.apache.org/dist/uima///uimaj-2.3.1-source-release.zip.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1052526&r1=1052525&r2=1052526&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Fri Dec 24 16:05:29 2010
@@ -79,7 +79,7 @@
     <download name="UIMA Java framework &amp; SDK" subdirectory="">
       <releasenotes filename="uimaj-2.3.1/RELEASE_NOTES">           <f>html</f>                </releasenotes>
       <binary       filename="uimaj-2.3.1-bin">                     <f>zip</f>  <f>tar.gz</f>  </binary>   
-      <source       filename="uimaj-2.3.1-src">                     <f>zip</f>  </source>
+      <source       filename="uimaj-2.3.1-source-release">                     <f>zip</f>  </source>
     </download>
     
     <!--   

Modified: uima/site/trunk/uima-website/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/svn.xml?rev=1052526&r1=1052525&r2=1052526&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/svn.xml (original)
+++ uima/site/trunk/uima-website/xdocs/svn.xml Fri Dec 24 16:05:29 2010
@@ -291,7 +291,7 @@ mvn install
 </p>
 
 
-<p>Sandbox projects are build for distribution individually, by cd-ing to the individual
+<p>Sandbox projects are built for distribution individually, by cd-ing to the individual
   sandbox project and running "mvn install".  Note that this may not work on projects that
   are not advanced to the point where they are released - not all projects in the Sandbox are
   in a state where they are buildable.