Split Java agent library in 3 separate jars
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 30 Jun 2015 00:13:50 +0000 (20:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Jul 2015 15:10:16 +0000 (11:10 -0400)
Instead of having one .jar whose content is dependent on the
configure flags used for the build, we can produce 3 separate
jars whose contents will always be the same:

lttng-ust-agent-common
lttng-ust-agent-jul
lttng-ust-agent-log4j

The configure flag will now determine if the jul/log4j packages
are built or not.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.026756 seconds and 5 git commands to generate.