Added MatchSQTagToStrand jar target.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@377 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-04-13 00:50:36 +00:00
parent 756e6c61d8
commit 32e000bbfe
1 changed files with 17 additions and 0 deletions

View File

@ -122,6 +122,17 @@
</manifest>
</jar>
<jar jarfile="dist/MatchSQTagToStrand.jar" whenmanifestonly="skip">
<!--<fileset dir="build" includes="**/fourbasecaller/**/*.class" />-->
<fileset dir="build">
<include name="**/fourbasecaller/**/*.class" />
<include name="**/illumina/**/*.class" />
</fileset>
<manifest>
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.fourbasecaller.MatchSQTagToStrand" />
</manifest>
</jar>
<jar jarfile="dist/Playground.jar" whenmanifestonly="skip">
<fileset dir="build">
<include name="**/*.class"/>
@ -160,6 +171,12 @@
</manifest>
</jar>
<jar jarfile="dist/MatchSQTagToStrand.jar" update="true" whenmanifestonly="skip">
<manifest>
<attribute name="Class-Path" value="${jar.classpath}" />
</manifest>
</jar>
<jar jarfile="dist/Playground.jar" update="true" whenmanifestonly="skip">
<manifest>
<attribute name="Class-Path" value="${jar.classpath}"/>