JAL-3130 adapted getdown src. attempt 2. first attempt failed due to cp'ed .git files
[jalview.git] / getdown / src / getdown / ant / pom.xml
diff --git a/getdown/src/getdown/ant/pom.xml b/getdown/src/getdown/ant/pom.xml
new file mode 100644 (file)
index 0000000..f8231aa
--- /dev/null
@@ -0,0 +1,28 @@
+<?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>
+  <parent>
+    <groupId>com.threerings.getdown</groupId>
+    <artifactId>getdown</artifactId>
+    <version>1.8.3-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>getdown-ant</artifactId>
+  <packaging>jar</packaging>
+  <name>Getdown Ant Task</name>
+  <description>An Ant task for building Getdown app distributions</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.threerings.getdown</groupId>
+      <artifactId>getdown-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.1</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>