Mercurial > dive4elements > river
changeset 8245:bb00ee1556b9
Patch build from given date not available anymore.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 14:53:12 +0200 |
parents | 0a03c1921cfe |
children | aef7542dd3ca |
files | contrib/make_flys_release/make_release.sh |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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