Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/plugin.xml')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/plugin.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/plugin.xml b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/plugin.xml
new file mode 100644
index 00000000000..db5235c3244
--- /dev/null
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd.qvt/plugin.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.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:
+ CEA LIST - Initial API and implementation
+-->
+
+<plugin>
+ <extension point="org.eclipse.m2m.qvt.oml.javaBlackboxUnits">
+ <unit name="UtilitiesLibrary" namespace="org.eclipse.papyrus.dd.qvt">
+ <library name="UtilitiesLibrary" class="org.eclipse.papyrus.dd.qvt.UtilitiesLibrary">
+ <metamodel nsURI="http://www.omg.org/spec/DD/20110901/DC"/>
+ </library>
+ </unit>
+ </extension>
+</plugin>

Back to the top