bug6128: installed the 2.11.1 GWT JARs

This commit is contained in:
Axel Uhl
2025-05-23 11:56:31 +02:00
parent b36d7787df
commit b0c5c44271
5 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,12 +9,12 @@ GWT_ROOT="${GWT}/trunk"
cd "${GWT}"
echo "GWT directory: ${GWT}"
# Use the following two lines for the new gwt-2.10-api-checker stuff
git clone https://github.com/axeluhl/gwt.git -b issue-7987-compatibility-with-issue-9584 trunk
git clone https://github.com/SAP/gwt-forward-serialization-rpc.git -b issue-7987-compatibility-with-issue-9584 trunk
git clone https://github.com/Vertispan/tools.git -b gwt-2.10-api-checker
# Or alternatively:
#git clone https://github.com/axeluhl/gwt.git -b issue-7987-compatibility trunk
#git clone https://github.com/gwtproject/tools.git
git clone https://github.com/axeluhl/gwt-maven-plugin.git -b ${GWT_VERSION}
git clone https://github.com/SAP/gwt-maven-plugin-forward-serialization-rpc.git -b ${GWT_VERSION} gwt-maven-plugin
cd ${GWT_ROOT}
ant clean dist-dev -Dgwt.version=${GWT_VERSION}
cp build/dist/gwt-${GWT_VERSION}.zip ${GWT}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.