exclude *-sources.jar from the classpath

This commit is contained in:
Dave Brosius 2013-04-30 00:54:04 -04:00
parent 8bb5487eab
commit 50f49a6400
1 changed files with 2 additions and 0 deletions

View File

@ -119,9 +119,11 @@
<pathelement location="${build.classes.thrift}" />
<fileset dir="${build.lib}">
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
</fileset>
<fileset dir="${build.dir.lib}">
<include name="**/*.jar" />
<exclude name="**/*-sources.jar"/>
</fileset>
</path>