From 0f62054915e2a39a68ef8988761cf4057c84c4ee Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Thu, 26 Sep 2019 23:56:07 +0200 Subject: [PATCH] Updated project references; also plugin.core no longer depends on itself --- features/net.mograsim.feature/.project | 5 +++++ plugins/net.mograsim.logic.model.am2900/.project | 4 ++-- plugins/net.mograsim.logic.model.editor/.project | 3 +++ plugins/net.mograsim.logic.model/.project | 1 + plugins/net.mograsim.machine/.project | 3 +++ plugins/net.mograsim.plugin.core/.project | 4 +++- plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF | 1 - plugins/net.mograsim.plugin.docs/.project | 1 + tests/net.mograsim.logic.core.tests/.project | 1 + tests/net.mograsim.logic.model.am2900.tests/.project | 1 + tests/net.mograsim.machine.tests/.project | 1 + 11 files changed, 21 insertions(+), 4 deletions(-) diff --git a/features/net.mograsim.feature/.project b/features/net.mograsim.feature/.project index 254cd9e2..e191e936 100644 --- a/features/net.mograsim.feature/.project +++ b/features/net.mograsim.feature/.project @@ -3,10 +3,15 @@ net.mograsim.feature + net.mograsim.logic.model net.mograsim.logic.model.am2900 + net.mograsim.machine net.mograsim.plugin.branding net.mograsim.plugin.core net.mograsim.plugin.docs + net.mograsim.preferences + SWTObjectWrappers + SWTZoomableCanvas diff --git a/plugins/net.mograsim.logic.model.am2900/.project b/plugins/net.mograsim.logic.model.am2900/.project index 494b451f..c3a12849 100644 --- a/plugins/net.mograsim.logic.model.am2900/.project +++ b/plugins/net.mograsim.logic.model.am2900/.project @@ -3,8 +3,8 @@ net.mograsim.logic.model.am2900 - net.mograsim.logic.model - SWTZoomableCanvas + net.mograsim.logic.core + net.mograsim.machine diff --git a/plugins/net.mograsim.logic.model.editor/.project b/plugins/net.mograsim.logic.model.editor/.project index 4f792a69..05e3b48c 100644 --- a/plugins/net.mograsim.logic.model.editor/.project +++ b/plugins/net.mograsim.logic.model.editor/.project @@ -3,6 +3,9 @@ net.mograsim.logic.model.editor + net.mograsim.logic.model + net.mograsim.logic.model.am2900 + net.mograsim.preferences diff --git a/plugins/net.mograsim.logic.model/.project b/plugins/net.mograsim.logic.model/.project index c6d10606..0c140d84 100644 --- a/plugins/net.mograsim.logic.model/.project +++ b/plugins/net.mograsim.logic.model/.project @@ -4,6 +4,7 @@ net.mograsim.logic.core + net.mograsim.preferences SWTZoomableCanvas diff --git a/plugins/net.mograsim.machine/.project b/plugins/net.mograsim.machine/.project index d179b4ce..b4301c55 100644 --- a/plugins/net.mograsim.machine/.project +++ b/plugins/net.mograsim.machine/.project @@ -3,6 +3,9 @@ net.mograsim.machine + net.mograsim.logic.core + net.mograsim.logic.model + net.mograsim.preferences diff --git a/plugins/net.mograsim.plugin.core/.project b/plugins/net.mograsim.plugin.core/.project index 29dcdb4f..6add84de 100644 --- a/plugins/net.mograsim.plugin.core/.project +++ b/plugins/net.mograsim.plugin.core/.project @@ -4,7 +4,9 @@ net.mograsim.logic.model - net.mograsim.logic.model.am2900 + net.mograsim.machine + net.mograsim.preferences + SWTInput diff --git a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF index f8e7fb63..3fae54f2 100644 --- a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -31,7 +31,6 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.ui.ide, net.mograsim.preferences;bundle-version="0.1.0", net.mograsim.machine, - net.mograsim.plugin.core, org.eclipse.core.expressions, SWTInput Bundle-RequiredExecutionEnvironment: JavaSE-11 diff --git a/plugins/net.mograsim.plugin.docs/.project b/plugins/net.mograsim.plugin.docs/.project index bb1ec996..d083222a 100644 --- a/plugins/net.mograsim.plugin.docs/.project +++ b/plugins/net.mograsim.plugin.docs/.project @@ -3,6 +3,7 @@ net.mograsim.plugin.docs + net.mograsim.plugin.core diff --git a/tests/net.mograsim.logic.core.tests/.project b/tests/net.mograsim.logic.core.tests/.project index 2d57f64d..630d85ac 100644 --- a/tests/net.mograsim.logic.core.tests/.project +++ b/tests/net.mograsim.logic.core.tests/.project @@ -3,6 +3,7 @@ net.mograsim.logic.core.tests + net.mograsim.logic.core diff --git a/tests/net.mograsim.logic.model.am2900.tests/.project b/tests/net.mograsim.logic.model.am2900.tests/.project index 98071c26..8151eb50 100644 --- a/tests/net.mograsim.logic.model.am2900.tests/.project +++ b/tests/net.mograsim.logic.model.am2900.tests/.project @@ -3,6 +3,7 @@ net.mograsim.logic.model.am2900.tests + net.mograsim.logic.model.am2900 diff --git a/tests/net.mograsim.machine.tests/.project b/tests/net.mograsim.machine.tests/.project index c9605526..2d973396 100644 --- a/tests/net.mograsim.machine.tests/.project +++ b/tests/net.mograsim.machine.tests/.project @@ -3,6 +3,7 @@ net.mograsim.machine.tests + net.mograsim.machine -- 2.17.1