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:
parent
4222016bf5
commit
a55d630ef9
17
build.xml
17
build.xml
|
|
@ -93,6 +93,17 @@
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</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">
|
<jar jarfile="dist/Playground.jar" whenmanifestonly="skip">
|
||||||
<fileset dir="build">
|
<fileset dir="build">
|
||||||
<include name="**/*.class" />
|
<include name="**/*.class" />
|
||||||
|
|
@ -125,6 +136,12 @@
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</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">
|
<jar jarfile="dist/Playground.jar" update="true" whenmanifestonly="skip">
|
||||||
<manifest>
|
<manifest>
|
||||||
<attribute name="Class-Path" value="${jar.classpath}" />
|
<attribute name="Class-Path" value="${jar.classpath}" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue