adding the SomaticCoverage.jar to the list of generated jars, at least for now.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@977 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-06-10 20:05:54 +00:00
parent 026f68fb41
commit 3a340ca887
1 changed files with 18 additions and 0 deletions

View File

@ -100,6 +100,18 @@
<attribute name="Main-Class" value="org.broadinstitute.sting.secondarybase.FourBaseRecaller" />
</manifest>
</jar>
<jar jarfile="dist/SomaticCoverage.jar" whenmanifestonly="skip">
<fileset dir="build">
<include name="**/*.class"/>
<exclude name="**/utils/**"/>
<exclude name="**/gatk/**"/>
</fileset>
<manifest>
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.somaticcoverage.SomaticCoverageTool" />
</manifest>
</jar>
<jar jarfile="dist/AnnotateSecondaryBase.jar" whenmanifestonly="skip">
<fileset dir="build">
@ -201,6 +213,12 @@
<attribute name="Class-Path" value="${jar.classpath}"/>
</manifest>
</jar>
<jar jarfile="dist/SomaticCoverage.jar" update="true" whenmanifestonly="skip">
<manifest>
<attribute name="Class-Path" value="${jar.classpath}"/>
</manifest>
</jar>
</target>
<target name="core" description="force a build of the Sting core code">