From 302599570c04bae0d96e3b20981fab1ffcaf61ae Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 3 Apr 2019 22:08:55 +0200 Subject: Bug 1369: SCC: Clarify & fix build dependencies in build.xml Clean 'base.compile' order w/ matching build -> package tuples, having gluegen.build.shasum after the last actual build and before packaging. - init, - android-launcher.build, - gluegen.build.java, - gluegen.build.native, - gluegen.build.shasum, - gluegen.package.java, - gluegen.package.native, - android-launcher.package Further properly utilize a 'gluegen.package.*.done' property, corresponding with the 'gluegen.build.skip.*' property. Drop 'build.javaonly' gluegen.build.native exclusion --- make/build.xml | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index 5df5446..2fbb3f9 100644 --- a/make/build.xml +++ b/make/build.xml @@ -413,7 +413,7 @@ - +