[PATCH 2 of 2] Add comment on how to obtain smartgwt

Wald Commits scm-commit at wald.intevation.org
Fri Aug 15 11:43:32 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1407774861 -7200
# Node ID b834caf0a4f0e6a0ad1c1f3e4ce722c35c0fcbf4
# Parent  2fcbcc9bb59a6f7248921c699dbbe930cbc883fa
Add comment on how to obtain smartgwt

diff -r 2fcbcc9bb59a -r b834caf0a4f0 gwt-client/pom.xml
--- a/gwt-client/pom.xml	Mon Aug 11 18:33:50 2014 +0200
+++ b/gwt-client/pom.xml	Mon Aug 11 18:34:21 2014 +0200
@@ -37,6 +37,15 @@
       <artifactId>smartgwt</artifactId>
       <version>2.5</version>
     </dependency-->
+
+<!-- The following probably does not work. In that case
+     take a look at http://www.smartclient.com/builds/SmartGWT/
+     select a recent version and install it manually to fullfill
+     the smartgwt dependency:
+
+     mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT \
+     -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-08-11
+-->
     <dependency>
       <groupId>com.isomorphic.smartgwt.lgpl</groupId>
       <artifactId>smartgwt-lgpl</artifactId>


More information about the Dive4Elements-commits mailing list