Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/30/304ceb77ed16eeaeb7ad57328580051968f30e51.svn-base')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/30/304ceb77ed16eeaeb7ad57328580051968f30e51.svn-base18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/30/304ceb77ed16eeaeb7ad57328580051968f30e51.svn-base b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/30/304ceb77ed16eeaeb7ad57328580051968f30e51.svn-base
new file mode 100644
index 00000000000..a04987648b2
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/30/304ceb77ed16eeaeb7ad57328580051968f30e51.svn-base
@@ -0,0 +1,18 @@
+###############################################################################
+# 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:
+# Nicolas Bros (Mia-Software) - Bug 375054 - Add validation warning for overlay on EClass
+###############################################################################
+#Properties file for org.eclipse.emf.facet.custom.sdk.core
+Bundle-Vendor = Eclipse Modeling Project
+Bundle-Name = EMF Facet Custom SDK Core (Incubation)
+modelValidation.category = EMF Facet Custom Model Validation
+avoidEClassOverlay.constraint.name = Avoid EClass Overlay
+avoidEClassOverlay.constraint.message = Avoid overlay customizations on EClass. Define an overlay on a Facet instead.
+avoidEClassOverlay.constraint.description = Overlay customizations on EClass should be avoided, and replaced by an overlay on a Facet.
+validation.builder.name = EMF Facet Customization Validation Builder

Back to the top