From 3f5aaab5025b8eb243f414b1c789085327df04f4 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 20 Mar 2019 16:09:09 +0100 Subject: Fault tree transformation for partial models WIP --- .../META-INF/MANIFEST.MF | 19 ++++--------------- .../build.properties | 6 ++++-- 2 files changed, 8 insertions(+), 17 deletions(-) (limited to 'Tests') 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, org.eclipse.xtext.xbase.lib, org.eclipse.xtend.lib, org.eclipse.xtend.lib.macro, - hu.bme.mit.inf.dslreasoner.application;bundle-version="1.0.0", - org.junit;bundle-version="4.12.0", - org.eclipse.collections;bundle-version="7.1.1", - org.eclipse.core.runtime;bundle-version="3.15.100", - org.eclipse.core.resources, - org.eclipse.emf.ecore, - org.eclipse.viatra.query.runtime, - org.eclipse.viatra.query.runtime.rete, - org.eclipse.viatra.query.runtime.localsearch, - org.eclipse.viatra.query.patternlanguage.emf, - org.eclipse.xtext;bundle-version="2.16.0", - org.eclipse.xtext.xbase;bundle-version="2.16.0", - org.eclipse.emf.codegen;bundle-version="2.15.0", - org.eclipse.emf.codegen.ecore;bundle-version="2.16.0" -Import-Package: org.apache.log4j;version="1.2.15" + hu.bme.mit.inf.dslreasoner.application;bundle-version="1.0.0";visibility:=reexport +Import-Package: org.apache.log4j;version="1.2.15", + org.junit;version="4.12.0" +Export-Package: hu.bme.mit.inf.dslreasoner.application.FAMTest 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 @@ -source.. = src/ +source.. = src/,\ + xtend-gen/ output.. = bin/ bin.includes = META-INF/,\ . -additional.bundles = org.apache.log4j +additional.bundles = org.apache.log4j,\ + org.junit -- cgit v1.2.3-54-g00ecf