aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/github-graph/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/github-graph/META-INF')
-rw-r--r--Domains/github-graph/META-INF/MANIFEST.MF25
1 files changed, 25 insertions, 0 deletions
diff --git a/Domains/github-graph/META-INF/MANIFEST.MF b/Domains/github-graph/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..48c16d69
--- /dev/null
+++ b/Domains/github-graph/META-INF/MANIFEST.MF
@@ -0,0 +1,25 @@
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: github-graph;singleton:=true
5Bundle-Version: 0.1.0.qualifier
6Bundle-ClassPath: .
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
9Export-Package: github,
10 github.impl,
11 github.util,
12 queries
13Require-Bundle: org.eclipse.viatra.query.runtime.rete,
14 org.eclipse.viatra.query.runtime.localsearch,
15 org.eclipse.core.runtime,
16 org.eclipse.emf.ecore;visibility:=reexport,
17 com.google.guava,
18 org.eclipse.xtext.xbase.lib,
19 org.eclipse.xtend.lib,
20 org.eclipse.xtend.lib.macro,
21 org.eclipse.viatra.query.runtime;bundle-version="2.1.2"
22Import-Package: org.apache.log4j
23Automatic-Module-Name: github-graph
24Bundle-ActivationPolicy: lazy
25Bundle-RequiredExecutionEnvironment: JavaSE-1.8