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 2007/05/03 14:41:45 UTC

svn commit: r534823 - in /incubator/uima/site/trunk/uima-website: docs/sandbox.html xdocs/sandbox.xml

Author: mbaessler
Date: Thu May  3 05:41:45 2007
New Revision: 534823

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

update sandbox website: add pear packaging ANT task component

JIRA ticket https://issues.apache.org/jira/browse/UIMA-384

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

Modified: incubator/uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/sandbox.html?view=diff&rev=534823&r1=534822&r2=534823
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/sandbox.html Thu May  3 05:41:45 2007
@@ -186,6 +186,7 @@
       <ul>
 		<li><a href="#whitespace.tokenizer">Whitespace tokenizer annotator</a></li>
 		<li><a href="#snowball.annotator">Snowball annotator</a></li>
+		<li><a href="#pear.package.task">PEAR packaging ANT task</a></li>
       </ul>
 </p>
                                                 <br />
@@ -233,6 +234,28 @@
 		</p>
                                                 <p>
 		  Note: the used implementation of the Snowball stemming algorithm is licensed under the BSD license.
+		</p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                      <table id="#pear.package.task" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
+      <tr><td bgcolor="#9289A2">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="PEAR packaging ANT task"><strong>PEAR packaging ANT task</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+		  The PEAR packaging ANT task component is a project to create UIMA PEAR packages automatically during a component build using 
+		  a custom <a class="external" href="http://ant.apache.org/">Apache ANT</a> task.
+		  With this task, users are able to build their components from the source and then package them automatically as UIMA PEAR package.
+		  The Java source of the PEAR packaging task can be accessed in the SVN repository at 
+		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask">
+		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask</a>. 
 		</p>
                             </blockquote>
       </td></tr>

Modified: incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml?view=diff&rev=534823&r1=534822&r2=534823
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml Thu May  3 05:41:45 2007
@@ -58,6 +58,7 @@
       <ul>
 		<li><a href="#whitespace.tokenizer">Whitespace tokenizer annotator</a></li>
 		<li><a href="#snowball.annotator">Snowball annotator</a></li>
+		<li><a href="#pear.package.task">PEAR packaging ANT task</a></li>
       </ul>
 </p>
 
@@ -88,6 +89,17 @@
 		<p>
 		  Note: the used implementation of the Snowball stemming algorithm is licensed under the BSD license.
 		</p>	
+	</subsection>
+
+	<subsection name='PEAR packaging ANT task' id="#pear.package.task">
+		<p>
+		  The PEAR packaging ANT task component is a project to create UIMA PEAR packages automatically during a component build using 
+		  a custom <a class="external" href="http://ant.apache.org/">Apache ANT</a> task.
+		  With this task, users are able to build their components from the source and then package them automatically as UIMA PEAR package.
+		  The Java source of the PEAR packaging task can be accessed in the SVN repository at 
+		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask">
+		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask</a>. 
+		</p>
 	</subsection>
 
 </section>