From c023d90e3ba48f6d77b27719aab5bc58c926f7db Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Fri, 20 May 2011 19:04:13 +0000 Subject: [PATCH] Thrift-1174: Publish as3 client implementation via Maven for use by flex-mojos users Client: as3 Adds the ability to publish the as3 client to maven central repo along side the java and fb303 libs. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1125511 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/fb303/java/build.xml | 9 +- lib/as3/build.xml | 162 +++++++++++++++++++++++++++++------ lib/java/build.xml | 13 +-- 3 files changed, 149 insertions(+), 35 deletions(-) diff --git a/contrib/fb303/java/build.xml b/contrib/fb303/java/build.xml index 62699a43..c96e4beb 100755 --- a/contrib/fb303/java/build.xml +++ b/contrib/fb303/java/build.xml @@ -100,7 +100,7 @@ - + @@ -169,12 +169,13 @@ + - + @@ -186,7 +187,7 @@ - - + + diff --git a/lib/as3/build.xml b/lib/as3/build.xml index 1b7a544e..aa523f02 100644 --- a/lib/as3/build.xml +++ b/lib/as3/build.xml @@ -7,60 +7,172 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - + + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> - + --> + + + + + + + + + + + + + + + + + + - Thrift Build File + - + + - - + + - - + + - + + + + - + + + + + + + + - - + + - + + refid="as.src.files" + > - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/java/build.xml b/lib/java/build.xml index e7bf639f..7ad5a49d 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -229,7 +229,7 @@ - + @@ -321,12 +321,13 @@ + - + @@ -338,9 +339,9 @@ - - - - + + + + -- 2.17.1