[PATCH] Patch build from given date not available anymore

Wald Commits scm-commit at wald.intevation.org
Tue Sep 9 14:53:25 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1410267192 -7200
# Node ID bb00ee1556b97a4f123836e3faa7bae4267fdf3e
# Parent  0a03c1921cfed3157bf174784a083bce618186d8
Patch build from given date not available anymore.

diff -r 0a03c1921cfe -r bb00ee1556b9 contrib/make_flys_release/make_release.sh
--- a/contrib/make_flys_release/make_release.sh	Tue Sep 09 13:49:28 2014 +0200
+++ b/contrib/make_flys_release/make_release.sh	Tue Sep 09 14:53:12 2014 +0200
@@ -272,7 +272,8 @@
 cp -r $FLYS_SOURCE_DIR/OpenLayers-2.11 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/
 
 echo "INFO: Downloading smartGWT"
-mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-06-17 -Dworkdir=$WORK_DIR
+mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=LGPL \
+    -DbuildNumber=4.1p -DbuildDate=2014-09-08 -Dworkdir=$WORK_DIR
 
 echo "INFO: compile and build sources"
 mvn -f $FLYS_SOURCE_DIR/framework/pom.xml clean compile package install


More information about the Dive4Elements-commits mailing list