Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2015-01-22 13:57:01 +0000
committerGerrit Code Review @ Eclipse.org2015-01-22 13:57:01 +0000
commit7f5199795643a8b590c102ebc8cffc80276a0bb2 (patch)
tree58303590ce09399f361e317f64613a3ddb6776b5 /plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.internalblock/META-INF/MANIFEST.MF
parent8e0e1b8761a9790cd4c54d5d4cd2fd24c6931cfc (diff)
parent223f7c5746ec20342655bbbfcf02873f964c3711 (diff)
downloadorg.eclipse.papyrus-7f5199795643a8b590c102ebc8cffc80276a0bb2.tar.gz
org.eclipse.papyrus-7f5199795643a8b590c102ebc8cffc80276a0bb2.tar.xz
org.eclipse.papyrus-7f5199795643a8b590c102ebc8cffc80276a0bb2.zip
Merge "Bug 440082 - [SysML] Support for SysML 1.4 - init parametric and internal block diagram - unify BDD,IBD and parametric with the same conventions (diagram name, palette name)"
Diffstat (limited to 'plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.internalblock/META-INF/MANIFEST.MF')
-rw-r--r--plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.internalblock/META-INF/MANIFEST.MF20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.internalblock/META-INF/MANIFEST.MF b/plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.internalblock/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..4a00296925c
--- /dev/null
+++ b/plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.internalblock/META-INF/MANIFEST.MF
@@ -0,0 +1,20 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: BDD1.4 Configuration for Papyrus
+Bundle-SymbolicName: org.eclipse.papyrus.sysml14.diagram.internalblock;singleton:=true
+Bundle-Version: 1.1.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.sysml14.diagram.internalblock.Activator
+Bundle-Vendor: Eclipse Modeling Project
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.newchild;bundle-version="1.1.0",
+ org.eclipse.papyrus.views.properties;bundle-version="1.1.0",
+ org.eclipse.uml2.uml,
+ org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
+ org.eclipse.emf.ecore.editor,
+ org.eclipse.papyrus.infra.onefile;bundle-version="1.1.0",
+ com.google.guava;bundle-version="11.0.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="1.1.0"
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy

Back to the top