Removed now-useless FourBaseCaller jar target (FourBaseRecaller replaces it).
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@277 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
7d889c0661
commit
decf45664a
31
build.xml
31
build.xml
|
|
@ -97,24 +97,17 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
|
||||
<jar jarfile="dist/FourBaseCaller.jar" whenmanifestonly="skip">
|
||||
<fileset dir="build" includes="**/fourbasecaller/**/*.class"/>
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.fourbasecaller.FourBaseCaller"/>
|
||||
</manifest>
|
||||
<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/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"/>
|
||||
|
|
@ -141,12 +134,6 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
|
||||
<jar jarfile="dist/FourBaseCaller.jar" update="true" whenmanifestonly="skip">
|
||||
<manifest>
|
||||
<attribute name="Class-Path" value="${jar.classpath}"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
|
||||
<jar jarfile="dist/FourBaseRecaller.jar" update="true" whenmanifestonly="skip">
|
||||
<manifest>
|
||||
<attribute name="Class-Path" value="${jar.classpath}" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue