Mercurial > hg > STI-GWT
comparison README @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Tue, 17 Jul 2012 13:34:40 +0000 |
parents | |
children | 517a6422d1bd |
comparison
equal
deleted
inserted
replaced
2:2897af43ccc6 | 3:cf06b77a8bbd |
---|---|
1 Europeana.4D GWT Implementation | |
2 | |
3 *Building* | |
4 To build the GWT based implementation just run ant in the root folder (the directory where this file lives in). | |
5 | |
6 $ ant | |
7 | |
8 To clean up afterwards (for example after a "svn up") run: | |
9 | |
10 $ ant clean | |
11 | |
12 To build a deployable WAR File just run: | |
13 | |
14 $ ant war | |
15 | |
16 |