aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-11-18 02:50:04 +0100
committerMichael Bien <[email protected]>2010-11-18 02:50:04 +0100
commit0e7aa3b2d14153e024cd3462ca7179d579a3c99a (patch)
tree055c74eeb94d89a2483394366f2bdf1e3f546bc1 /build.xml
parent5fa0a7027a4edcad76f182b344ababfb29a58a8e (diff)
added JOCLVersion utility and integrated in CLPlatform.
added spec version to manifest, updated CLInfo.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index bf758e7d..6b6b3311 100644
--- a/build.xml
+++ b/build.xml
@@ -89,7 +89,7 @@
<target name="-pre-jar">
- <property name="jocl.build.number" value="CUSTOM" />
+ <property name="jocl.build.number" value="manual" />
<property name="jocl.scm.branch" value="unknown" />
<property name="jocl.scm.commit" value="unknown" />
@@ -101,6 +101,7 @@
<copy file="${basedir}/manifest_template.mf" tofile="${rootrel.build}/manifest.mf">
<filterset>
+ <filter token="SPEC_VERSION" value="${jocl_base_version}"/>
<filter token="VERSION" value="${jocl.version}"/>
<filter token="SCM_BRANCH" value="${jocl.scm.branch}"/>
<filter token="SCM_COMMIT" value="${jocl.scm.commit}"/>