Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-01-05 13:02:50 +0000
committerGerrit Code Review @ Eclipse.org2017-01-05 15:28:53 +0000
commit77e23e45679da64c94622251d878e02f320f4253 (patch)
tree5f65aa0442cf4b3130a3ab2dd44ee56f7802f953 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties
parente00588c495e0d1067625d7037f0fccf1ba3107b4 (diff)
downloadorg.eclipse.papyrus-77e23e45679da64c94622251d878e02f320f4253.tar.gz
org.eclipse.papyrus-77e23e45679da64c94622251d878e02f320f4253.tar.xz
org.eclipse.papyrus-77e23e45679da64c94622251d878e02f320f4253.zip
Bug 509976 - Proterty view for Symbol is broken
- fix namespaces for xwt files - fix name in plugin.properties and bundle.properties - fix quality warnings Change-Id: Ia97c902146d719f46e3928658f9783fcfdc1db96 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties
index 4b571124bea..2b831585bc1 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,4 @@
#Properties file for org.eclipse.papyrus.uml.diagram.symbols
Bundle-Vendor = Eclipse Modeling Project
-Bundle-Name = Papyrus Symbols Support \ No newline at end of file
+Bundle-Name = Papyrus Symbols Support
+Bundle-Description=This plugin contributes to the Shape Service. It proposes a profile to annote elements in a UML model. First implementation is the possibility to annote Types and to display the associated shape on this type representations and the representations of TypedElement typed by this annotated type. \ No newline at end of file

Back to the top