fixed ticket #3763
[taxeditor.git] / eu.etaxonomy.taxeditor.printpublisher / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <!-- <extension
5 point="org.eclipse.ui.exportWizards">
6 <category
7 id="print-publisher.category"
8 name="%category.name">
9 </category>
10 <wizard
11 category="print-publisher.category"
12 class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardODF"
13 id="print-publisher.wizardOdf"
14 name="Open Document Format (ODF) - edit in openoffice.org">
15 </wizard>
16 <wizard
17 category="print-publisher.category"
18 class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardPDF"
19 id="print-publisher.wizardPdf"
20 name="Portable Document Format (PDF) - choose from pre-defined layout templates">
21 </wizard>
22 <wizard
23 category="print-publisher.category"
24 class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardTaxPub"
25 id="print-publisher.wizardTaxPub"
26 name="TaxPub (experimental)">
27 </wizard>
28 <wizard
29 category="print-publisher.category"
30 class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardXML"
31 id="print-publisher.wizardXml"
32 name="CDM-XML – raw XML data">
33 </wizard>
34 </extension>
35 <extension
36 point="org.eclipse.ui.commands">
37 <command
38 defaultHandler="eu.etaxonomy.taxeditor.printpublisher.handler.GeneratePdfHandler"
39 id="eu.etaxonomy.printpublisher.plugin.generatePdf"
40 name="%command.name">
41 </command>
42 </extension>
43 -->
44 </plugin>