Author: vsiveton
Date: Mon Jun 15 12:35:38 2009
New Revision: 784756
URL: http://svn.apache.org/viewvc?rev=784756&view=rev
Log:
DOXIA-281: Add macro support in FML
o added the Fml Parser requirements
Modified:
maven/doxia/doxia-tools/trunk/doxia-converter/src/main/resources/META-INF/plexus/components.xml
Modified:
maven/doxia/doxia-tools/trunk/doxia-converter/src/main/resources/META-INF/plexus/components.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/main/resources/META-INF/plexus/components.xml?rev=784756&r1=784755&r2=784756&view=diff
==============================================================================
---
maven/doxia/doxia-tools/trunk/doxia-converter/src/main/resources/META-INF/plexus/components.xml
(original)
+++
maven/doxia/doxia-tools/trunk/doxia-converter/src/main/resources/META-INF/plexus/components.xml
Mon Jun 15 12:35:38 2009
@@ -127,6 +127,12 @@
<role-hint>fml</role-hint>
<implementation>org.apache.maven.doxia.module.fml.FmlParser</implementation>
<description>Parse a fml model and emit events into the specified doxia
Sink.</description>
+ <requirements>
+ <requirement>
+ <role>org.apache.maven.doxia.macro.manager.MacroManager</role>
+ <field-name>macroManager</field-name>
+ </requirement>
+ </requirements>
</component>
<!-- Doxia fo -->