File: components1.xml

package info (click to toggle)
leiningen-clojure 2.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,124 kB
  • sloc: xml: 925; sh: 776; lisp: 46; makefile: 45; java: 16
file content (73 lines) | stat: -rw-r--r-- 3,295 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<component-set>
  <components>
    <component>
      <role>org.apache.maven.doxia.Doxia</role>
      <implementation>org.apache.maven.doxia.DefaultDoxia</implementation>
      <description>Simple implementation of the Doxia interface:
uses a ParserManager to lookup a parser.</description>
      <requirements>
        <requirement>
          <role>org.apache.maven.doxia.parser.manager.ParserManager</role>
          <field-name>parserManager</field-name>
        </requirement>
      </requirements>
    </component>
    <component>
      <role>org.apache.maven.doxia.macro.Macro</role>
      <role-hint>echo</role-hint>
      <implementation>org.apache.maven.doxia.macro.EchoMacro</implementation>
      <description>A simple macro that prints out the key and value of some supplied parameters.</description>
    </component>
    <component>
      <role>org.apache.maven.doxia.macro.manager.MacroManager</role>
      <implementation>org.apache.maven.doxia.macro.manager.DefaultMacroManager</implementation>
      <description>Default implementation of &lt;code&gt;MacroManager&lt;/code&gt;</description>
      <requirements>
        <requirement>
          <role>org.apache.maven.doxia.macro.Macro</role>
          <field-name>macros</field-name>
        </requirement>
      </requirements>
    </component>
    <component>
      <role>org.apache.maven.doxia.macro.Macro</role>
      <role-hint>snippet</role-hint>
      <implementation>org.apache.maven.doxia.macro.snippet.SnippetMacro</implementation>
      <description>A macro that prints out the content of a file or a URL.</description>
    </component>
    <component>
      <role>org.apache.maven.doxia.macro.Macro</role>
      <role-hint>swf</role-hint>
      <implementation>org.apache.maven.doxia.macro.SwfMacro</implementation>
      <description>Macro for embedding Flash (SWF) within Maven documentation.</description>
    </component>
    <component>
      <role>org.apache.maven.doxia.macro.Macro</role>
      <role-hint>toc</role-hint>
      <implementation>org.apache.maven.doxia.macro.toc.TocMacro</implementation>
      <description>Macro to display a &lt;code&gt;Table Of Content&lt;/code&gt; in a given &lt;code&gt;Sink&lt;/code&gt;.</description>
    </component>
    <component>
      <role>org.apache.maven.doxia.module.site.manager.SiteModuleManager</role>
      <implementation>org.apache.maven.doxia.module.site.manager.DefaultSiteModuleManager</implementation>
      <description>Simple implementation of the SiteModuleManager interface.</description>
      <requirements>
        <requirement>
          <role>org.apache.maven.doxia.module.site.SiteModule</role>
          <field-name>siteModules</field-name>
        </requirement>
      </requirements>
    </component>
    <component>
      <role>org.apache.maven.doxia.parser.manager.ParserManager</role>
      <implementation>org.apache.maven.doxia.parser.manager.DefaultParserManager</implementation>
      <description>Simple implementation of the &lt;code&gt;ParserManager&lt;/code&gt; interface.</description>
      <requirements>
        <requirement>
          <role>org.apache.maven.doxia.parser.Parser</role>
          <field-name>parsers</field-name>
        </requirement>
      </requirements>
    </component>
  </components>
</component-set>