Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
37e655c
)
Thrift-1951:libthrift.jar has source files in it
author
Jake Farrell
<jfarrell@apache.org>
Wed, 5 Jun 2013 03:22:04 +0000
(23:22 -0400)
committer
Jake Farrell
<jfarrell@apache.org>
Wed, 5 Jun 2013 03:22:04 +0000
(23:22 -0400)
Client: java
Patch: Jake Farrell
Remove source from libthrift.jar. source dist all ready included in release to central.
lib/java/build.xml
patch
|
blob
|
history
diff --git
a/lib/java/build.xml
b/lib/java/build.xml
index
5b276ee
..
c2bfd9c
100755
(executable)
--- 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>