eclipse plugin: add the wesnoth wizards to the "new" context menu

This commit is contained in:
Timotei Dolean 2011-08-01 18:50:43 +00:00
parent 1de6ee8f53
commit f28bd812a3

View file

@ -266,6 +266,41 @@
</or> </or>
</filterExpression> </filterExpression>
</commonFilter> </commonFilter>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.NewConfigFileWizard">
<enablement></enablement>
</commonWizard>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.emptyProjectWizard">
<enablement></enablement>
</commonWizard>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.CampaignNewWizard">
<enablement></enablement>
</commonWizard>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.ScenarioNewWizard">
<enablement></enablement>
</commonWizard>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.eraNewWizard">
<enablement></enablement>
</commonWizard>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.factionNewWizard">
<enablement></enablement>
</commonWizard>
<commonWizard
type="new"
wizardId="org.wesnoth.wizards.wizardLauncher">
<enablement></enablement>
</commonWizard>
</extension> </extension>
<extension <extension
point="org.eclipse.ui.navigator.viewer"> point="org.eclipse.ui.navigator.viewer">