In unstable, add a reference to DocumentedGATKFeature to vcf.jar, which is now

a static dependency of UserExceptions.
This commit is contained in:
Matt Hanna 2011-07-25 14:36:12 -04:00
parent 6c49197de6
commit af0b5883c3
1 changed files with 1 additions and 0 deletions

View File

@ -521,6 +521,7 @@
<include name="**/utils/codecs/**/*.class"/>
<include name="**/utils/variantcontext/**/*.class"/>
<include name="**/UserException*.class"/>
<include name="org/broadinstitute/sting/utils/help/DocumentedGATKFeature.class"/>
</fileset>
</jar>
</target>