From 6099b6cd811fbd10b4e8d7e272aa457ef3bd8b9f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Aug 2012 02:22:13 +0200 Subject: fix detection of created ${build.dir}/jar/manifest.mf file, required for jocl.jar note to myself: we really should get rid of the NB skeleton! --- build.xml | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 1d458f2e..00f2254b 100644 --- a/build.xml +++ b/build.xml @@ -42,11 +42,29 @@ - - + + + + + + + + + + + + + + + + + + + + @@ -272,16 +290,6 @@ - - - - - - - - - - @@ -342,10 +350,9 @@ - + manifest="${build.dir.abs}/manifest.mf" /> @@ -358,7 +365,7 @@ android.abi="${android.abi}" androidmanifest.path="resources/android/AndroidManifest-jocl.xml" androidresources.path="resources/android/res-jocl" - jarmanifest.path="${rootrel.build}/manifest.mf" + jarmanifest.path="${build.dir.abs}/manifest.mf" version.code="${jocl_int_version}" version.name="${jocl.version.plus}" /> -- cgit v1.2.3