Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.def/xtend-gen/aspects/xpt/editor/DeleteElementAction.java')
-rw-r--r--plugins/developer/org.eclipse.papyrus.def/xtend-gen/aspects/xpt/editor/DeleteElementAction.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.def/xtend-gen/aspects/xpt/editor/DeleteElementAction.java b/plugins/developer/org.eclipse.papyrus.def/xtend-gen/aspects/xpt/editor/DeleteElementAction.java
new file mode 100644
index 00000000000..980f5fc13df
--- /dev/null
+++ b/plugins/developer/org.eclipse.papyrus.def/xtend-gen/aspects/xpt/editor/DeleteElementAction.java
@@ -0,0 +1,21 @@
+/**
+ * Copyright (c) 2008, 2009, 2013 Borland Software Corporation 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:
+ * Dmitry Stadnik (Borland) - initial API and implementation
+ * Michael Golubev (Montages) - #386838 - migrate to Xtend2, use GMFT runtime
+ * Vincent Lorenzo (CEA LIST)
+ */
+package aspects.xpt.editor;
+
+import com.google.inject.Singleton;
+
+@Singleton
+@SuppressWarnings("all")
+public class DeleteElementAction extends xpt.editor.DeleteElementAction {
+}

Back to the top