From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Sat, 2 Sep 2006 21:05:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: MYTHTV_EAR_NO_MSG_LINKING~69 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=891ccc1ea35ca5a6f9cccb86ab096eee9c60b1fc;p=utils --- diff --git a/gps/pom.xml b/gps/pom.xml new file mode 100644 index 00000000..c1617e62 --- /dev/null +++ b/gps/pom.xml @@ -0,0 +1,33 @@ +<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"> + + <parent> + <groupId>org.wamblee</groupId> + <artifactId>wamblee-crawler</artifactId> + <version>0.2-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.wamblee</groupId> + <artifactId>wamblee-gps</artifactId> + <packaging>jar</packaging> + <name>wamblee.org GPS utilities</name> + <url>http://wamblee.org</url> + <dependencies> + <dependency> + <groupId>org.wamblee</groupId> + <artifactId>wamblee-support</artifactId> + </dependency> + <dependency> + <groupId>jfreechart</groupId> + <artifactId>jfreechart</artifactId> + </dependency> + <dependency> + <groupId>jcommon</groupId> + <artifactId>jcommon</artifactId> + </dependency> + + </dependencies> + +</project>