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:
parent
4fa5045e84
commit
0016c707a3
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue