Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-09-12 10:42:37 +0000
committerCamille Letavernier2014-09-12 10:48:04 +0000
commit3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb (patch)
treebba0e5b85e8b31b0aa475a99adfdd06c7da25cc9 /extraplugins/migration/org.eclipse.papyrus.m2m.qvto/META-INF/MANIFEST.MF
parent21ec5f8b1a882b493bb8a6f8efe66d18ec4e58da (diff)
downloadorg.eclipse.papyrus-3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb.tar.gz
org.eclipse.papyrus-3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb.tar.xz
org.eclipse.papyrus-3a67bf4ca5ea3c3bcee768ea77b9f70cf2cb9afb.zip
410988: [Diagram Import] Papyrus shall enable to import the graphical
information of a UML profile defined in other tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=410988 410987: [Profile Import] Papyrus shall enable to import the semantics information of a UML profile defined in other tools https://bugs.eclipse.org/bugs/show_bug.cgi?id=410987 410986: [Diagram Import] Papyrus shall enable to import layout information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410986 410985: [Model Import] Papyrus shall enable to import semantics information of other tools models https://bugs.eclipse.org/bugs/show_bug.cgi?id=410985
Diffstat (limited to 'extraplugins/migration/org.eclipse.papyrus.m2m.qvto/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/migration/org.eclipse.papyrus.m2m.qvto/META-INF/MANIFEST.MF14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/META-INF/MANIFEST.MF b/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..eac37bde788
--- /dev/null
+++ b/extraplugins/migration/org.eclipse.papyrus.m2m.qvto/META-INF/MANIFEST.MF
@@ -0,0 +1,14 @@
+Bundle-ManifestVersion: 2
+Bundle-Name: Qvto Library
+Bundle-SymbolicName: org.eclipse.papyrus.m2m.qvto;singleton:=true
+Bundle-Version: 1.0.1.qualifier
+Bundle-Activator: org.eclipse.papyrus.m2m.qvto.Activator
+Bundle-Vendor: Eclipse Modeling Project
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.m2m.qvt.oml;bundle-version="3.4.0",
+ org.eclipse.m2m.qvt.oml.runtime,
+ org.eclipse.gmf.runtime.notation;bundle-version="1.7.0"
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Export-Package: org.eclipse.papyrus.m2m.qvto

Back to the top