From 2a64731e9dfc9b4ca2c03b8156da5de7e0c79436 Mon Sep 17 00:00:00 2001 From: Edward Jakubowski Date: Fri, 28 Feb 2014 12:00:50 -0500 Subject: [PATCH] added apache ant and ivy build files to download dependency libraries with ivy type: ant resolve to build the Synthuse project type: ant dist --- build.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ivy.xml | 7 ++++++ 2 files changed, 79 insertions(+) create mode 100644 build.xml create mode 100644 ivy.xml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..732ae6c --- /dev/null +++ b/build.xml @@ -0,0 +1,72 @@ + + Simple build file for Synthuse + + + + + + + + + + + + + + + + + + + + basedir: ${basedir} + VM: ${java.vm.name} + Username: ${user.name} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ivy.xml b/ivy.xml new file mode 100644 index 0000000..8b4138d --- /dev/null +++ b/ivy.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file