Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2013-08-28 13:04:05 +0000
committerArnaud Cuccuru2013-09-02 09:40:48 +0000
commit710cde428dee51f208d36ff0deacef954c6fdb5c (patch)
tree0e94b84481880dcb06b7728f845a6141f43816db /plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/plugin.xml
parent0ddf2331d864f3d0d6f9ea15a19a73c38320f43a (diff)
downloadorg.eclipse.papyrus-710cde428dee51f208d36ff0deacef954c6fdb5c.tar.gz
org.eclipse.papyrus-710cde428dee51f208d36ff0deacef954c6fdb5c.tar.xz
org.eclipse.papyrus-710cde428dee51f208d36ff0deacef954c6fdb5c.zip
Bug 315231 - Improvement of xtext integration.
Applies patch produced by ITEMIS.
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/plugin.xml')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/plugin.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/plugin.xml b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/plugin.xml
new file mode 100644
index 00000000000..ed9df447719
--- /dev/null
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/plugin.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+<extension
+ point="org.eclipse.ui.views.properties.tabbed.propertySections">
+ <propertySections contributorId="TreeOutlinePage">
+ <propertySection
+ class="org.eclipse.papyrus.uml.properties.xtext.sheet.AdvancedEditingPropertySection"
+ filter="org.eclipse.papyrus.uml.properties.xtext.sheet.AdvancedEditingPropertySectionFilter"
+ id="property.section.AdvancedEditingPropertySection"
+ tab="advanced_editing">
+ <input type="org.eclipse.gmf.runtime.notation.View"/>
+ <input type="org.eclipse.gef.EditPart"/>
+ </propertySection>
+ </propertySections>
+</extension>
+ <extension point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
+ <propertyTabs
+ contributorId="TreeOutlinePage">
+ <propertyTab
+ afterTab="advanced"
+ category="org.eclipse.papyrus"
+ id="advanced_editing"
+ label="Advanced Editing">
+ </propertyTab>
+ </propertyTabs>
+ </extension>
+</plugin>

Back to the top