summaryrefslogtreecommitdiff
path: root/strata/zookeeper
diff options
context:
space:
mode:
authorJim MacArthur <jim.macarthur@codethink.co.uk>2015-06-11 11:23:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-06-12 10:39:51 +0000
commitbfc5c311c068759808ee2f188ec0ca90a349d753 (patch)
treef75c45815d87d6a110df4c148853f55d96fca2cd /strata/zookeeper
parentfbe3d1e8d5bc0844070b5cfb74e870eb45920cf7 (diff)
downloaddefinitions-bfc5c311c068759808ee2f188ec0ca90a349d753.tar.gz
Move java-ant from zookeeper stratum to java
Change-Id: Ia235fa69851d138a93ac02023af05ee21bec3324
Diffstat (limited to 'strata/zookeeper')
-rw-r--r--strata/zookeeper/java-ant.morph8
1 files changed, 0 insertions, 8 deletions
diff --git a/strata/zookeeper/java-ant.morph b/strata/zookeeper/java-ant.morph
deleted file mode 100644
index 37d402b0..00000000
--- a/strata/zookeeper/java-ant.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: ant
-kind: chunk
-build-commands:
-- |
- export JAVA_HOME=/usr/lib/jdk1.8.0_20
- sh build.sh -Ddist.dir="$DESTDIR/usr/lib/ant" dist
-- mkdir -p "${DESTDIR}${PREFIX}/bin"
-- ln -sf "${PREFIX}/lib/ant/bin/ant" "${DESTDIR}${PREFIX}/bin/ant"