Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/properties/org.eclipse.papyrus.infra.properties/plugin.properties')
-rw-r--r--plugins/infra/properties/org.eclipse.papyrus.infra.properties/plugin.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/infra/properties/org.eclipse.papyrus.infra.properties/plugin.properties b/plugins/infra/properties/org.eclipse.papyrus.infra.properties/plugin.properties
new file mode 100644
index 00000000000..c126279d2bf
--- /dev/null
+++ b/plugins/infra/properties/org.eclipse.papyrus.infra.properties/plugin.properties
@@ -0,0 +1,19 @@
+#
+# Copyright (c) 2011, 2016 CEA LIST, Christian W. Damus, and others.
+#
+# 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:
+# CEA LIST - Initial API and implementation
+# Christian W. Damus - bug 485220
+#
+pluginName = Papyrus properties model
+providerName = Eclipse Modeling Project
+
+pluginDescription=An EMF Model for defining a Property view configuration. It contains three packages: - The Environment packages describes the tools available for defining a property view: Widgets, Data manipulation, ... - The Context package describing the behavior for a property view: Data manipulation, conditions under which a view is displayed, ... - The UI package describes a single view, graphically: widgets, hierarchy, layout
+
+extension-point.contexts = Properties Contexts
+extension-point.environment = Properties Environments

Back to the top