From 4678933a672ced8f2a9b9bb7b3737dbce0bbd676 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 2 Apr 2013 20:23:18 -0700 Subject: Added common build and tomcat ant files. --- ant/build-common.xml | 96 ++++++++++++++++++++++++++++++++++++++++++++ ant/tomcat-common.xml | 90 +++++++++++++++++++++++++++++++++++++++++ scripts/create-properties.sh | 13 ++++++ 3 files changed, 199 insertions(+) create mode 100644 ant/build-common.xml create mode 100644 ant/tomcat-common.xml create mode 100755 scripts/create-properties.sh diff --git a/ant/build-common.xml b/ant/build-common.xml new file mode 100644 index 0000000..cb8ac05 --- /dev/null +++ b/ant/build-common.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ant/tomcat-common.xml b/ant/tomcat-common.xml new file mode 100644 index 0000000..d349943 --- /dev/null +++ b/ant/tomcat-common.xml @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/create-properties.sh b/scripts/create-properties.sh new file mode 100755 index 0000000..777bb3b --- /dev/null +++ b/scripts/create-properties.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# This file creates the properties file for jesterpm-build-tools + +pushd `dirname $0` > /dev/null +cd .. +BUILDTOOLSDIR=`pwd` +popd > /dev/null + +cat > $HOME/.jesterpm-build-tools.properties << EOF +jesterpm.buildtools.root=${BUILDTOOLSDIR} +EOF + -- cgit v1.2.3