add VCFTool.jar

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2221 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
jmaguire 2009-12-02 19:04:38 +00:00
parent 6a9e7bea05
commit c524b8e84b
1 changed files with 16 additions and 0 deletions

View File

@ -123,6 +123,16 @@
<attribute name="Main-Class" value="org.broadinstitute.sting.analyzecovariates.AnalyzeCovariates" />
</manifest>
</jar>
<jar jarfile="${dist}/VCFTool.jar" whenmanifestonly="skip">
<fileset dir="build">
<include name="**/*.class"/>
</fileset>
<manifest>
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.tools.vcf.VCFTool" />
</manifest>
</jar>
<jar jarfile="${dist}/Playground.jar" whenmanifestonly="skip">
<fileset dir="build">
@ -139,6 +149,12 @@
<filelist files="GATKScala.jar"/>
</pathconvert>
<jar jarfile="${dist}/VCFTool.jar" update="true" >
<manifest>
<attribute name="Class-Path" value="${jar.classpath}" />
</manifest>
</jar>
<jar jarfile="${dist}/StingUtils.jar" update="true">
<manifest>
<attribute name="Class-Path" value="${jar.classpath}"/>