(no commit message)
[taxeditor.git] / taxeditor-printpublisher / src / main / java / eu / etaxonomy / printpublisher / wizard / PublishWizardXML.java
1 /**
2 *
3 */
4 package eu.etaxonomy.printpublisher.wizard;
5
6 import org.eclipse.ui.IExportWizard;
7
8 import eu.etaxonomy.printpublisher.out.xml.XMLOutputModule;
9
10
11
12 /**
13 *
14 * @author n.hoffmann
15 * @created Apr 1, 2010
16 * @version 1.0
17 */
18 public class PublishWizardXML extends AbstractPublishWizard implements IExportWizard{
19 /**
20 *
21 */
22 public PublishWizardXML() {
23 setOutputModule(new XMLOutputModule());
24 setWindowTitle("Publish XML");
25 }
26 }