Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/others/org.eclipse.papyrus.example.text.instance/plugin.properties')
-rw-r--r--examples/others/org.eclipse.papyrus.example.text.instance/plugin.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/others/org.eclipse.papyrus.example.text.instance/plugin.properties b/examples/others/org.eclipse.papyrus.example.text.instance/plugin.properties
new file mode 100644
index 00000000000..6cb01adb217
--- /dev/null
+++ b/examples/others/org.eclipse.papyrus.example.text.instance/plugin.properties
@@ -0,0 +1,15 @@
+# Copyright (c) 2012 CEA LIST.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Vincent Lorenzo (CEA-LIST) vincent.lorenzo@cea.fr - Initial API and implementation
+#
+
+pluginName = Papyrus Text Editor Example (Incubation)
+providerName = Eclipse Modeling Project
+
+pluginDescription=This plugin provides the content model for the papyrus text editor \ No newline at end of file

Back to the top