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:40 +0000 (15:17 -0500)
commit85e091331484d860fc5f781e645341f37875b6ab
treec6bcefc41cb01ec6c721b47e9ecb03776d064bc3
parent0bc36e5dfad79b745fe45c4176b8474ab69cf758
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.024404 seconds and 4 git commands to generate.