You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by bu...@apache.org on 2012/11/27 11:21:04 UTC

svn commit: r839756 - in /websites/staging/wookie/trunk/content: ./ docs/developer/parser.html

Author: buildbot
Date: Tue Nov 27 10:21:03 2012
New Revision: 839756

Log:
Staging update by buildbot for wookie

Modified:
    websites/staging/wookie/trunk/content/   (props changed)
    websites/staging/wookie/trunk/content/docs/developer/parser.html

Propchange: websites/staging/wookie/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 27 10:21:03 2012
@@ -1 +1 @@
-1414075
+1414079

Modified: websites/staging/wookie/trunk/content/docs/developer/parser.html
==============================================================================
--- websites/staging/wookie/trunk/content/docs/developer/parser.html (original)
+++ websites/staging/wookie/trunk/content/docs/developer/parser.html Tue Nov 27 10:21:03 2012
@@ -93,7 +93,7 @@
 
 
 <h1 id="using-the-parser-as-a-jar-download">Using the parser as a jar download</h1>
-<p>If you don't want to use Maven, you can <a href="https://repository.apache.org/content/groups/snapshots/org/apache/wookie/wookie-parser/">download the jar from the Apache repository</a> or use a copy that is distributed in the latest <a href="http://incubator.apache.org/wookie/docs/download.html">Wookie release</a>. Just make sure you also include its dependencies (Jdom, icu4j, slf4j, commons-httpclient, commons-logging, commons-compress, commons-io and commons-lang).</p>
+<p>If you don't want to use Maven, you can <a href="https://repository.apache.org/content/groups/snapshots/org/apache/wookie/wookie-parser/">download the jar from the Apache repository</a> or use a copy that is distributed in the latest <a href="/docs/download.html">Wookie release</a>. Just make sure you also include its dependencies (Jdom, icu4j, slf4j, commons-httpclient, commons-logging, commons-compress, commons-io and commons-lang).</p>
 <h1 id="building-the-parser">Building the parser</h1>
 <p>To build the parser as a standalone .jar, run <code>ant publish-local</code> from within the parser folder; the jar will be saved in <code>parser/dist</code>. Dependencies are described in the ivy.xml file that can also be found in the <code>parser/dist</code> folder.</p>
 <h1 id="using-the-parser">Using the parser</h1>