1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- This file is part of the DITA Open Toolkit project hosted on
|
---|
3 | Sourceforge.net. See the accompanying license.txt file for
|
---|
4 | applicable licenses.-->
|
---|
5 | <!--
|
---|
6 | | (C) Copyright IBM Corporation 2006. All Rights Reserved.
|
---|
7 | *-->
|
---|
8 | <plugin id="org.dita.specialization.eclipsemap">
|
---|
9 | <feature extension="dita.specialization.catalog.relative"
|
---|
10 | file="catalog.xml"/>
|
---|
11 | <feature extension="dita.xsl.maplink"
|
---|
12 | file="xsl/maplink-plugin.xsl"/>
|
---|
13 | <feature extension="dita.xsl.mapref" file="xsl/mapref-plugin.xsl"/>
|
---|
14 | <feature extension="dita.xsl.mappull"
|
---|
15 | file="xsl/mappull-plugin.xsl"/>
|
---|
16 | <feature extension="dita.xsl.eclipse.plugin"
|
---|
17 | file="xsl/map2plugin.xsl"/>
|
---|
18 | <feature extension="dita.conductor.target" file="script.xml"/>
|
---|
19 | <feature extension="dita.map.eclipse.index.pre" value="dita.index.eclipsehelp.init" type="text"/>
|
---|
20 | </plugin>
|
---|