aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/github-graph/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorLibravatar 20001LastOrder <boqi.chen@mail.mcgill.ca>2019-08-20 17:13:46 -0400
committerLibravatar 20001LastOrder <boqi.chen@mail.mcgill.ca>2019-08-20 17:13:46 -0400
commit8ca4668275e7f9298b9960acc66373aa94650453 (patch)
tree761e1561741a082fa2d278b31be654f426d31359 /Domains/github-graph/META-INF/MANIFEST.MF
parentmodifty patterns for ecore (diff)
downloadVIATRA-Generator-8ca4668275e7f9298b9960acc66373aa94650453.tar.gz
VIATRA-Generator-8ca4668275e7f9298b9960acc66373aa94650453.tar.zst
VIATRA-Generator-8ca4668275e7f9298b9960acc66373aa94650453.zip
changes in settings of measurements
Diffstat (limited to 'Domains/github-graph/META-INF/MANIFEST.MF')
-rw-r--r--Domains/github-graph/META-INF/MANIFEST.MF24
1 files changed, 24 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..a07e59d1
--- /dev/null
+++ b/Domains/github-graph/META-INF/MANIFEST.MF
@@ -0,0 +1,24 @@
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: github-graph;singleton:=true
5Bundle-Version: 0.1.0.qualifier
6Bundle-Vendor: %providerName
7Bundle-Localization: plugin
8Export-Package: github,
9 github.impl,
10 github.util,
11 queries
12Require-Bundle: org.eclipse.viatra.query.runtime.rete,
13 org.eclipse.viatra.query.runtime.localsearch,
14 org.eclipse.core.runtime,
15 org.eclipse.emf.ecore;visibility:=reexport,
16 com.google.guava,
17 org.eclipse.xtext.xbase.lib,
18 org.eclipse.xtend.lib,
19 org.eclipse.xtend.lib.macro,
20 org.eclipse.viatra.query.runtime;bundle-version="2.1.2"
21Bundle-RequiredExecutionEnvironment: JavaSE-1.8
22Bundle-ActivationPolicy: lazy
23Import-Package: org.apache.log4j
24Automatic-Module-Name: github-graph