Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/filters/org.eclipse.papyrus.infra.filters/plugin.properties')
-rw-r--r--plugins/infra/filters/org.eclipse.papyrus.infra.filters/plugin.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/infra/filters/org.eclipse.papyrus.infra.filters/plugin.properties b/plugins/infra/filters/org.eclipse.papyrus.infra.filters/plugin.properties
new file mode 100644
index 00000000000..bc6db7809bf
--- /dev/null
+++ b/plugins/infra/filters/org.eclipse.papyrus.infra.filters/plugin.properties
@@ -0,0 +1,15 @@
+# Copyright (c) 2014 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:
+# Christian W. Damus - Initial API and implementation
+
+pluginName = Papyrus Filters Model
+providerName = Eclipse Modeling Project
+pluginDescription = Model of filters used for conditional matching in other models
+
+_UI_acyclic_diagnostic = Composite filter "{0}" composes itself

Back to the top