Skip to content

Commit afa737f

Browse files
committed
Set GWT 2.8.2 as default.
1 parent 67e27aa commit afa737f

File tree

10 files changed

+18
-17
lines changed

10 files changed

+18
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ gwt-2.8.0/
1818
gwt-2.8.0-beta1/
1919
gwt-2.8.0-rc3/
2020
gwt-2.8.1/
21+
gwt-2.8.2/
2122
gwt-2.7.0.zip
2223
gwt-2.8*.zip
2324
*.jar

eclipse/mars/gwt-eclipse-mars.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
4-
<target name="GWT Eclipse Plugin Mars" sequenceNumber="1507910989">
4+
<target name="GWT Eclipse Plugin Mars" sequenceNumber="1508522003">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
77
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
@@ -43,7 +43,7 @@
4343
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
4444
</location>
4545
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
46-
<unit id="com.google.cloud.tools.eclipse.suite.e45.feature.feature.group" version="1.3.1.201709121426"/>
46+
<unit id="com.google.cloud.tools.eclipse.suite.e45.feature.feature.group" version="1.4.0.201710181251"/>
4747
<repository location="https://dl.google.com/eclipse/google-cloud-eclipse/stable/"/>
4848
</location>
4949
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">

features/com.gwtplugins.eclipse.sdkbundle.gwt28.feature/feature.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
featureName = GWT 2.8.1 SDK
1+
featureName = GWT 2.8.2 SDK
22
providerName = GWT Eclipse Plugin
3-
description = Downloads the GWT 2.8.1 SDK library
3+
description = Downloads the GWT 2.8.2 SDK library
44
licenseURL = https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/master/LICENSE.md
55

66
# "license" property - text of the "Feature Update License"

plugins/com.gwtplugins.gwt.eclipse.core/src/com/google/gwt/eclipse/core/wizards/NewModuleWizard.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
public class NewModuleWizard extends AbstractNewFileWizard {
4747

4848
private static final String NO_VERSION_FOUND_DTD =
49-
"<!DOCTYPE module PUBLIC \"-//Google Inc.//DTD GWT//EN\" \"http://gwtproject.org/doctype/2.8.1/gwt-module.dtd\">";
49+
"<!DOCTYPE module PUBLIC \"-//Google Inc.//DTD GWT//EN\" \"http://gwtproject.org/doctype/2.8.0/gwt-module.dtd\">";
5050
private NewModuleWizardPage newModuleWizardPage;
5151

5252
@Override

plugins/com.gwtplugins.gwt.eclipse.gss/src/com/gwtplugins/gwt/eclipse/gss/GssResourceTextEditor.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
*/
3030
public class GssResourceTextEditor extends StructuredTextEditor {
3131

32-
@Override
33-
protected void doSetInput(IEditorInput input) throws CoreException {
34-
super.doSetInput(input);
32+
@Override
33+
protected void doSetInput(IEditorInput input) throws CoreException {
34+
super.doSetInput(input);
3535

36-
setSourceViewerConfiguration(new GssResourceSourceViewerConfiguration());
37-
}
36+
setSourceViewerConfiguration(new GssResourceSourceViewerConfiguration());
37+
}
3838

3939
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sdkBundlePath=gwt-2.8.1
2-
sdkType=GWT 2.8.1
1+
sdkBundlePath=gwt-2.8.2
2+
sdkType=GWT 2.8.2

plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ output.. = bin/
22
bin.includes = META-INF/,\
33
plugin.xml,\
44
SdkBundleRegistrant.properties,\
5-
gwt-2.8.1/
5+
gwt-2.8.2/
66
javacSource=1.7
77
javacTarget=1.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginName=GWT 2.8.1 SDK
1+
pluginName=GWT 2.8.2 SDK
22
providerName=GWT Eclipse Plugin
33

44

plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
<goal>wget</goal>
2929
</goals>
3030
<configuration>
31-
<url>https://goo.gl/TysXZl</url>
31+
<url>https://goo.gl/pZZPXS</url>
3232
<unpack>true</unpack>
3333
<overwrite>true</overwrite>
34-
<outputFileName>${basedir}/gwt-2.8.1.zip</outputFileName>
34+
<outputFileName>${basedir}/gwt-2.8.2.zip</outputFileName>
3535
<outputDirectory>${basedir}</outputDirectory>
3636
</configuration>
3737
</execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<os-jvm-flags />
2727

2828
<!-- Used In: GwtRuntimeTestUtilities.java TODO remove? -->
29-
<gwt.version>2.8.1</gwt.version>
29+
<gwt.version>2.8.2</gwt.version>
3030

3131
<!-- SwtBot Timeout -->
3232
<org.eclipse.swtbot.search.timeout>50000</org.eclipse.swtbot.search.timeout>

0 commit comments

Comments
 (0)