Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2015-01-19 09:57:41 +0000
committerBenoit Maggi2015-02-17 15:03:48 +0000
commit6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f (patch)
tree09857014032c0a765b415c3b8d5840f20d0cd896 /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit
parentada1991844d16d1a7e989d4a419b533b060dc1c9 (diff)
downloadorg.eclipse.papyrus-6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f.tar.gz
org.eclipse.papyrus-6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f.tar.xz
org.eclipse.papyrus-6db3a2d44215b4d5f3d3ce3c8efaa1c435c9cc0f.zip
Bug 457266 - Remove pdoc from papyrus repository
Change-Id: I621a26b4b5fb54cf096817c7859f8628e423645c Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/META-INF/MANIFEST.MF2
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.pdoc4
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.properties3
3 files changed, 4 insertions, 5 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/META-INF/MANIFEST.MF b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/META-INF/MANIFEST.MF
index 6d0ae121111..6032c495d66 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/META-INF/MANIFEST.MF
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/META-INF/MANIFEST.MF
@@ -26,4 +26,4 @@ Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.infra.nattable.model.edit;sin
gleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-
+Bundle-Description: %pluginDescription
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.pdoc b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.pdoc
deleted file mode 100644
index 3efa63544f3..00000000000
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.pdoc
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<doc:Documentation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:doc="http://www.eclipse.org/papyrus/documentation/plugin/documentation" description="This plugin provides the metamodel used by the nattable editor.">
- <referent firstName="Vincent" lastName="LORENZO" eMail="vincent.lorenzo@cea.fr" currentCompany="CEA LIST"/>
-</doc:Documentation>
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.properties b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.properties
index 67a92f84239..a95842cb39d 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.properties
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/plugin.properties
@@ -217,7 +217,10 @@ _UI_TreeFillingConfiguration_pasteConfiguration_feature = Paste Configuration
_UI_TreeFillingConfiguration_depth_feature = Depth
_UI_TreeFillingConfiguration_labelProvider_feature = Label Provider
_UI_TreeFillingConfiguration_labelProviderContext_feature = Label Provider Context
+
_UI_EObjectValueStyle_type = EObject Value Style
_UI_EObjectListValueStyle_type = EObject List Value Style
_UI_EObjectValueStyle_eObjectValue_feature = EObject Value
_UI_EObjectListValueStyle_eObjectValue_feature = EObject Value
+
+pluginDescription=This plugin provides the metamodel used by the nattable editor.

Back to the top