Added FourBaseRecaller to list of jar targets (this is just until I figure out the appropriate way to combine FourBaseCaller and FourBaseRecaller).

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@172 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-03-24 20:10:48 +00:00
parent 4222016bf5
commit a55d630ef9
1 changed files with 17 additions and 0 deletions

View File

@ -93,6 +93,17 @@
</manifest>
</jar>
<jar jarfile="dist/FourBaseRecaller.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.FourBaseRecaller" />
</manifest>
</jar>
<jar jarfile="dist/Playground.jar" whenmanifestonly="skip">
<fileset dir="build">
<include name="**/*.class" />
@ -125,6 +136,12 @@
</manifest>
</jar>
<jar jarfile="dist/FourBaseRecaller.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}" />