File tree Expand file tree Collapse file tree 10 files changed +18
-17
lines changed
features/com.gwtplugins.eclipse.sdkbundle.gwt28.feature
com.gwtplugins.gwt.eclipse.core/src/com/google/gwt/eclipse/core/wizards
com.gwtplugins.gwt.eclipse.gss/src/com/gwtplugins/gwt/eclipse/gss
com.gwtplugins.gwt.eclipse.sdkbundle.gwt28 Expand file tree Collapse file tree 10 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ gwt-2.8.0/
1818gwt-2.8.0-beta1 /
1919gwt-2.8.0-rc3 /
2020gwt-2.8.1 /
21+ gwt-2.8.2 /
2122gwt-2.7.0.zip
2223gwt-2.8 * .zip
2324* .jar
Original file line number Diff line number Diff line change 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" />
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" >
Original file line number Diff line number Diff line change 1- featureName = GWT 2.8.1 SDK
1+ featureName = GWT 2.8.2 SDK
22providerName = GWT Eclipse Plugin
3- description = Downloads the GWT 2.8.1 SDK library
3+ description = Downloads the GWT 2.8.2 SDK library
44licenseURL = https://github.com/gwt-plugins/gwt-eclipse-plugin/blob/master/LICENSE.md
55
66# "license" property - text of the "Feature Update License"
Original file line number Diff line number Diff line change 4646public 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
Original file line number Diff line number Diff line change 2929 */
3030public 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}
Original file line number Diff line number Diff line change 1- sdkBundlePath =gwt-2.8.1
2- sdkType =GWT 2.8.1
1+ sdkBundlePath =gwt-2.8.2
2+ sdkType =GWT 2.8.2
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ output.. = bin/
22bin.includes = META-INF/,\
33 plugin.xml,\
44 SdkBundleRegistrant.properties,\
5- gwt-2.8.1 /
5+ gwt-2.8.2 /
66javacSource =1.7
77javacTarget =1.7
Original file line number Diff line number Diff line change 1- pluginName =GWT 2.8.1 SDK
1+ pluginName =GWT 2.8.2 SDK
22providerName =GWT Eclipse Plugin
33
44
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments