Fix: Add versioning to liblttng-ust-agent JAR
authorChristian Babeux <christian.babeux@efficios.com>
Mon, 3 Nov 2014 20:12:26 +0000 (15:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Nov 2014 20:17:54 +0000 (15:17 -0500)
commit409cc2ea5eaa0b05f85c8d963cb602bacdd938e9
treea047974059bfda9a1b3fa65b6c8fed866f5cea83
parent8b06766661b604b88577fcc47c5471ac458fcd0c
Fix: Add versioning to liblttng-ust-agent JAR

The liblttng-ust-agent JAR need versioning. The manifest file contains the
appropriate information about the JAR, such as the current version.

A symlink is also created and installed in order to point to the latest
version of the JAR.

e.g: liblttng-ust-agent.jar -> liblttng-ust-agent-1.0.0.jar

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
liblttng-ust-java-agent/java/Makefile.am
liblttng-ust-java-agent/java/org/lttng/ust/agent/Manifest.txt [new file with mode: 0644]
This page took 0.024602 seconds and 4 git commands to generate.