Thrift-1951:libthrift.jar has source files in it
authorJake Farrell <jfarrell@apache.org>
Wed, 5 Jun 2013 03:22:04 +0000 (23:22 -0400)
committerJake 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

index 5b276ee..c2bfd9c 100755 (executable)
         <include name="org/apache/thrift/**/*.class"/>
         <include name="META-INF/*.txt"/>
       </fileset>
-      <fileset dir="src">
-        <include name="**/*.java"/>
-      </fileset>
     </jar>
   </target>