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 <[email protected]> Authored: Tue Jun 4 23:22:04 2013 -0400 Committer: Jake Farrell <[email protected]> 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>
