* Build: Put Implementation-Version in manifests

This commit is contained in:
zzz
2012-01-15 16:36:17 +00:00
parent 9e068b3926
commit 7213ff0c76
14 changed files with 24 additions and 5 deletions

View File

@ -72,6 +72,7 @@
<property name="workspace.changes.tr" value="" />
<jar destfile="./build/router.jar" basedir="./build/obj" includes="**/*.class" >
<manifest>
<attribute name="Implementation-Version" value="${full.version}" />
<attribute name="Build-Date" value="${build.timestamp}" />
<attribute name="Base-Revision" value="${workspace.version}" />
<attribute name="Workspace-Changes" value="${workspace.changes.tr}" />