From 34e1db48db9eea73cc346e08ce32855353df8430 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Tue, 8 Nov 2011 01:39:47 +0000 Subject: [PATCH] Thrift-184: Add OSGi Manifest headers to the libthrift java library to be able to use Thrift in the OSGi runtime Client: java Patch: Jake Farrell Updated manifest to add OSGI support. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1199047 13f79535-47bb-0310-9956-ffa450edef68 --- lib/java/build.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/java/build.xml b/lib/java/build.xml index 80025848..c0c2374e 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -116,6 +116,14 @@ + + + + + + + + -- 2.17.1