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:
ddfe0c9
)
don't put all the test cases and generated classes into the jar - reduces size of...
author
Bryan Duxbury
<bryanduxbury@apache.org>
Wed, 10 Feb 2010 23:23:35 +0000
(23:23 +0000)
committer
Bryan Duxbury
<bryanduxbury@apache.org>
Wed, 10 Feb 2010 23:23:35 +0000
(23:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@908746
13f79535
-47bb-0310-9956-
ffa450edef68
lib/java/build.xml
patch
|
blob
|
history
diff --git
a/lib/java/build.xml
b/lib/java/build.xml
index
307fda5
..
7b18945
100644
(file)
--- a/
lib/java/build.xml
+++ b/
lib/java/build.xml
@@
-129,7
+129,7
@@
<copy file="${thrift.root}/NOTICE" tofile="${build}/META-INF/NOTICE.txt"/>
<jar jarfile="libthrift.jar">
<fileset dir="${build}">
- <include name="**/*.class" />
+ <include name="
org/apache/thrift/
**/*.class" />
<include name="META-INF/*.txt" />
</fileset>
<fileset dir="src">