From 4d2a5ec1a9b9d9eedc092153ef64d8c204edc527 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sun, 24 Aug 2014 22:37:47 +0200 Subject: Add files necessary to build on CI --- showcaseview/ant.properties | 1 + showcaseview/build.xml | 92 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 showcaseview/ant.properties create mode 100644 showcaseview/build.xml (limited to 'showcaseview') diff --git a/showcaseview/ant.properties b/showcaseview/ant.properties new file mode 100644 index 0000000..16be9ad --- /dev/null +++ b/showcaseview/ant.properties @@ -0,0 +1 @@ +source.dir = java diff --git a/showcaseview/build.xml b/showcaseview/build.xml new file mode 100644 index 0000000..dbb2595 --- /dev/null +++ b/showcaseview/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1