Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-08-30 16:40:59 +0000
committerRyan D. Brooks2011-08-30 16:40:59 +0000
commit9b023b56fec9a4df916ed5e18ba2a55d324112c4 (patch)
treebee30c0220650f675bd84278e618054435ea6d77 /plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
parent968684d4381da4a78565fa3af36bdefb7de83855 (diff)
downloadorg.eclipse.osee-9b023b56fec9a4df916ed5e18ba2a55d324112c4.tar.gz
org.eclipse.osee-9b023b56fec9a4df916ed5e18ba2a55d324112c4.tar.xz
org.eclipse.osee-9b023b56fec9a4df916ed5e18ba2a55d324112c4.zip
feature[ats_M1Y56]: Remove Osee Types Import Wizard
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
index ba2852cf790..09b15197b85 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/plugin.xml
@@ -1,19 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
- <extension
- point="org.eclipse.ui.importWizards">
- <wizard
- category="org.eclipse.osee.define.import.category"
- class="org.eclipse.osee.framework.core.dsl.ui.integration.wizards.OseeTypesImportWizard"
- icon="images/gears.gif"
- id="org.eclipse.osee.framework.types.bridge.osee.types.import"
- name="Osee Types Import">
- <description>
- Imports OSEE Types
- </description>
- </wizard>
- </extension>
<extension
point="org.eclipse.ui.exportWizards">
<wizard

Back to the top