JAL-3224 New version of getdown which will cope with unpacking .tgz resources, specif...
[jalview.git] / getdown / src / getdown / core / target / antrun / build-main.xml
diff --git a/getdown/src/getdown/core/target/antrun/build-main.xml b/getdown/src/getdown/core/target/antrun/build-main.xml
deleted file mode 100644 (file)
index 6fe3710..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<project name="maven-antrun-" default="main"  >
-<target name="main">
-  <tstamp>
-    <format property="getdown.build.time" pattern="yyyy-MM-dd HH:mm"/>
-  </tstamp>
-  <copy file="/Users/bsoares/git/getdown2/getdown/core/src/main/java/com/threerings/getdown/data/Build.java.tmpl" tofile="/Users/bsoares/git/getdown2/getdown/core/src/main/java/com/threerings/getdown/data/Build.java" overwrite="true">
-    <filterset>
-      <filter value="${getdown.build.time}" token="build_time"/>
-      <filter value="1.8.3-SNAPSHOT" token="build_version"/>
-      <filter value="" token="host_whitelist"/>
-    </filterset>
-  </copy>
-</target>
-</project>
\ No newline at end of file