Project

General

Profile

Download (1.61 KB) Statistics
| Branch: | Tag: | Revision:
1 dec50689 n.hoffmann
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.4"?>
3
<plugin>
4 69d856ba Katja Luther
  <!-- <extension
5 dec50689 n.hoffmann
         point="org.eclipse.ui.exportWizards">
6
         <category
7
            id="print-publisher.category"
8 4db49a38 Alexander Oppermann
            name="%category.name">
9 dec50689 n.hoffmann
      </category>
10
      <wizard
11
            category="print-publisher.category"
12 6116f71d n.hoffmann
            class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardODF"
13 dec50689 n.hoffmann
            id="print-publisher.wizardOdf"
14 c5ab6d34 n.hoffmann
            name="Open Document Format (ODF) - edit in openoffice.org">
15 dec50689 n.hoffmann
      </wizard>
16
      <wizard
17
            category="print-publisher.category"
18 6116f71d n.hoffmann
            class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardPDF"
19 dec50689 n.hoffmann
            id="print-publisher.wizardPdf"
20 c5ab6d34 n.hoffmann
            name="Portable Document Format (PDF) - choose from pre-defined layout templates">
21 dec50689 n.hoffmann
      </wizard>
22
      <wizard
23
            category="print-publisher.category"
24 6116f71d n.hoffmann
            class="eu.etaxonomy.taxeditor.printpublisher.wizard.PublishWizardTaxPub"
25 dec50689 n.hoffmann
            id="print-publisher.wizardTaxPub"
26 c5ab6d34 n.hoffmann
            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 dec50689 n.hoffmann
      </wizard>
34
   </extension>
35
   <extension
36
         point="org.eclipse.ui.commands">
37
      <command
38 6116f71d n.hoffmann
            defaultHandler="eu.etaxonomy.taxeditor.printpublisher.handler.GeneratePdfHandler"
39 dec50689 n.hoffmann
            id="eu.etaxonomy.printpublisher.plugin.generatePdf"
40 4db49a38 Alexander Oppermann
            name="%command.name">
41 dec50689 n.hoffmann
      </command>
42
   </extension>
43 69d856ba Katja Luther
-->
44 dec50689 n.hoffmann
</plugin>