From 7fb2cb5ba0b3c841b50ff094163c07a7097326ef Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 29 Mar 2013 08:43:10 +0100 Subject: Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc --- build.xml | 27 ++++++++++++--------------- manifest_template.mf | 1 + nbproject/project.properties | 4 ---- 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/build.xml b/build.xml index 0768736e..43b67826 100644 --- a/build.xml +++ b/build.xml @@ -16,12 +16,7 @@ - - - - - @@ -36,6 +31,11 @@ + + + + + @@ -47,18 +47,15 @@ - - - - - - - - + + + + + @@ -366,8 +363,8 @@ androidmanifest.path="resources/android/AndroidManifest-jocl.xml" androidresources.path="resources/android/res-jocl" jarmanifest.path="${build.dir.abs}/manifest.mf" - version.code="${jocl_int_version}" - version.name="${jocl.version.plus}" /> + version.code="${jogamp.version.int}" + version.name="${jogamp.version}" /> diff --git a/manifest_template.mf b/manifest_template.mf index 07166a67..9949b48d 100644 --- a/manifest_template.mf +++ b/manifest_template.mf @@ -3,6 +3,7 @@ Implementation-Title: Java Bindings for OpenCL Specification-Title: Java Bindings for OpenCL Implementation-URL: http://jocl.jogamp.org/ Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ Specification-Version: @SPEC_VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ diff --git a/nbproject/project.properties b/nbproject/project.properties index 7fe08410..1a6ce8a7 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -97,10 +97,6 @@ test.src.dir=test #no classpath for jarfile jar.classpath= -#the jocl version you are building -jocl_base_version=0.9 -jocl_int_version=0 - #force enable jdk7 features #enable.jdk7.features=true -- cgit v1.2.3