Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.views.properties.tabbedproperties.core/plugin.xml')
-rw-r--r--deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.views.properties.tabbedproperties.core/plugin.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.views.properties.tabbedproperties.core/plugin.xml b/deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.views.properties.tabbedproperties.core/plugin.xml
deleted file mode 100644
index 5e4319bc4fe..00000000000
--- a/deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.views.properties.tabbedproperties.core/plugin.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
- <extension point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
- <propertyTabs contributorId="TreeOutlinePage">
- <propertyTab id="Base" label="General" category="org.eclipse.papyrus" afterTab=""/>
- <propertyTab id="org.eclipse.papyrus.tabbedproperties.profile" label="Profile" category="org.eclipse.papyrus" afterTab="Base" />
- <propertyTab id="Comments" label="Comments" category="org.eclipse.papyrus" afterTab="org.eclipse.papyrus.tabbedproperties.profile"/>
- <propertyTab id="org.eclipse.papyrus.tabbedproperties.appearance.appearancetab" label="Appearance" category="org.eclipse.papyrus" afterTab="Comments"/>
- <propertyTab id="advanced" label="Advanced" category="org.eclipse.papyrus" afterTab="org.eclipse.papyrus.tabbedproperties.appearance.appearancetab"/>
- </propertyTabs>
- </extension>
-
-
-</plugin>

Back to the top