From 1069c765fe22fc3c4664b62bdbf6366ed4a8c8b2 Mon Sep 17 00:00:00 2001 From: Bruno Medeiros Date: Thu, 26 May 2016 16:48:46 +0100 Subject: [PATCH] prep 0.15.0 --- documentation/ChangeLog.md | 17 ++++++++--------- 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, 22 insertions(+), 23 deletions(-) diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index f488c0e83..3648daa70 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,20 +1,19 @@ ## release ChangeLog -### (NextVersion) - * Improved the default names for automatically created launch configuration. - * Improved error display for Outline operation failures. - +### 0.15.0 + * Added support for lint build target, using `gometalinter`. (#163) * Added customization of the build command for Build Targets: It's now possible to specify a command other than the default one (the `go` tool). - * Note however that Goclipse still expects the output of the command (the error messages) to be in the same format as the default tool. - * Added support for invoking a specific Build Target when a $IDE editor is saved. This is called "auto-check", and is intended for build commands that only check for compilation errors, but don't produce artifacts. This has the potential to be faster than a regular build. - * The default is `` for $$IDE + * Note however that GoClipse still expects the output of the command (the error messages) to be in the same format as the `go` tool (or `gometalinter`). + * Added support for invoking a specific Build Target when a GoClipse editor is saved. This is called "auto-check", and is intended for build commands that only check for compilation errors, but don't produce artifacts. This has the potential to be faster than a regular build. * Added [Building](documentation/UserGuide.md#building) section to documentation. * The goal for the future is to enable invoking this command on-the-fly (as the user types), although for this to be useful in practice it will likely require the compiler to support incremental compilation (or be super fast otherwise). * Added support for modifying the environment variables of a Build Target's build command. (#191) - * Added support for lint build target, using `gometalinter`. (#163) - * The Go `oracle` tool has been renamed to `guru`. Goclipse has been updated to reflect this. + * The Go `oracle` tool is now the `guru` tool. GoClipse has been updated to reflect this. + * Improved the default names for automatically created launch configuration. + * Improved error display for Outline operation failures. +-- * Fixed "IllegalStateException: The service has been unregistered" on Mars.2 when Eclipse is closed. * Fixed: Don't call editor save actions (such as `gofmt`) when Open Definition is requested. diff --git a/feature/feature.xml b/feature/feature.xml index 4a9bf9fe4..2f86658e0 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/feature/pom.xml b/feature/pom.xml index dc5806f68..d60d959ff 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -11,7 +11,7 @@ goclipse_feature - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-feature diff --git a/plugin_ide.core.tests/META-INF/MANIFEST.MF b/plugin_ide.core.tests/META-INF/MANIFEST.MF index cd664eab7..77c171d2d 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: com.googlecode.goclipse.core.tests;singleton:=true -Bundle-Version: 0.14.1.qualifier +Bundle-Version: 0.15.0.qualifier Fragment-Host: com.googlecode.goclipse.core Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests diff --git a/plugin_ide.core.tests/pom.xml b/plugin_ide.core.tests/pom.xml index 5776a828f..4adcaa196 100644 --- a/plugin_ide.core.tests/pom.xml +++ b/plugin_ide.core.tests/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.core.tests - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.core/META-INF/MANIFEST.MF b/plugin_ide.core/META-INF/MANIFEST.MF index 83183d325..ace94ae2b 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: com.googlecode.goclipse.core;singleton:=true -Bundle-Version: 0.14.1.qualifier +Bundle-Version: 0.15.0.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 8edeecff9..9f12dc9ef 100644 --- a/plugin_ide.core/pom.xml +++ b/plugin_ide.core/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.core - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-plugin diff --git a/plugin_ide.debug/META-INF/MANIFEST.MF b/plugin_ide.debug/META-INF/MANIFEST.MF index 74e7d7a22..d3322d4b2 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: com.googlecode.goclipse.debug;singleton:=true -Bundle-Version: 0.14.1.qualifier +Bundle-Version: 0.15.0.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 ffaad3d95..4985423fb 100644 --- a/plugin_ide.debug/pom.xml +++ b/plugin_ide.debug/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.debug - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-plugin diff --git a/plugin_ide.ui.tests/META-INF/MANIFEST.MF b/plugin_ide.ui.tests/META-INF/MANIFEST.MF index f4d364eb6..6556265e7 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: com.googlecode.goclipse.ui.tests;singleton:=true -Bundle-Version: 0.14.1.qualifier +Bundle-Version: 0.15.0.qualifier Fragment-Host: com.googlecode.goclipse.ui Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests diff --git a/plugin_ide.ui.tests/pom.xml b/plugin_ide.ui.tests/pom.xml index 47f90ad2e..07d3ac0ad 100644 --- a/plugin_ide.ui.tests/pom.xml +++ b/plugin_ide.ui.tests/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.ui.tests - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.ui/META-INF/MANIFEST.MF b/plugin_ide.ui/META-INF/MANIFEST.MF index acd5efadd..e0b865b25 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: com.googlecode.goclipse.ui;singleton:=true -Bundle-Version: 0.14.1.qualifier +Bundle-Version: 0.15.0.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 d0ee07353..0d80c4489 100644 --- a/plugin_ide.ui/pom.xml +++ b/plugin_ide.ui/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.ui - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-plugin diff --git a/plugin_tooling/META-INF/MANIFEST.MF b/plugin_tooling/META-INF/MANIFEST.MF index 8148d7d77..1ad8608da 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: com.googlecode.goclipse.tooling;singleton:=true -Bundle-Version: 0.14.1.qualifier +Bundle-Version: 0.15.0.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_tooling/pom.xml b/plugin_tooling/pom.xml index 776fafc0c..5e169ef13 100644 --- a/plugin_tooling/pom.xml +++ b/plugin_tooling/pom.xml @@ -11,7 +11,7 @@ com.googlecode.goclipse.tooling - 0.14.1-SNAPSHOT + 0.15.0-SNAPSHOT eclipse-test-plugin