Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-03-26 10:23:19 +0000
committerCamille Letavernier2015-03-26 11:39:41 +0000
commit2562df47d1c3c5ec4b10a50c83ee623ac773a2dd (patch)
tree59d7739ef78348425cbf47da096de28088414462
parent503506d69a0ca9c1f02b79ecfe0881ab768200e1 (diff)
downloadorg.eclipse.papyrus-2562df47d1c3c5ec4b10a50c83ee623ac773a2dd.tar.gz
org.eclipse.papyrus-2562df47d1c3c5ec4b10a50c83ee623ac773a2dd.tar.xz
org.eclipse.papyrus-2562df47d1c3c5ec4b10a50c83ee623ac773a2dd.zip
[ALF] Remove generated ALF classes from the repository (xtend-gen)
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/xtend-gen/org/eclipse/papyrus/uml/alf/scoping/AlfScopeProvider.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/xtend-gen/org/eclipse/papyrus/uml/alf/scoping/AlfScopeProvider.java b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/xtend-gen/org/eclipse/papyrus/uml/alf/scoping/AlfScopeProvider.java
deleted file mode 100644
index 5798065afae..00000000000
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/xtend-gen/org/eclipse/papyrus/uml/alf/scoping/AlfScopeProvider.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * Copyright (c) 2014 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:
- */
-package org.eclipse.papyrus.uml.alf.scoping;
-
-import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider;
-
-/**
- * This class contains custom scoping description.
- *
- * see : http://www.eclipse.org/Xtext/documentation.html#scoping
- * on how and when to use it
- */
-@SuppressWarnings("all")
-public class AlfScopeProvider extends AbstractDeclarativeScopeProvider {
-}

Back to the top