From 22473c01aed4ee14633d269202a0451de8039ad3 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. --- 6.x/{ => LICENSES}/LICENSE | 0 6.x/{ => LICENSES}/LICENSE.MIT.sample | 0 6.x/build.xml | 7 ++++--- 3 files changed, 4 insertions(+), 3 deletions(-) rename 6.x/{ => LICENSES}/LICENSE (100%) rename 6.x/{ => LICENSES}/LICENSE.MIT.sample (100%) diff --git a/6.x/LICENSE b/6.x/LICENSES/LICENSE similarity index 100% rename from 6.x/LICENSE rename to 6.x/LICENSES/LICENSE diff --git a/6.x/LICENSE.MIT.sample b/6.x/LICENSES/LICENSE.MIT.sample similarity index 100% rename from 6.x/LICENSE.MIT.sample rename to 6.x/LICENSES/LICENSE.MIT.sample diff --git a/6.x/build.xml b/6.x/build.xml index ac856e1..97b64b0 100644 --- a/6.x/build.xml +++ b/6.x/build.xml @@ -12,6 +12,7 @@ + @@ -19,15 +20,15 @@ - - + + - + -- 2.30.2