Author: schor
Date: Tue Jun 15 12:13:53 2010
New Revision: 954847

URL: http://svn.apache.org/viewvc?rev=954847&view=rev
Log:
no jira - fix one-time-setup html file - was some how missing one short code 
segment.  The xdocs was fine.

Modified:
    uima/site/trunk/uima-website/docs/one-time-setup.html

Modified: uima/site/trunk/uima-website/docs/one-time-setup.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-setup.html?rev=954847&r1=954846&r2=954847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-setup.html Tue Jun 15 12:13:53 
2010
@@ -261,7 +261,7 @@
     A patch is needed to get get the Docbkx plugin to work with Maven 3:
     <ol><li>use m2Eclipse to checkout 
         
http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10/docbkx-maven-base 
project</li>
-        <li>Edit line 472 of , where it says 
<code>...getResources("/catalog.xml")</code> and 
+        <li>Edit line 472 of <code>AbstractTransformerMojo.java</code>, where 
it says <code>...getResources("/catalog.xml")</code> and 
           remove the <code>/</code> in front of <code>catalog.xml</code>.</li>
         <li>do a<code> mvn install </code> in the docbkx-maven-base directory, 
to install the fix to your local repo.</li>
       </ol>


Reply via email to