get category
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / plugin.xml
index ccd9965..1e053db 100644 (file)
@@ -3,7 +3,7 @@
 <plugin
    id="net.sourceforge.phpeclipse.wiki"
    name="Wikipedia Editor Plug-in"
-   version="1.1.3"
+   version="1.1.4"
    provider-name="www.phpeclipse.de"
    class="net.sourceforge.phpeclipse.wiki.editor.WikiEditorPlugin">
 
@@ -17,6 +17,7 @@
       <library name="lib/commons-httpclient-2.0.2.jar"/>
       <library name="lib/xstream-1.1.jar"/>
       <library name="lib/plog4u.jar"/>
+      <library name="lib/itext.jar"/>
       <library name="lib/velocity-dep-1.4.jar"/>
       <library name="lib/mysql-connector.jar"/>
    </runtime>
       <viewerContribution
             targetID="#EditorContext"
             id="net.sourceforge.phpeclipse.wiki.texteditor.viewercontribution">
+            <action
+               label="Create files from Category"
+               class="net.sourceforge.phpeclipse.wiki.actions.category.CreateFilesFromCategoryEditorAction"
+               menubarPath="additions"
+               id="net.sourceforge.phpeclipse.wiki.actions.category.CreateFilesFromCategoryEditorAction">
+         </action>
          <action
                label="Create files for Wiki links"
                class="net.sourceforge.phpeclipse.wiki.actions.CreateFilesFromLinksEditorAction"
                menubarPath="additions"
                id="net.sourceforge.phpeclipse.wiki.actions.CreateFilesFromLinksEditorAction">
          </action>
-         <action
+         <action 
                label="Open Wiki link"
                class="net.sourceforge.phpeclipse.wiki.actions.OpenWikiLinkEditorAction"
                menubarPath="additions"
          name="Wikipedia"
          point="org.eclipse.ui.exportWizards">
       <wizard 
-            name="Wikipedia"
-            class="net.sourceforge.phpeclipse.wiki.export.WikiExportWizard"
-            id="WikiWizard">
+            name="Wikipedia to HTML"
+            icon="icons/step.gif"
+            class="net.sourceforge.phpeclipse.wiki.export.html.WikiHTMLExportWizard"
+            id="WikiHTMLWizard">
+      </wizard>
+      <wizard 
+            name="Wikipedia to PDF"
+            icon="icons/step.gif"
+            class="net.sourceforge.phpeclipse.wiki.export.pdf.WikiPDFExportWizard"
+            id="WikiPDFWizard">
       </wizard>
    </extension>
 </plugin>