Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties')
-rw-r--r--extraplugins/qompass/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/extraplugins/qompass/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties b/extraplugins/qompass/codegen/org.eclipse.papyrus.texteditor.model/plugin.properties
new file mode 100644
index 00000000000..8f2b155a923
--- /dev/null
+++ b/extraplugins/qompass/codegen/org.eclipse.papyrus.texteditor.model/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:
+# Ansgar Radermacher (CEA LIST) ansgar.radermacher@cea.fr - Initial API and implementation
+# (with the help of examining table support from Vincent Lorenzo)
+#
+pluginName = Ecore model for text editors (Incubation)
+providerName = Eclipse Modeling Project
+
+pluginDescription=This plugin provides the content model for the papyrus text editor

Back to the top