Bumped the version to 0.1.3
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 14 Oct 2020 11:38:09 +0000 (13:38 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 14 Oct 2020 11:38:09 +0000 (13:38 +0200)
16 files changed:
features/net.mograsim.feature/feature.xml
plugins/net.mograsim.logic.core/META-INF/MANIFEST.MF
plugins/net.mograsim.logic.model.am2900/META-INF/MANIFEST.MF
plugins/net.mograsim.logic.model.editor/META-INF/MANIFEST.MF
plugins/net.mograsim.logic.model/META-INF/MANIFEST.MF
plugins/net.mograsim.machine/META-INF/MANIFEST.MF
plugins/net.mograsim.plugin.branding/META-INF/MANIFEST.MF
plugins/net.mograsim.plugin.core.nl_de/META-INF/MANIFEST.MF
plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF
plugins/net.mograsim.plugin.docs/META-INF/MANIFEST.MF
plugins/net.mograsim.preferences/META-INF/MANIFEST.MF
products/net.mograsim.product/net.mograsim.product
releng/net.mograsim.configuration/pom.xml
tests/net.mograsim.logic.core.tests/META-INF/MANIFEST.MF
tests/net.mograsim.logic.model.am2900.tests/META-INF/MANIFEST.MF
tests/net.mograsim.machine.tests/META-INF/MANIFEST.MF

index 22263ed..8670079 100644 (file)
@@ -2,7 +2,7 @@
 <feature
       id="net.mograsim.feature"
       label="Mograsim"
 <feature
       id="net.mograsim.feature"
       label="Mograsim"
-      version="0.1.2.qualifier"
+      version="0.1.3.qualifier"
       provider-name="Mograsim Team"
       plugin="net.mograsim.plugin.branding">
 
       provider-name="Mograsim Team"
       plugin="net.mograsim.plugin.branding">
 
index 9890dfd..65838be 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.logic.core
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.logic.core
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Export-Package: net.mograsim.logic.core,
  net.mograsim.logic.core.components,
  net.mograsim.logic.core.components.gates,
 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
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Automatic-Module-Name: net.mograsim.logic.core
 Bundle-Vendor: Mograsim Team
-Require-Bundle: net.mograsim.preferences;bundle-version="0.1.2"
+Require-Bundle: net.mograsim.preferences;bundle-version="0.1.3"
index 9a4af2e..0971aa3 100644 (file)
@@ -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-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.logic.model.am2900;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Export-Package: net.mograsim.logic.model.am2900,
  net.mograsim.logic.model.am2900.components,
  net.mograsim.logic.model.am2900.components.am2901,
 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.logic.model.examples
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.eclipse.osgi,
- net.mograsim.machine;bundle-version="0.1.2";visibility:=reexport,
+ net.mograsim.machine;bundle-version="0.1.3";visibility:=reexport,
  net.mograsim.logic.core
 Automatic-Module-Name: net.mograsim.logic.model.am2900
 Bundle-Vendor: Mograsim Team
  net.mograsim.logic.core
 Automatic-Module-Name: net.mograsim.logic.model.am2900
 Bundle-Vendor: Mograsim Team
index 6c5cb10..95d7551 100644 (file)
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Editor
 Bundle-SymbolicName: net.mograsim.logic.model.editor
 Bundle-ManifestVersion: 2
 Bundle-Name: Editor
 Bundle-SymbolicName: net.mograsim.logic.model.editor
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.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
 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.2",
- net.mograsim.preferences;bundle-version="0.1.2",
- net.mograsim.logic.model.am2900;bundle-version="0.1.2"
+Require-Bundle: net.mograsim.logic.model;bundle-version="0.1.3",
+ net.mograsim.preferences;bundle-version="0.1.3",
+ net.mograsim.logic.model.am2900;bundle-version="0.1.3"
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Automatic-Module-Name: net.mograsim.logic.model.editor
 Bundle-Vendor: Mograsim Team
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Automatic-Module-Name: net.mograsim.logic.model.editor
 Bundle-Vendor: Mograsim Team
index 2130066..9f91cc6 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.logic.model;singleton:=true
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.logic.model;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Export-Package: net.mograsim.logic.model,
  net.mograsim.logic.model.examples,
  net.mograsim.logic.model.model,
 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,
 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.2";visibility:=reexport,
+ net.mograsim.logic.core;bundle-version="0.1.3";visibility:=reexport,
  com.google.gson;bundle-version="2.8.2";visibility:=reexport,
  com.google.gson;bundle-version="2.8.2";visibility:=reexport,
- net.mograsim.preferences;bundle-version="0.1.2"
+ net.mograsim.preferences;bundle-version="0.1.3"
 Automatic-Module-Name: net.mograsim.logic.model
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.logic.model
 Bundle-Vendor: Mograsim Team
index e97ccc5..00b7ace 100644 (file)
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim Machine Definition
 Bundle-SymbolicName: net.mograsim.machine;singleton:=true
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim Machine Definition
 Bundle-SymbolicName: net.mograsim.machine;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.machine
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.machine
 Bundle-RequiredExecutionEnvironment: JavaSE-11
-Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.2";visibility:=reexport,
- net.mograsim.logic.model;bundle-version="0.1.2";visibility:=reexport,
+Require-Bundle: net.mograsim.logic.core;bundle-version="0.1.3";visibility:=reexport,
+ net.mograsim.logic.model;bundle-version="0.1.3";visibility:=reexport,
  net.mograsim.preferences;visibility:=reexport,
  org.eclipse.e4.core.di.annotations,
  org.eclipse.core.runtime
  net.mograsim.preferences;visibility:=reexport,
  org.eclipse.e4.core.di.annotations,
  org.eclipse.core.runtime
index 68f88ba..695afeb 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim branding
 Bundle-SymbolicName: net.mograsim.plugin.branding;singleton:=true
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim branding
 Bundle-SymbolicName: net.mograsim.plugin.branding;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.plugin.branding
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.plugin.branding
 Bundle-RequiredExecutionEnvironment: JavaSE-11
index ad5ce05..344a2f1 100644 (file)
@@ -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-ManifestVersion: 2
 Bundle-Name: German translation
 Bundle-SymbolicName: net.mograsim.plugin.core.nl_de;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Bundle-Vendor: Mograsim Team
-Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.2"
+Fragment-Host: net.mograsim.plugin.core;bundle-version="0.1.3"
 Automatic-Module-Name: net.mograsim.plugin.core.nl_de
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-Localization: OSGI-INF/l10n/bundle
 Automatic-Module-Name: net.mograsim.plugin.core.nl_de
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Bundle-Localization: OSGI-INF/l10n/bundle
index 6f6bd4a..b5777d3 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.plugin.core;singleton:=true
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: net.mograsim.plugin.core;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt.widgets",
  net.mograsim.plugin.asm,
  net.mograsim.plugin.asm.editor,
 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",
  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.2";visibility:=reexport,
+ net.mograsim.logic.model;bundle-version="0.1.3";visibility:=reexport,
  javax.annotation;bundle-version="1.0.0",
  javax.inject;bundle-version="1.0.0",
  org.eclipse.ui.ide,
  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.2",
+ net.mograsim.preferences;bundle-version="0.1.3",
  net.mograsim.machine,
  org.eclipse.core.expressions,
  SWTInput,
  net.mograsim.machine,
  org.eclipse.core.expressions,
  SWTInput,
index 9ee5c10..c63349d 100644 (file)
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim docs
 Bundle-SymbolicName: net.mograsim.plugin.docs;singleton:=true
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim docs
 Bundle-SymbolicName: net.mograsim.plugin.docs;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.plugin.docs
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 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.2",
+Require-Bundle: net.mograsim.plugin.core;bundle-version="0.1.3",
  org.eclipse.help
  org.eclipse.help
index 402c3ac..6b24085 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim Preferences
 Bundle-SymbolicName: net.mograsim.preferences
 Bundle-ManifestVersion: 2
 Bundle-Name: Mograsim Preferences
 Bundle-SymbolicName: net.mograsim.preferences
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Export-Package: net.mograsim.preferences
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.preferences
 Export-Package: net.mograsim.preferences
 Bundle-Vendor: Mograsim Team
 Automatic-Module-Name: net.mograsim.preferences
index 81b3dac..9356da6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="Mograsim Standalone" uid="net.mograsim" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="0.1.2.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Mograsim Standalone" uid="net.mograsim" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="0.1.3.qualifier" useFeatures="true" includeLaunchers="true">
 
    <configIni use="default">
    </configIni>
 
    <configIni use="default">
    </configIni>
index 539f30f..cacd997 100644 (file)
@@ -9,7 +9,7 @@
 
        <properties>
                <!-- Mograsim variables, see https://maven.apache.org/maven-ci-friendly.html -->
 
        <properties>
                <!-- Mograsim variables, see https://maven.apache.org/maven-ci-friendly.html -->
-               <revision>0.1.2</revision>
+               <revision>0.1.3</revision>
                <changelist>-SNAPSHOT</changelist>
                <!-- Environment -->
                <java.version>11</java.version> <!-- currently unused -->
                <changelist>-SNAPSHOT</changelist>
                <!-- Environment -->
                <java.version>11</java.version> <!-- currently unused -->
index 4595ddf..19bafd6 100644 (file)
@@ -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-ManifestVersion: 2
 Bundle-Name: Logic Tests
 Bundle-SymbolicName: net.mograsim.logic.core.tests;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Bundle-Vendor: Mograsim Team
-Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.2"
+Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.3"
 Automatic-Module-Name: net.mograsim.logic.tests
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit.jupiter.api;bundle-version="5.4.0";visibility:=reexport,
 Automatic-Module-Name: net.mograsim.logic.tests
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit.jupiter.api;bundle-version="5.4.0";visibility:=reexport,
index fe22a68..30c590e 100644 (file)
@@ -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-ManifestVersion: 2
 Bundle-Name: Am2900 Tests
 Bundle-SymbolicName: net.mograsim.logic.model.am2900.tests;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Bundle-Vendor: Mograsim Team
-Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.2"
+Fragment-Host: net.mograsim.logic.model.am2900;bundle-version="0.1.3"
 Automatic-Module-Name: net.mograsim.logic.model.am2900.tests
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit;bundle-version="4.12.0",
 Automatic-Module-Name: net.mograsim.logic.model.am2900.tests
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit;bundle-version="4.12.0",
index a29d3c7..59a2c53 100644 (file)
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Machine Tests
 Bundle-SymbolicName: net.mograsim.machine.tests;singleton:=true
 Bundle-ManifestVersion: 2
 Bundle-Name: Machine Tests
 Bundle-SymbolicName: net.mograsim.machine.tests;singleton:=true
-Bundle-Version: 0.1.2.qualifier
+Bundle-Version: 0.1.3.qualifier
 Bundle-Vendor: Mograsim Team
 Bundle-Vendor: Mograsim Team
-Fragment-Host: net.mograsim.machine;bundle-version="0.1.2"
+Fragment-Host: net.mograsim.machine;bundle-version="0.1.3"
 Automatic-Module-Name: net.mograsim.machine.tests
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit;bundle-version="4.12.0",
 Automatic-Module-Name: net.mograsim.machine.tests
 Bundle-RequiredExecutionEnvironment: JavaSE-11
 Require-Bundle: org.junit;bundle-version="4.12.0",