From 1daeb690755549a81028acf57581d8c8486a1fcf Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Fri, 27 Sep 2019 00:08:16 +0200 Subject: [PATCH] logic.core.tests now depends on logic.core, not logic.model --- tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF b/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF index 5fd49fc4..9ccdcbc4 100644 --- a/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: Logic Tests Bundle-SymbolicName: net.mograsim.logic.core.tests;singleton:=true Bundle-Version: 0.1.0.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.model;bundle-version="0.1.0" +Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.0" Automatic-Module-Name: net.mograsim.logic.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit.jupiter.api;bundle-version="5.4.0";visibility:=reexport, -- 2.17.1