You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2013/06/05 05:23:29 UTC

git commit: Thrift-1951:libthrift.jar has source files in it Client: java Patch: Jake Farrell

Updated Branches:
  refs/heads/master 37e655c71 -> 89be18365


Thrift-1951:libthrift.jar has source files in it
Client: java
Patch: Jake Farrell

Remove source from libthrift.jar. source dist all ready included in release to central.


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/89be1836
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/89be1836
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/89be1836

Branch: refs/heads/master
Commit: 89be18365e24af84754ecdb8104e5151aea20b7f
Parents: 37e655c
Author: Jake Farrell <jf...@apache.org>
Authored: Tue Jun 4 23:22:04 2013 -0400
Committer: Jake Farrell <jf...@apache.org>
Committed: Tue Jun 4 23:22:04 2013 -0400

----------------------------------------------------------------------
 lib/java/build.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/89be1836/lib/java/build.xml
----------------------------------------------------------------------
diff --git a/lib/java/build.xml b/lib/java/build.xml
index 5b276ee..c2bfd9c 100755
--- a/lib/java/build.xml
+++ b/lib/java/build.xml
@@ -129,9 +129,6 @@
         <include name="org/apache/thrift/**/*.class"/>
         <include name="META-INF/*.txt"/>
       </fileset>
-      <fileset dir="src">
-        <include name="**/*.java"/>
-      </fileset>
     </jar>
   </target>