From a3ce5811b63b53409082ec6d7333a65372452515 Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Wed, 1 Jun 2016 15:00:15 +0100 Subject: [PATCH] Prep 1.0.1 --- documentation/ChangeLog.md | 11 ++++++----- feature/feature.xml | 2 +- feature/pom.xml | 2 +- plugin_ide.core.tests/META-INF/MANIFEST.MF | 2 +- plugin_ide.core.tests/pom.xml | 2 +- plugin_ide.core/META-INF/MANIFEST.MF | 2 +- plugin_ide.core/pom.xml | 2 +- plugin_ide.debug/META-INF/MANIFEST.MF | 2 +- plugin_ide.debug/pom.xml | 2 +- plugin_ide.ui.tests/META-INF/MANIFEST.MF | 2 +- plugin_ide.ui.tests/pom.xml | 2 +- plugin_ide.ui/META-INF/MANIFEST.MF | 2 +- plugin_ide.ui/pom.xml | 2 +- plugin_tooling/META-INF/MANIFEST.MF | 2 +- plugin_tooling/pom.xml | 2 +- 15 files changed, 20 insertions(+), 19 deletions(-) diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index a8448e2c2..b377c92e1 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,15 +1,16 @@ ## release ChangeLog ### (NextVersion) - * Changed: Show parameter types in the Outline label of fucntion elements. + +### 1.0.1 + * Improved the default names for automatically created launch configurations. + * Added error display notification for Outline operation failures. + * Added parameter types for the Outline label of function elements. * Fixed: `~this()` and `this(this)` declarations missing from Outline. * Fixed: Progress dialog never showing up when "Ok" pressed in LANG_NAME project properties page. - * Fixed: Eclipse variables not being substituted in environment-variable values. + * Fixed: Eclipse variables not being substituted in environment-variable values. (#139) * Fixed: foreach statement parsing does not allow type qualifier with parenthesis. (#140) - * Improved the default names for automatically created launch configuration. - * Improved error display for Outline operation failures. - ### 1.0.0 * Added support for source formatting using `dfmt` (`Ctrl+Shift+F`). * Added `Format DUB package (dfmt)` command to Project context menu. diff --git a/feature/feature.xml b/feature/feature.xml index 384dcf216..7d9218f7e 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/feature/pom.xml b/feature/pom.xml index eb19e11b6..a43a20dec 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-feature diff --git a/plugin_ide.core.tests/META-INF/MANIFEST.MF b/plugin_ide.core.tests/META-INF/MANIFEST.MF index 27dce5549..70b9be269 100644 --- a/plugin_ide.core.tests/META-INF/MANIFEST.MF +++ b/plugin_ide.core.tests/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.core.tests;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Fragment-Host: org.dsource.ddt.ide.core Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests diff --git a/plugin_ide.core.tests/pom.xml b/plugin_ide.core.tests/pom.xml index 67cf0f762..f711d5da6 100644 --- a/plugin_ide.core.tests/pom.xml +++ b/plugin_ide.core.tests/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.core.tests - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.core/META-INF/MANIFEST.MF b/plugin_ide.core/META-INF/MANIFEST.MF index b6e675b53..420ba03e0 100644 --- a/plugin_ide.core/META-INF/MANIFEST.MF +++ b/plugin_ide.core/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.core;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_ide.core/pom.xml b/plugin_ide.core/pom.xml index 1f301e3d2..eb54dc2a9 100644 --- a/plugin_ide.core/pom.xml +++ b/plugin_ide.core/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.core - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-plugin \ No newline at end of file diff --git a/plugin_ide.debug/META-INF/MANIFEST.MF b/plugin_ide.debug/META-INF/MANIFEST.MF index f209fc8a4..3c1d066f2 100644 --- a/plugin_ide.debug/META-INF/MANIFEST.MF +++ b/plugin_ide.debug/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.debug;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_ide.debug/pom.xml b/plugin_ide.debug/pom.xml index 463445573..44178883f 100644 --- a/plugin_ide.debug/pom.xml +++ b/plugin_ide.debug/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.debug - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-plugin diff --git a/plugin_ide.ui.tests/META-INF/MANIFEST.MF b/plugin_ide.ui.tests/META-INF/MANIFEST.MF index 4e4c7586b..bc6b2ba3c 100644 --- a/plugin_ide.ui.tests/META-INF/MANIFEST.MF +++ b/plugin_ide.ui.tests/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.ui.tests;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Fragment-Host: org.dsource.ddt.ide.ui Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests diff --git a/plugin_ide.ui.tests/pom.xml b/plugin_ide.ui.tests/pom.xml index 772d5156c..970dbd749 100644 --- a/plugin_ide.ui.tests/pom.xml +++ b/plugin_ide.ui.tests/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.ui.tests - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.ui/META-INF/MANIFEST.MF b/plugin_ide.ui/META-INF/MANIFEST.MF index 5e3cec92f..20c57ea67 100644 --- a/plugin_ide.ui/META-INF/MANIFEST.MF +++ b/plugin_ide.ui/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.ui;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_ide.ui/pom.xml b/plugin_ide.ui/pom.xml index 960bd414d..a4c42c222 100644 --- a/plugin_ide.ui/pom.xml +++ b/plugin_ide.ui/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.ui - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-plugin diff --git a/plugin_tooling/META-INF/MANIFEST.MF b/plugin_tooling/META-INF/MANIFEST.MF index 8ab5b3058..71b9605e3 100644 --- a/plugin_tooling/META-INF/MANIFEST.MF +++ b/plugin_tooling/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.dtool;singleton:=true -Bundle-Version: 1.0.0.qualifier +Bundle-Version: 1.0.1.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_tooling/pom.xml b/plugin_tooling/pom.xml index 3edc21c65..c3684e16a 100644 --- a/plugin_tooling/pom.xml +++ b/plugin_tooling/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.dtool - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT eclipse-test-plugin