You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2010/06/13 19:53:52 UTC

svn commit: r954274 - /uima/site/trunk/uima-website/xdocs/one-time-setup.xml

Author: alally
Date: Sun Jun 13 17:53:52 2010
New Revision: 954274

URL: http://svn.apache.org/viewvc?rev=954274&view=rev
Log:
added the name of the file to edit to fix the Docbkx plugin bug.

Modified:
    uima/site/trunk/uima-website/xdocs/one-time-setup.xml

Modified: uima/site/trunk/uima-website/xdocs/one-time-setup.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/one-time-setup.xml?rev=954274&r1=954273&r2=954274&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/one-time-setup.xml (original)
+++ uima/site/trunk/uima-website/xdocs/one-time-setup.xml Sun Jun 13 17:53:52 2010
@@ -102,7 +102,7 @@ under the License.
     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>