From: Daniel Kirschten Date: Thu, 14 Jan 2021 14:23:03 +0000 (+0100) Subject: Bumped the version to 0.1.5 X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=d66f2f193cf939604faefd02e4b6581dfc786e1c Bumped the version to 0.1.5 --- diff --git a/features/net.mograsim.feature/feature.xml b/features/net.mograsim.feature/feature.xml index 510c9aa4..12f877f1 100644 --- a/features/net.mograsim.feature/feature.xml +++ b/features/net.mograsim.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF index 114d315a..4bcb8b57 100644 --- a/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.core -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Export-Package: net.mograsim.logic.core, net.mograsim.logic.core.components, net.mograsim.logic.core.components.gates, @@ -12,4 +12,4 @@ Export-Package: net.mograsim.logic.core, Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.logic.core Bundle-Vendor: Mograsim Team -Require-Bundle: net.mograsim.preferences;bundle-version="0.1.4" +Require-Bundle: net.mograsim.preferences;bundle-version="0.1.5" diff --git a/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF index ca1085b7..9adc5095 100644 --- a/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.model.am2900;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Export-Package: net.mograsim.logic.model.am2900, net.mograsim.logic.model.am2900.components, net.mograsim.logic.model.am2900.components.am2901, @@ -19,7 +19,7 @@ Export-Package: net.mograsim.logic.model.am2900, net.mograsim.logic.model.examples Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.osgi, - net.mograsim.machine;bundle-version="0.1.4";visibility:=reexport, + net.mograsim.machine;bundle-version="0.1.5";visibility:=reexport, net.mograsim.logic.core Automatic-Module-Name: net.mograsim.logic.model.am2900 Bundle-Vendor: Mograsim Team diff --git a/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF index 665bb33e..61b96f10 100644 --- a/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF @@ -2,15 +2,15 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Editor Bundle-SymbolicName: net.mograsim.logic.model.editor -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Export-Package: net.mograsim.logic.model.editor, net.mograsim.logic.model.editor.handles, net.mograsim.logic.model.editor.states, net.mograsim.logic.model.editor.ui, net.mograsim.logic.model.editor.util -Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.4", - net.mograsim.preferences;bundle-version="0.1.4", - net.mograsim.logic.model.am2900;bundle-version="0.1.4" +Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.5", + net.mograsim.preferences;bundle-version="0.1.5", + net.mograsim.logic.model.am2900;bundle-version="0.1.5" Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.logic.model.editor Bundle-Vendor: Mograsim Team diff --git a/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF b/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF index 49724d75..c49a7fa8 100644 --- a/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.logic.model;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Export-Package: net.mograsim.logic.model, net.mograsim.logic.model.examples, net.mograsim.logic.model.model, @@ -25,8 +25,8 @@ Export-Package: net.mograsim.logic.model, Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.swt;bundle-version="3.0.0";visibility:=reexport, SWTZoomableCanvas;bundle-version="1.0.0";visibility:=reexport, - net.mograsim.logic.core;bundle-version="0.1.4";visibility:=reexport, + net.mograsim.logic.core;bundle-version="0.1.5";visibility:=reexport, com.google.gson;bundle-version="2.8.2";visibility:=reexport, - net.mograsim.preferences;bundle-version="0.1.4" + net.mograsim.preferences;bundle-version="0.1.5" Automatic-Module-Name: net.mograsim.logic.model Bundle-Vendor: Mograsim Team diff --git a/plugins/net.mograsim.machine/META-INF/MANIFEST.MF b/plugins/net.mograsim.machine/META-INF/MANIFEST.MF index ab0e6ab8..c6b61dc0 100644 --- a/plugins/net.mograsim.machine/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.machine/META-INF/MANIFEST.MF @@ -2,12 +2,12 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim Machine Definition Bundle-SymbolicName: net.mograsim.machine;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.machine Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.4";visibility:=reexport, - net.mograsim.logic.model;bundle-version="0.1.4";visibility:=reexport, +Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.5";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.5";visibility:=reexport, net.mograsim.preferences;visibility:=reexport, org.eclipse.e4.core.di.annotations, org.eclipse.core.runtime diff --git a/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF index dd1769a9..051948c7 100644 --- a/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim branding Bundle-SymbolicName: net.mograsim.plugin.branding;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.plugin.branding Bundle-RequiredExecutionEnvironment: JavaSE-11 diff --git a/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF index f9f28bd5..d6a3372f 100644 --- a/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: German translation Bundle-SymbolicName: net.mograsim.plugin.core.nl_de;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.4" +Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.5" Automatic-Module-Name: net.mograsim.plugin.core.nl_de Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-Localization: OSGI-INF/l10n/bundle diff --git a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF index 56efbb69..ddd66c85 100644 --- a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: net.mograsim.plugin.core;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt.widgets", net.mograsim.plugin.asm, net.mograsim.plugin.asm.editor, @@ -29,11 +29,11 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.e4.ui.di, org.eclipse.e4.ui.model.workbench, org.eclipse.ui.themes;bundle-version="1.2.400", - net.mograsim.logic.model;bundle-version="0.1.4";visibility:=reexport, + net.mograsim.logic.model;bundle-version="0.1.5";visibility:=reexport, javax.annotation;bundle-version="1.0.0", javax.inject;bundle-version="1.0.0", org.eclipse.ui.ide, - net.mograsim.preferences;bundle-version="0.1.4", + net.mograsim.preferences;bundle-version="0.1.5", net.mograsim.machine, org.eclipse.core.expressions, SWTInput, diff --git a/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF index 6d805784..ae625c77 100644 --- a/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim docs Bundle-SymbolicName: net.mograsim.plugin.docs;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.plugin.docs Bundle-RequiredExecutionEnvironment: JavaSE-11 -Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.4", +Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.5", org.eclipse.help diff --git a/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF b/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF index 315d2287..1841b820 100644 --- a/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.preferences/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Mograsim Preferences Bundle-SymbolicName: net.mograsim.preferences -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Export-Package: net.mograsim.preferences Bundle-Vendor: Mograsim Team Automatic-Module-Name: net.mograsim.preferences diff --git a/products/net.mograsim.product/net.mograsim.product b/products/net.mograsim.product/net.mograsim.product index f8db678f..404afd8a 100644 --- a/products/net.mograsim.product/net.mograsim.product +++ b/products/net.mograsim.product/net.mograsim.product @@ -1,7 +1,7 @@ - + diff --git a/releng/net.mograsim.configuration/pom.xml b/releng/net.mograsim.configuration/pom.xml index e7732659..d5396acc 100644 --- a/releng/net.mograsim.configuration/pom.xml +++ b/releng/net.mograsim.configuration/pom.xml @@ -9,7 +9,7 @@ - 0.1.4 + 0.1.5 -SNAPSHOT 11 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 b9cbc68e..26481cdf 100644 --- a/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Logic Tests Bundle-SymbolicName: net.mograsim.logic.core.tests;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.4" +Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.5" Automatic-Module-Name: net.mograsim.logic.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit.jupiter.api;bundle-version="5.4.0";visibility:=reexport, diff --git a/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF b/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF index 86836ec6..44117b4e 100644 --- a/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Am2900 Tests Bundle-SymbolicName: net.mograsim.logic.model.am2900.tests;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.4" +Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.5" Automatic-Module-Name: net.mograsim.logic.model.am2900.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0", diff --git a/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF b/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF index 78456ba5..e13c786b 100644 --- a/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF +++ b/tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF @@ -2,9 +2,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Machine Tests Bundle-SymbolicName: net.mograsim.machine.tests;singleton:=true -Bundle-Version: 0.1.4.qualifier +Bundle-Version: 0.1.5.qualifier Bundle-Vendor: Mograsim Team -Fragment-Host: net.mograsim.machine;bundle-version="0.1.4" +Fragment-Host: net.mograsim.machine;bundle-version="0.1.5" Automatic-Module-Name: net.mograsim.machine.tests Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0",