Author: vsiveton
Date: Thu Aug 30 05:21:10 2007
New Revision: 571130
URL: http://svn.apache.org/viewvc?rev=571130&view=rev
Log:
o allow the doc rendering to pickup hints (similar to r519557)
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=571130&r1=571129&r2=571130&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Thu Aug 30
05:21:10 2007
@@ -92,5 +92,23 @@
<artifactId>xalan</artifactId>
<version>2.7.0</version>
</dependency>
+ <!-- The modules are not in doxia core anymore so you have to state a
dependency so that
+ the component descriptor gets picked up. -->
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-apt</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-fml</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-xdoc</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-xhtml</artifactId>
+ </dependency>
</dependencies>
</project>