Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.common/plugin.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl.common/plugin.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/plugins/org.eclipse.m2m.atl.common/plugin.xml b/plugins/org.eclipse.m2m.atl.common/plugin.xml
new file mode 100644
index 00000000..d3b546d8
--- /dev/null
+++ b/plugins/org.eclipse.m2m.atl.common/plugin.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ Copyright (c) 2008, 2012, 2015 Obeo.
+ 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:
+ Obeo - initial API and implementation
+ Dennis Wagelaar (Vrije Universiteit Brussel)
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated ATL -->
+ <package
+ uri="http://www.eclipse.org/gmt/2005/ATL"
+ class="org.eclipse.m2m.atl.common.ATL.ATLPackage"
+ genModel="model/ATL.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated ATL -->
+ <package
+ uri="http://www.eclipse.org/gmt/2005/OCL"
+ class="org.eclipse.m2m.atl.common.OCL.OCLPackage"
+ genModel="model/ATL.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated ATL -->
+ <package
+ uri="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes"
+ class="org.eclipse.m2m.atl.common.PrimitiveTypes.PrimitiveTypesPackage"
+ genModel="model/ATL.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated Problem -->
+ <package
+ uri="http://www.eclipse.org/gmt/2005/Problem-PrimitiveTypes"
+ class="org.eclipse.m2m.atl.common.Problem.PrimitiveTypes.PrimitiveTypesPackage"
+ genModel="model/Problem.genmodel"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated Problem -->
+ <package
+ uri="http://www.eclipse.org/gmt/2005/Problem"
+ class="org.eclipse.m2m.atl.common.Problem.ProblemPackage"
+ genModel="model/Problem.genmodel"/>
+ </extension>
+</plugin>

Back to the top