From: Daniel Kirschten Date: Thu, 26 Sep 2019 22:08:16 +0000 (+0200) Subject: logic.core.tests now depends on logic.core, not logic.model X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=1daeb690755549a81028acf57581d8c8486a1fcf logic.core.tests now depends on logic.core, not logic.model --- 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,