Fix: add common jar to lttng-ust-agent-all dependencies
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Apr 2016 02:24:39 +0000 (22:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Apr 2016 02:26:08 +0000 (22:26 -0400)
Ensures that applications still find the LTTngAgent class even if none
of JUL nor log4j agents are present.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt

index fadf548df3eaeb99967a96cac21e4099871a9ba2..e09c85ecdb92aa67f793a040240965b727a9162c 100644 (file)
@@ -5,4 +5,4 @@ Specification-Vendor: LTTng Project
 Implementation-Title: org.lttng.ust.agent.all
 Implementation-Version: 1.0.0
 Implementation-Vendor: LTTng Project
-Class-Path: lttng-ust-agent-jul.jar lttng-ust-agent-log4j.jar
+Class-Path: lttng-ust-agent-common.jar lttng-ust-agent-jul.jar lttng-ust-agent-log4j.jar
This page took 0.025855 seconds and 4 git commands to generate.