Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Using Common Framework with GWT

Ari Kamen edited this page Sep 2, 2015 · 5 revisions

You can use anything in any package under soleng.framework.core from GWT clients if you do the following: Edit pom.xml. In addition to the normal common-framework , you also need a second common-framework dependency that specifies sources. For example: com.blackducksoftware.soleng common-framework 1.5.0

com.blackducksoftware.soleng common-framework 1.5.0 sources Edit your .gwt.xml file and add:

Clone this wiki locally