From afa737f70f1a09f6e67862445b4c61d8345ed58e Mon Sep 17 00:00:00 2001 From: Brandon Donnelson Date: Wed, 21 Mar 2018 09:16:33 -0700 Subject: [PATCH 1/2] Set GWT 2.8.2 as default. --- .gitignore | 1 + eclipse/mars/gwt-eclipse-mars.target | 4 ++-- .../feature.properties | 4 ++-- .../gwt/eclipse/core/wizards/NewModuleWizard.java | 2 +- .../gwt/eclipse/gss/GssResourceTextEditor.java | 10 +++++----- .../SdkBundleRegistrant.properties | 4 ++-- .../build.properties | 2 +- .../plugin.properties | 2 +- .../com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml | 4 ++-- pom.xml | 2 +- 10 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 8de93a24..42313fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ gwt-2.8.0/ gwt-2.8.0-beta1/ gwt-2.8.0-rc3/ gwt-2.8.1/ +gwt-2.8.2/ gwt-2.7.0.zip gwt-2.8*.zip *.jar diff --git a/eclipse/mars/gwt-eclipse-mars.target b/eclipse/mars/gwt-eclipse-mars.target index 4db79fea..b81f1797 100644 --- a/eclipse/mars/gwt-eclipse-mars.target +++ b/eclipse/mars/gwt-eclipse-mars.target @@ -1,7 +1,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/features/com.gwtplugins.eclipse.sdkbundle.gwt28.feature/feature.properties b/features/com.gwtplugins.eclipse.sdkbundle.gwt28.feature/feature.properties index f49b0f73..e93a8fb0 100644 --- a/features/com.gwtplugins.eclipse.sdkbundle.gwt28.feature/feature.properties +++ b/features/com.gwtplugins.eclipse.sdkbundle.gwt28.feature/feature.properties @@ -1,6 +1,6 @@ -featureName = GWT 2.8.1 SDK +featureName = GWT 2.8.2 SDK providerName = GWT Eclipse Plugin -description = Downloads the GWT 2.8.1 SDK library +description = Downloads the GWT 2.8.2 SDK library licenseURL = https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/master/LICENSE.md # "license" property - text of the "Feature Update License" diff --git a/plugins/com.gwtplugins.gwt.eclipse.core/src/com/google/gwt/eclipse/core/wizards/NewModuleWizard.java b/plugins/com.gwtplugins.gwt.eclipse.core/src/com/google/gwt/eclipse/core/wizards/NewModuleWizard.java index 515fbe4f..3f4b70d8 100644 --- a/plugins/com.gwtplugins.gwt.eclipse.core/src/com/google/gwt/eclipse/core/wizards/NewModuleWizard.java +++ b/plugins/com.gwtplugins.gwt.eclipse.core/src/com/google/gwt/eclipse/core/wizards/NewModuleWizard.java @@ -46,7 +46,7 @@ public class NewModuleWizard extends AbstractNewFileWizard { private static final String NO_VERSION_FOUND_DTD = - ""; + ""; private NewModuleWizardPage newModuleWizardPage; @Override diff --git a/plugins/com.gwtplugins.gwt.eclipse.gss/src/com/gwtplugins/gwt/eclipse/gss/GssResourceTextEditor.java b/plugins/com.gwtplugins.gwt.eclipse.gss/src/com/gwtplugins/gwt/eclipse/gss/GssResourceTextEditor.java index 754d67f6..4563055a 100644 --- a/plugins/com.gwtplugins.gwt.eclipse.gss/src/com/gwtplugins/gwt/eclipse/gss/GssResourceTextEditor.java +++ b/plugins/com.gwtplugins.gwt.eclipse.gss/src/com/gwtplugins/gwt/eclipse/gss/GssResourceTextEditor.java @@ -29,11 +29,11 @@ */ public class GssResourceTextEditor extends StructuredTextEditor { - @Override - protected void doSetInput(IEditorInput input) throws CoreException { - super.doSetInput(input); + @Override + protected void doSetInput(IEditorInput input) throws CoreException { + super.doSetInput(input); - setSourceViewerConfiguration(new GssResourceSourceViewerConfiguration()); - } + setSourceViewerConfiguration(new GssResourceSourceViewerConfiguration()); + } } diff --git a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/SdkBundleRegistrant.properties b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/SdkBundleRegistrant.properties index 731f819a..cd9a19a2 100644 --- a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/SdkBundleRegistrant.properties +++ b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/SdkBundleRegistrant.properties @@ -1,2 +1,2 @@ -sdkBundlePath=gwt-2.8.1 -sdkType=GWT 2.8.1 +sdkBundlePath=gwt-2.8.2 +sdkType=GWT 2.8.2 diff --git a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/build.properties b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/build.properties index 1a4a3a1a..cb523717 100644 --- a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/build.properties +++ b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/build.properties @@ -2,6 +2,6 @@ output.. = bin/ bin.includes = META-INF/,\ plugin.xml,\ SdkBundleRegistrant.properties,\ - gwt-2.8.1/ + gwt-2.8.2/ javacSource=1.7 javacTarget=1.7 diff --git a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/plugin.properties b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/plugin.properties index 11a3365f..0395e50d 100644 --- a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/plugin.properties +++ b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/plugin.properties @@ -1,4 +1,4 @@ -pluginName=GWT 2.8.1 SDK +pluginName=GWT 2.8.2 SDK providerName=GWT Eclipse Plugin diff --git a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml index 312a0689..b929e5dc 100644 --- a/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml +++ b/plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml @@ -28,10 +28,10 @@ wget - https://goo.gl/TysXZl + https://goo.gl/pZZPXS true true - ${basedir}/gwt-2.8.1.zip + ${basedir}/gwt-2.8.2.zip ${basedir} diff --git a/pom.xml b/pom.xml index 82fda79a..e8fa47b6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ - 2.8.1 + 2.8.2 50000 From c3aa3bb9fd8528ac61c9380f40d985476c9e9a81 Mon Sep 17 00:00:00 2001 From: Brandon Donnelson Date: Wed, 21 Mar 2018 09:48:18 -0700 Subject: [PATCH 2/2] Update targets. --- eclipse/mars/gwt-eclipse-mars.target | 6 +++--- eclipse/mars/gwt-eclipse-mars.tpd | 2 +- eclipse/neon/gwt-eclipse-neon.target | 6 +++--- eclipse/neon/gwt-eclipse-neon.tpd | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eclipse/mars/gwt-eclipse-mars.target b/eclipse/mars/gwt-eclipse-mars.target index b81f1797..1123fdec 100644 --- a/eclipse/mars/gwt-eclipse-mars.target +++ b/eclipse/mars/gwt-eclipse-mars.target @@ -1,10 +1,10 @@ - + - + @@ -43,7 +43,7 @@ - + diff --git a/eclipse/mars/gwt-eclipse-mars.tpd b/eclipse/mars/gwt-eclipse-mars.tpd index 9e121e20..46021e16 100644 --- a/eclipse/mars/gwt-eclipse-mars.tpd +++ b/eclipse/mars/gwt-eclipse-mars.tpd @@ -56,7 +56,7 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2016022119215 } location "https://dl.google.com/eclipse/google-cloud-eclipse/stable/" { - com.google.cloud.tools.eclipse.suite.e45.feature.feature.group + com.google.cloud.tools.eclipse.suite.feature.feature.group } location "http://sdbg.github.io/p2/" { diff --git a/eclipse/neon/gwt-eclipse-neon.target b/eclipse/neon/gwt-eclipse-neon.target index 3fe7bf7c..9ec4e314 100644 --- a/eclipse/neon/gwt-eclipse-neon.target +++ b/eclipse/neon/gwt-eclipse-neon.target @@ -1,10 +1,10 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/eclipse/neon/gwt-eclipse-neon.tpd b/eclipse/neon/gwt-eclipse-neon.tpd index 972127df..31d6dab8 100644 --- a/eclipse/neon/gwt-eclipse-neon.tpd +++ b/eclipse/neon/gwt-eclipse-neon.tpd @@ -59,7 +59,7 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2016052021185 } location "https://dl.google.com/eclipse/google-cloud-eclipse/stable/" { - com.google.cloud.tools.eclipse.suite.e45.feature.feature.group + com.google.cloud.tools.eclipse.suite.feature.feature.group } location "http://sdbg.github.io/p2/" {