From 9e60aa63df882319bca2c7d772ba71fcb0878a3a Mon Sep 17 00:00:00 2001 From: Daniel Jettka Date: Wed, 29 Jul 2026 11:04:17 +0200 Subject: [PATCH] update build process --- build.properties | 6 ------ build.xml | 25 +++++++++++++++++++------ 2 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 build.properties diff --git a/build.properties b/build.properties deleted file mode 100644 index a10bb8f..0000000 --- a/build.properties +++ /dev/null @@ -1,6 +0,0 @@ -# -# Don't directly modify this file. -# Instead, copy it to local.build.properties and edit that. -# -project.app=EditionExample -dist.dir=dist \ No newline at end of file diff --git a/build.xml b/build.xml index 968f0db..631eaa6 100755 --- a/build.xml +++ b/build.xml @@ -1,16 +1,29 @@ - - + - + + + + + + + + + + + - - - + + + + + + + \ No newline at end of file