Mercurial > dive4elements > river
comparison flys-client/pom.xml @ 262:44a340c9becc
Added stub for meta data service.
flys-client/trunk@1881 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 10 May 2011 13:44:57 +0000 |
parents | 7017ed659ee6 |
children | 84d3c5fde5bb |
comparison
equal
deleted
inserted
replaced
261:f3ea644800c4 | 262:44a340c9becc |
---|---|
9 <packaging>war</packaging> | 9 <packaging>war</packaging> |
10 <version>1.0-SNAPSHOT</version> | 10 <version>1.0-SNAPSHOT</version> |
11 <name>de.intevation.flys.client.FLYS</name> | 11 <name>de.intevation.flys.client.FLYS</name> |
12 | 12 |
13 <properties> | 13 <properties> |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
14 <!-- Convenience property to set the GWT version --> | 15 <!-- Convenience property to set the GWT version --> |
15 <gwtVersion>2.1.1</gwtVersion> | 16 <gwtVersion>2.1.1</gwtVersion> |
16 <!-- GWT needs at least java 1.5 --> | 17 <!-- GWT needs at least java 1.5 --> |
17 <maven.compiler.source>1.5</maven.compiler.source> | 18 <maven.compiler.source>1.5</maven.compiler.source> |
18 <maven.compiler.target>1.5</maven.compiler.target> | 19 <maven.compiler.target>1.5</maven.compiler.target> |