summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
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}"/>