aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/models20.diversity-calculator/META-INF/MANIFEST.MF')
-rw-r--r--Tests/MODELS2020-CaseStudies/models20.diversity-calculator/META-INF/MANIFEST.MF34
1 files changed, 34 insertions, 0 deletions
diff --git a/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/META-INF/MANIFEST.MF b/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..866763f6
--- /dev/null
+++ b/Tests/MODELS2020-CaseStudies/models20.diversity-calculator/META-INF/MANIFEST.MF
@@ -0,0 +1,34 @@
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: models20.diversity-calculator;singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-ClassPath: .
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
9Automatic-Module-Name: models20.diversity-calculator
10Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11Export-Package: familytree,
12 familytree.impl,
13 familytree.util,
14 satellite,
15 satellite.impl,
16 satellite.util,
17 TaxationWithRoot,
18 TaxationWithRoot.impl,
19 TaxationWithRoot.util
20Require-Bundle: org.eclipse.core.runtime,
21 org.eclipse.emf.ecore;visibility:=reexport,
22 com.google.guava,
23 org.eclipse.xtext.xbase.lib,
24 org.eclipse.xtend.lib,
25 org.eclipse.xtend.lib.macro,
26 hu.bme.mit.inf.dslreasoner.ecore2logic;bundle-version="1.0.0",
27 hu.bme.mit.inf.dslreasoner.viatra2logic;bundle-version="1.0.0",
28 hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage;bundle-version="1.0.0",
29 org.eclipse.emf.ecore.xmi;bundle-version="2.16.0",
30 org.eclipse.viatra.query.runtime;bundle-version="2.2.0",
31 org.eclipse.viatra.query.runtime.rete;bundle-version="2.2.0",
32 org.eclipse.viatra.query.runtime.localsearch;bundle-version="2.2.0",
33 org.eclipse.collections;bundle-version="9.2.0"
34Bundle-ActivationPolicy: lazy