/pom.xml
XML | 28 lines | 27 code | 1 blank | 0 comment | 0 complexity | 81f880c3a10b4e3580be19bcd2f2e942 MD5 | raw file
Possible License(s): Apache-2.0
1<?xml version="1.0" encoding="UTF-8"?> 2<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"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>eu.future-earth.gwt</groupId> 5 <version>2.0</version> 6 <artifactId>ftr-gwt-library</artifactId> 7 <name>Parent Pom for Gwt</name> 8 <packaging>pom</packaging> 9 <licenses> 10 <license> 11 <name>The Apache Software License, Version 2.0</name> 12 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 13 <distribution>repo</distribution> 14 </license> 15 </licenses> 16 <scm> 17 <url>http://ftr-gwt-library.googlecode.com/svn/trunk/</url> 18 </scm> 19 <modules> 20 <module>ftr-gwt-charts</module> 21 <module>ftr-gwt-tags</module> 22 <module>ftr-gwt-calendar-emulation</module> 23 <module>ftr-gwt-ui</module> 24 <module>ftr-gwt-calendar-ui</module> 25 <module>ftr-gwt-slider</module> 26 </modules> 27 28</project>