Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel/plugin.xml')
-rw-r--r--deprecated/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel/plugin.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/deprecated/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel/plugin.xml b/deprecated/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel/plugin.xml
deleted file mode 100644
index 33fe77a3dd1..00000000000
--- a/deprecated/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel/plugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.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
- ttp://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Vincent Lorenzo (CEA LIST) Vincent.Lorenzo@cea.fr - Initial API and implementation
--->
-
-<plugin>
-
- <extension point="org.eclipse.emf.ecore.generated_package">
- <package
- uri="http://www.eclipse.org/PapyrusTableInstance/0.9.1/papyrustableconfiguration"
- class="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.PapyrusTableConfiguration.PapyrusTableConfigurationPackage"
- genModel="model/papyrustableconfiguration.genmodel"/>
- </extension>
-
-</plugin>

Back to the top