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/44/44cb9b63b696c3d4af061065582f3976480164ca.svn-base')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/44/44cb9b63b696c3d4af061065582f3976480164ca.svn-base23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/44/44cb9b63b696c3d4af061065582f3976480164ca.svn-base b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/44/44cb9b63b696c3d4af061065582f3976480164ca.svn-base
deleted file mode 100644
index cc56ae119af..00000000000
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/.svn/pristine/44/44cb9b63b696c3d4af061065582f3976480164ca.svn-base
+++ /dev/null
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * 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
- *******************************************************************************/
-package org.eclipse.emf.facet.custom.sdk.core.internal.validation;
-
-import org.eclipse.emf.validation.model.IClientSelector;
-
-/** Enables validation depending on a client context. */
-public class ValidationDelegateClientSelector implements IClientSelector {
-
- public boolean selects(final Object object) {
- // always enabled
- return true;
- }
-
-}

Back to the top