Skip to content

Commit d2478f8

Browse files
Merge pull request gwt-plugins#376 from gwt-plugins/brandon-update
Set GWT 2.8.2 as default.
2 parents 212e9fb + c3aa3bb commit d2478f8

File tree

13 files changed

+24
-23
lines changed

13 files changed

+24
-23
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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="1521650710">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
7-
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
7+
<unit id="org.eclipse.license.feature.group" version="2.0.0.v20180130-0820"/>
88
<repository location="http://download.eclipse.org/cbi/updates/license"/>
99
</location>
1010
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
@@ -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.feature.feature.group" version="1.6.0.201803071812"/>
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">

eclipse/mars/gwt-eclipse-mars.tpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2016022119215
5656
}
5757

5858
location "https://dl.google.com/eclipse/google-cloud-eclipse/stable/" {
59-
com.google.cloud.tools.eclipse.suite.e45.feature.feature.group
59+
com.google.cloud.tools.eclipse.suite.feature.feature.group
6060
}
6161

6262
location "http://sdbg.github.io/p2/" {

eclipse/neon/gwt-eclipse-neon.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 Neon" sequenceNumber="1507911751">
4+
<target name="GWT Eclipse Plugin Neon" sequenceNumber="1521650840">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
7-
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
7+
<unit id="org.eclipse.license.feature.group" version="2.0.0.v20180130-0820"/>
88
<repository location="http://download.eclipse.org/cbi/updates/license"/>
99
</location>
1010
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
@@ -45,7 +45,7 @@
4545
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/"/>
4646
</location>
4747
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
48-
<unit id="com.google.cloud.tools.eclipse.suite.e45.feature.feature.group" version="1.3.1.201709121426"/>
48+
<unit id="com.google.cloud.tools.eclipse.suite.feature.feature.group" version="1.6.0.201803071812"/>
4949
<repository location="https://dl.google.com/eclipse/google-cloud-eclipse/stable/"/>
5050
</location>
5151
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">

eclipse/neon/gwt-eclipse-neon.tpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ location "http://download.eclipse.org/tools/orbit/downloads/drops/R2016052021185
5959
}
6060

6161
location "https://dl.google.com/eclipse/google-cloud-eclipse/stable/" {
62-
com.google.cloud.tools.eclipse.suite.e45.feature.feature.group
62+
com.google.cloud.tools.eclipse.suite.feature.feature.group
6363
}
6464

6565
location "http://sdbg.github.io/p2/" {

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

0 commit comments

Comments
 (0)