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:
parent
756e6c61d8
commit
32e000bbfe
17
build.xml
17
build.xml
|
|
@ -122,6 +122,17 @@
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</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">
|
<jar jarfile="dist/Playground.jar" whenmanifestonly="skip">
|
||||||
<fileset dir="build">
|
<fileset dir="build">
|
||||||
<include name="**/*.class"/>
|
<include name="**/*.class"/>
|
||||||
|
|
@ -160,6 +171,12 @@
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</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">
|
<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