Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregoire Dupe2012-07-30 12:55:44 +0000
committerGregoire Dupe2012-07-30 12:55:44 +0000
commit16c9aa5d933469f3928992dbc1fe83fc5e7aa630 (patch)
treed5e23bbadd8457b22a1d1ac9e318ad4d2fb77e81 /plugins/org.eclipse.modisco.omg.smm/plugin.xml
parent44930b1a903871ae5e79662e0babeaa6a995a1b5 (diff)
downloadorg.eclipse.modisco-16c9aa5d933469f3928992dbc1fe83fc5e7aa630.tar.gz
org.eclipse.modisco-16c9aa5d933469f3928992dbc1fe83fc5e7aa630.tar.xz
org.eclipse.modisco-16c9aa5d933469f3928992dbc1fe83fc5e7aa630.zip
Bug 386235 - [Releng] Use tycho to build MoDisco
Moving of plugins/trunk to plugins/features
Diffstat (limited to 'plugins/org.eclipse.modisco.omg.smm/plugin.xml')
-rw-r--r--plugins/org.eclipse.modisco.omg.smm/plugin.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/org.eclipse.modisco.omg.smm/plugin.xml b/plugins/org.eclipse.modisco.omg.smm/plugin.xml
new file mode 100644
index 000000000..fa745d6ed
--- /dev/null
+++ b/plugins/org.eclipse.modisco.omg.smm/plugin.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+ Copyright (c) 2010 Mia-Software.
+ 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 Payneau (Mia-Software) - initial API and implementation
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <package
+ uri="http://www.eclipse.org/MoDisco/SMM/1.0.Beta2/smm"
+ class="org.eclipse.modisco.omg.smm.SmmPackage"
+ genModel="model/SMM-1.0.Beta2.genmodel"/>
+ </extension>
+
+</plugin>

Back to the top