From ab3c57e52676d1208808e6e69db5b231f25896f5 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 19 Feb 2019 19:18:06 +0100 Subject: Trying to get FAMTest to work --- .../META-INF/MANIFEST.MF | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/META-INF/MANIFEST.MF') 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 4e3222f9..ce5ff3ab 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 @@ -11,5 +11,16 @@ Require-Bundle: com.google.guava, 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.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" -- cgit v1.2.3-54-g00ecf