656ef55d4c3421af0d9608016aa39793937e253f
configuration/install-gwt-from-fork-releases
| ... | ... | @@ -11,6 +11,7 @@ GWT="`mktemp -t -d gwt.XXXXX`" |
| 11 | 11 | cd "${GWT}" |
| 12 | 12 | echo "GWT directory: ${GWT}" |
| 13 | 13 | curl -L "${GWT_REPO_URL}/releases/download/gwt-${GWT_VERSION}/gwt-${GWT_VERSION}.zip" -o "gwt-${GWT_VERSION}.zip" |
| 14 | +echo "The strange = thing: ${GWT_MAVEN_PLUG_REPO_URL=}" |
|
| 14 | 15 | curl -L "${GWT_MAVEN_PLUG_REPO_URL=}/releases/download/gwt-${GWT_VERSION}/gwt-maven-plugin-${GWT_VERSION}.jar" -o "gwt-maven-plugin-${GWT_VERSION}.jar" |
| 15 | 16 | curl -L "${GWT_MAVEN_PLUG_REPO_URL=}/releases/download/gwt-${GWT_VERSION}/gwt-maven-plugin-${GWT_VERSION}.pom" -o "gwt-maven-plugin-${GWT_VERSION}.pom" |
| 16 | 17 | unzip gwt-${GWT_VERSION}.zip |
| ... | ... | @@ -27,4 +28,4 @@ mvn --batch-mode install:install-file -Dpackaging=pom -Dfile="${SAILING_GIT_ROOT |
| 27 | 28 | # gwt-maven-plugin: |
| 28 | 29 | cd .. |
| 29 | 30 | mvn --batch-mode install:install-file -Dfile="gwt-maven-plugin-${GWT_VERSION}.jar" -DpomFile="gwt-maven-plugin-${GWT_VERSION}.pom" |
| 30 | -rm -rf "${GWT}" |
|
| 31 | +#rm -rf "${GWT}" |
java/pom.xml
| ... | ... | @@ -38,10 +38,10 @@ |
| 38 | 38 | --> |
| 39 | 39 | <tycho-version>4.0.12</tycho-version> |
| 40 | 40 | <toolchains-version>3.2.0</toolchains-version> |
| 41 | - <gwt.version>2.11.1</gwt.version> |
|
| 41 | + <gwt.version>2.12.2</gwt.version> |
|
| 42 | 42 | <!-- gwt-maven-plugin is typically in sync with the GWT version. But sometimes versions need extra time after a new GWT release. --> |
| 43 | - <gwt.plugin.version>2.11.1</gwt.plugin.version> |
|
| 44 | - <gwt.minVersion>2.11.1</gwt.minVersion> |
|
| 43 | + <gwt.plugin.version>2.12.2</gwt.plugin.version> |
|
| 44 | + <gwt.minVersion>2.12.2</gwt.minVersion> |
|
| 45 | 45 | <gwt.workers>2</gwt.workers> |
| 46 | 46 | <p2-target>race-analysis-p2-remote</p2-target><!--can be overidden through p2-target.local profile --> |
| 47 | 47 | <!-- QUESTION: Which properties or settings are system dependent and differ across different machines/environments? QUESTION: |