You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/04 05:41:08 UTC

svn commit: r982111 - /gump/metadata/project/doxia.xml

Author: bodewig
Date: Wed Aug  4 03:41:08 2010
New Revision: 982111

URL: http://svn.apache.org/viewvc?rev=982111&view=rev
Log:
fix dir name

Modified:
    gump/metadata/project/doxia.xml

Modified: gump/metadata/project/doxia.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/doxia.xml?rev=982111&r1=982110&r2=982111&view=diff
==============================================================================
--- gump/metadata/project/doxia.xml (original)
+++ gump/metadata/project/doxia.xml Wed Aug  4 03:41:08 2010
@@ -137,7 +137,7 @@
   <project name="doxia-site-renderer">
     <depend project="doxia-sitetools-parent"/>
     <mvn separateLocalRepository="doxia" goal="install"
-         basedir="doxia-site-tools/doxia-site-renderer"/>
+         basedir="doxia-sitetools/doxia-site-renderer"/>
     <option project="commons-collections"/>
     <option project="doxia-core"/>
     <!--option project="doxia-decoration-model"/-->
@@ -151,7 +151,7 @@
     <option project="doxia-sink-api"/>
     <option project="htmlunit"/>
     <option project="velocity-engine"/>
-    <jar name="doxia-site-tools/doxia-site-renderer/target/doxia-site-renderer-*[0-9T].jar"/>
+    <jar name="doxia-sitetools/doxia-site-renderer/target/doxia-site-renderer-*[0-9T].jar"/>
   </project>
 
-</module>
\ No newline at end of file
+</module>