Added the new pipeline classes to the StingUtils.jar so that ant test picks them up.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4331 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2010-09-22 20:05:22 +00:00
parent 8f75d88519
commit 192757d1e0
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@
<jar jarfile="${dist.dir}/StingUtils.jar">
<fileset dir="${java.classes}" includes="**/utils/**/*.class"/>
<fileset dir="${java.classes}" includes="**/commandline/**/*.class"/>
<fileset dir="${java.classes}" includes="**/sting/datasources/**/*.class"/>
<fileset dir="${java.classes}" includes="net/sf/picard/**/*.class"/>
<manifest>
<attribute name="Premain-Class" value="org.broadinstitute.sting.utils.instrumentation.Sizeof" />