Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions eclipse/mars/gwt-eclipse-mars.target
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="GWT Eclipse Plugin Mars" sequenceNumber="1507910989">
<target name="GWT Eclipse Plugin Mars" sequenceNumber="1521650710">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
<unit id="org.eclipse.license.feature.group" version="2.0.0.v20180130-0820"/>
<repository location="http://download.eclipse.org/cbi/updates/license"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
Expand Down Expand Up @@ -43,7 +43,7 @@
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="com.google.cloud.tools.eclipse.suite.e45.feature.feature.group" version="1.3.1.201709121426"/>
<unit id="com.google.cloud.tools.eclipse.suite.feature.feature.group" version="1.6.0.201803071812"/>
<repository location="https://dl.google.com/eclipse/google-cloud-eclipse/stable/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
Expand Down
2 changes: 1 addition & 1 deletion eclipse/mars/gwt-eclipse-mars.tpd
Original file line number Diff line number Diff line change
Expand Up @@ -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/" {
Expand Down
6 changes: 3 additions & 3 deletions eclipse/neon/gwt-eclipse-neon.target
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="GWT Eclipse Plugin Neon" sequenceNumber="1507911751">
<target name="GWT Eclipse Plugin Neon" sequenceNumber="1521650840">
<locations>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
<unit id="org.eclipse.license.feature.group" version="2.0.0.v20180130-0820"/>
<repository location="http://download.eclipse.org/cbi/updates/license"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
Expand Down Expand Up @@ -45,7 +45,7 @@
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
<unit id="com.google.cloud.tools.eclipse.suite.e45.feature.feature.group" version="1.3.1.201709121426"/>
<unit id="com.google.cloud.tools.eclipse.suite.feature.feature.group" version="1.6.0.201803071812"/>
<repository location="https://dl.google.com/eclipse/google-cloud-eclipse/stable/"/>
</location>
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
Expand Down
2 changes: 1 addition & 1 deletion eclipse/neon/gwt-eclipse-neon.tpd
Original file line number Diff line number Diff line change
Expand Up @@ -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/" {
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class NewModuleWizard extends AbstractNewFileWizard {

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

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sdkBundlePath=gwt-2.8.1
sdkType=GWT 2.8.1
sdkBundlePath=gwt-2.8.2
sdkType=GWT 2.8.2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginName=GWT 2.8.1 SDK
pluginName=GWT 2.8.2 SDK
providerName=GWT Eclipse Plugin


4 changes: 2 additions & 2 deletions plugins/com.gwtplugins.gwt.eclipse.sdkbundle.gwt28/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://goo.gl/TysXZl</url>
<url>https://goo.gl/pZZPXS</url>
<unpack>true</unpack>
<overwrite>true</overwrite>
<outputFileName>gwt-2.8.1.zip</outputFileName>
<outputFileName>gwt-2.8.2.zip</outputFileName>
<outputDirectory>${basedir}</outputDirectory>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<os-jvm-flags />

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

<!-- SwtBot Timeout -->
<org.eclipse.swtbot.search.timeout>50000</org.eclipse.swtbot.search.timeout>
Expand Down