aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/SocialNetwork_plugin/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
Diffstat (limited to 'Metrics/Metrics-Calculation/SocialNetwork_plugin/META-INF/MANIFEST.MF')
-rw-r--r--Metrics/Metrics-Calculation/SocialNetwork_plugin/META-INF/MANIFEST.MF30
1 files changed, 30 insertions, 0 deletions
diff --git a/Metrics/Metrics-Calculation/SocialNetwork_plugin/META-INF/MANIFEST.MF b/Metrics/Metrics-Calculation/SocialNetwork_plugin/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..b7ec683a
--- /dev/null
+++ b/Metrics/Metrics-Calculation/SocialNetwork_plugin/META-INF/MANIFEST.MF
@@ -0,0 +1,30 @@
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: SocialNetwork_plugin;singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-ClassPath: .
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
9Export-Package: ca.mcgill.ecse.socialnetwork.plugin,
10 socialnetwork,
11 socialnetwork.impl,
12 socialnetwork.util
13Require-Bundle: org.eclipse.viatra.query.runtime.rete,
14 org.eclipse.viatra.query.runtime.localsearch,
15 org.eclipse.xtext.xbase.lib,
16 org.eclipse.viatra.query.runtime,
17 org.eclipse.core.runtime,
18 org.eclipse.emf.ecore;visibility:=reexport,
19 org.eclipse.emf.ecore.xmi;bundle-version="2.15.0",
20 hu.bme.mit.inf.dslreasoner.application;bundle-version="1.0.0",
21 org.junit;bundle-version="4.12.0",
22 org.eclipse.collections;bundle-version="9.2.0",
23 hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph;bundle-version="1.0.0",
24 ca.mcgill.ecse.dslreasoner.realistic.metrics.calculator;bundle-version="1.0.0",
25 hu.bme.mit.inf.dslreasoner.domains.yakindu.sgraph.validation;bundle-version="0.0.1"
26Import-Package: org.apache.log4j,
27 org.junit;version="4.12.0"
28Automatic-Module-Name: SocialNetwork_plugin
29Bundle-ActivationPolicy: lazy
30Bundle-RequiredExecutionEnvironment: JavaSE-1.8