Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Strueber2023-02-12 15:47:34 +0000
committerGerrit Code Review @ Eclipse.org2023-02-12 15:47:34 +0000
commitdfa1c4a63834f120aa9ee71ab519fa6c02852d5d (patch)
tree166420e08bf052da61d5a4121af6fadf346f1f33 /plugins/org.eclipse.emf.henshin.examples/META-INF
parent348dad363094951f9f30957c42a1ede9d4b866a3 (diff)
parent964f39b1e79100f8becfd8751049d108d47d2b68 (diff)
downloadorg.eclipse.emft.henshin-master.tar.gz
org.eclipse.emft.henshin-master.tar.xz
org.eclipse.emft.henshin-master.zip
Merge "Remove unused dependencies"HEADmaster
Diffstat (limited to 'plugins/org.eclipse.emf.henshin.examples/META-INF')
-rw-r--r--plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
index da59b4248..5dac0c2a9 100644
--- a/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF
@@ -9,27 +9,13 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
- org.eclipse.core.resources;bundle-version="3.6.0",
- org.eclipse.emf.ecore;bundle-version="2.6.0",
- org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",
- org.eclipse.emf.common,
org.eclipse.emf.codegen.ecore;bundle-version="2.6.0",
- org.eclipse.emf.henshin.interpreter;bundle-version="0.9.0",
org.eclipse.emf.henshin.trace;bundle-version="0.9.0",
org.eclipse.emf.henshin.statespace;bundle-version="0.9.0",
org.eclipse.emf.henshin.statespace.external;bundle-version="0.9.3",
org.eclipse.emf.henshin.wrap;bundle-version="0.9.0",
org.eclipse.uml2.uml;bundle-version="5.0.0";resolution:=optional,
org.junit,
- org.junit.platform.commons,
- org.junit.platform.engine,
- org.junit.platform.launcher,
- org.junit.platform.runner,
- org.junit.platform.suite.api,
- org.junit.vintage.engine,
- org.hamcrest.core,
- org.opentest4j,
- org.apiguardian,
org.eclipse.emf.henshin.multicda.cda
Export-Package: org.eclipse.emf.henshin.examples.aggregation,
org.eclipse.emf.henshin.examples.bank,

Back to the top