aboutsummaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-03-20 16:09:09 +0100
committerLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-03-20 16:09:09 +0100
commit3f5aaab5025b8eb243f414b1c789085327df04f4 (patch)
tree156d9d95888fce6b003d73f509b9155e6b24555f /Tests
parentFix ParseUtil to avoid breaking the .vql editor in Eclipse (diff)
downloadVIATRA-Generator-3f5aaab5025b8eb243f414b1c789085327df04f4.tar.gz
VIATRA-Generator-3f5aaab5025b8eb243f414b1c789085327df04f4.tar.zst
VIATRA-Generator-3f5aaab5025b8eb243f414b1c789085327df04f4.zip
Fault tree transformation for partial models WIP
Diffstat (limited to 'Tests')
-rw-r--r--Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/META-INF/MANIFEST.MF19
-rw-r--r--Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties6
2 files changed, 8 insertions, 17 deletions
diff --git a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/META-INF/MANIFEST.MF b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/META-INF/MANIFEST.MF
index ce5ff3ab..dc9f3788 100644
--- a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/META-INF/MANIFEST.MF
+++ b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/META-INF/MANIFEST.MF
@@ -9,18 +9,7 @@ Require-Bundle: com.google.guava,
9 org.eclipse.xtext.xbase.lib, 9 org.eclipse.xtext.xbase.lib,
10 org.eclipse.xtend.lib, 10 org.eclipse.xtend.lib,
11 org.eclipse.xtend.lib.macro, 11 org.eclipse.xtend.lib.macro,
12 hu.bme.mit.inf.dslreasoner.application;bundle-version="1.0.0", 12 hu.bme.mit.inf.dslreasoner.application;bundle-version="1.0.0";visibility:=reexport
13 org.junit;bundle-version="4.12.0", 13Import-Package: org.apache.log4j;version="1.2.15",
14 org.eclipse.collections;bundle-version="7.1.1", 14 org.junit;version="4.12.0"
15 org.eclipse.core.runtime;bundle-version="3.15.100", 15Export-Package: hu.bme.mit.inf.dslreasoner.application.FAMTest
16 org.eclipse.core.resources,
17 org.eclipse.emf.ecore,
18 org.eclipse.viatra.query.runtime,
19 org.eclipse.viatra.query.runtime.rete,
20 org.eclipse.viatra.query.runtime.localsearch,
21 org.eclipse.viatra.query.patternlanguage.emf,
22 org.eclipse.xtext;bundle-version="2.16.0",
23 org.eclipse.xtext.xbase;bundle-version="2.16.0",
24 org.eclipse.emf.codegen;bundle-version="2.15.0",
25 org.eclipse.emf.codegen.ecore;bundle-version="2.16.0"
26Import-Package: org.apache.log4j;version="1.2.15"
diff --git a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties
index 8c749f0a..466224af 100644
--- a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties
+++ b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties
@@ -1,5 +1,7 @@
1source.. = src/ 1source.. = src/,\
2 xtend-gen/
2output.. = bin/ 3output.. = bin/
3bin.includes = META-INF/,\ 4bin.includes = META-INF/,\
4 . 5 .
5additional.bundles = org.apache.log4j 6additional.bundles = org.apache.log4j,\
7 org.junit