From fb7e17b624169d97fc25ced3b853b13955be7644 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 5 Dec 2020 23:56:35 +0100 Subject: [PATCH] Add autogenerated ant build scripts --- .idea/ant.xml | 6 + build.properties | 3 + build.xml | 317 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 326 insertions(+) create mode 100644 .idea/ant.xml create mode 100644 build.properties create mode 100644 build.xml diff --git a/.idea/ant.xml b/.idea/ant.xml new file mode 100644 index 0000000..a2a4769 --- /dev/null +++ b/.idea/ant.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..5bee2c8 --- /dev/null +++ b/build.properties @@ -0,0 +1,3 @@ +path.variable.kotlin_bundled=/opt/idea-IC-203.5981.155/plugins/Kotlin/kotlinc +path.variable.maven_repository=/home/tonyg/.m2/repository +jdk.home.11=/usr/lib/jvm/java-11-openjdk-amd64 \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..96e547d --- /dev/null +++ b/build.xml @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file