DITA-OT_CXX_Plugin/cxxapiref/plugin.xml
changeset 1 82f11024044a
equal deleted inserted replaced
0:42188c7ea2d9 1:82f11024044a
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!--
       
     3   Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4   All rights reserved.
       
     5 -->
       
     6 <plugin id="org.dita.specialization.cxxapiref">
       
     7   <feature extension="package.version"
       
     8            value="0.1.0" />
       
     9   <require plugin="org.dita.specialization.apiref" />
       
    10   <feature extension="dita.specialization.catalog.relative"
       
    11            type="file"
       
    12            value="catalog-dita.xml" />
       
    13   <feature extension="dita.xsl.xhtml"
       
    14            type="file"
       
    15            value="xsl/cxxapiref2xhtmlImpl.xsl" />
       
    16   <feature extension="dita.conductor.target.relative"
       
    17            type="file"
       
    18            value="conductor.xml" />
       
    19   <feature extension="dita.xsl.strings"
       
    20            value="xsl/cxxapiref-strings.xml"
       
    21            type="file"/>  
       
    22   <!-- workaround to get depend.preprocess.mappull.post-->
       
    23   <feature extension="depend.preprocess.chunk.pre"
       
    24            value="cxxapiref.preprocess.sort"
       
    25            type="text"/>
       
    26 </plugin>