From 680114defb1ce478a0adf98606d427cea76fcff5 Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Tue, 19 Apr 2011 21:15:17 +0000 Subject: [PATCH] Thrift-1109: Deploy fb303 along side libthrift to maven repo patch: jfarrell client: contrib fb303 java depends on: Thrift-363 Adding the ability to publish the fb303 java library as an artifact alongside libthrift to the apache maven repository. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1095218 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/fb303/java/build.xml | 188 ++++++++++++++---- .../fb303/java/{ => src}/FacebookBase.java | 0 2 files changed, 146 insertions(+), 42 deletions(-) rename contrib/fb303/java/{ => src}/FacebookBase.java (100%) diff --git a/contrib/fb303/java/build.xml b/contrib/fb303/java/build.xml index 48e74709..62699a43 100755 --- a/contrib/fb303/java/build.xml +++ b/contrib/fb303/java/build.xml @@ -1,3 +1,4 @@ + - + --> + - - - - + + + + + + - - - + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + - - - - generating thrift fb303 files - - + + + + - - - - - - - Building libfb303.jar .... - + + + - - - + + + - - + + + - + - - + + + - Cleaning old stuff .... - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/fb303/java/FacebookBase.java b/contrib/fb303/java/src/FacebookBase.java similarity index 100% rename from contrib/fb303/java/FacebookBase.java rename to contrib/fb303/java/src/FacebookBase.java -- 2.17.1