equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- |
2 <!-- |
3 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
4 All rights reserved. |
4 All rights reserved. |
5 --> |
5 --> |
6 <plugin id="org.dita.specialization.cxxapiref"> |
6 <plugin id="org.dita.specialization.cxxapiref"> |
7 <require plugin="org.dita.specialization.apiref"/> |
7 <feature extension="package.version" |
8 <feature extension="dita.specialization.catalog" |
8 value="0.1.0" /> |
9 value="catalog-dita.xml" type="file"/> |
9 <require plugin="org.dita.specialization.apiref" /> |
|
10 <feature extension="dita.specialization.catalog.relative" |
|
11 type="file" |
|
12 value="catalog-dita.xml" /> |
10 <feature extension="dita.xsl.xhtml" |
13 <feature extension="dita.xsl.xhtml" |
11 value="xsl/cxxref2xhtml.xsl" type="file"/> |
14 type="file" |
12 <feature extension="dita.conductor.target" |
15 value="xsl/cxxapiref2xhtmlImpl.xsl" /> |
13 value="conductor.xml" type="file"/> |
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"/> |
14 </plugin> |
26 </plugin> |