Codecs other than VCF accidentally bled into vcf.jar. Unfortunately, vcf.jar

turned out to be the *only* home for these other codecs.  This change pushes
them back into StingUtils.jar.
This commit is contained in:
Matt Hanna 2011-10-08 22:24:35 -04:00
parent 4fa5045e84
commit 0016c707a3
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@
<jar jarfile="${dist.dir}/StingUtils.jar">
<fileset dir="${java.classes}">
<include name="**/utils/**/*.class"/>
<exclude name="**/utils/codecs/**/*.class"/>
<exclude name="**/utils/codecs/vcf/**/*.class"/>
<exclude name="**/utils/variantcontext/**/*.class"/>
</fileset>
<fileset dir="${java.classes}" includes="**/commandline/**/*.class"/>