/pom.xml
http://ftr-gwt-library.googlecode.com/ · XML · 28 lines · 27 code · 1 blank · 0 comment · 0 complexity · 81f880c3a10b4e3580be19bcd2f2e942 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>eu.future-earth.gwt</groupId>
- <version>2.0</version>
- <artifactId>ftr-gwt-library</artifactId>
- <name>Parent Pom for Gwt</name>
- <packaging>pom</packaging>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <scm>
- <url>http://ftr-gwt-library.googlecode.com/svn/trunk/</url>
- </scm>
- <modules>
- <module>ftr-gwt-charts</module>
- <module>ftr-gwt-tags</module>
- <module>ftr-gwt-calendar-emulation</module>
- <module>ftr-gwt-ui</module>
- <module>ftr-gwt-calendar-ui</module>
- <module>ftr-gwt-slider</module>
- </modules>
-
- </project>