From: Mathieu Desnoyers Date: Tue, 12 Apr 2016 02:24:39 +0000 (-0400) Subject: Fix: add common jar to lttng-ust-agent-all dependencies X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=64ec15a9a258a16b5de4d1b5d4b06505c5babfe4;p=deliverable%2Flttng-ust.git Fix: add common jar to lttng-ust-agent-all dependencies Ensures that applications still find the LTTngAgent class even if none of JUL nor log4j agents are present. Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt b/liblttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt index fadf548d..e09c85ec 100644 --- a/liblttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt +++ b/liblttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt @@ -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