From c17f6a96b9adcdb2bf58700fa3a46c38a4ee8d51 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Thu, 13 Dec 2018 14:15:18 +0000 Subject: [PATCH] Restructured the directory tree and build file. --- LICENSE => LICENSES/LICENSE | 0 LICENSE.MIT.sample => LICENSES/LICENSE.MIT.sample | 0 build.xml | 7 ++++--- 3 files changed, 4 insertions(+), 3 deletions(-) rename LICENSE => LICENSES/LICENSE (100%) rename LICENSE.MIT.sample => LICENSES/LICENSE.MIT.sample (100%) diff --git a/LICENSE b/LICENSES/LICENSE similarity index 100% rename from LICENSE rename to LICENSES/LICENSE diff --git a/LICENSE.MIT.sample b/LICENSES/LICENSE.MIT.sample similarity index 100% rename from LICENSE.MIT.sample rename to LICENSES/LICENSE.MIT.sample diff --git a/build.xml b/build.xml index ac856e1..97b64b0 100644 --- a/build.xml +++ b/build.xml @@ -12,6 +12,7 @@ + @@ -19,15 +20,15 @@ - - + + - + -- 2.30.2