fixes to build.xml
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@57 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
69aa669928
commit
d93e9613f4
|
|
@ -1,5 +1,5 @@
|
|||
<project name="AnalysisTK" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
|
||||
<description>Compile and distribute the Sting analysis toolkit</description>
|
||||
<project name="GenomeAnalysisTK" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
|
||||
<description>Compile and distribute the Sting genome analysis toolkit</description>
|
||||
|
||||
<!-- set global properties for this build -->
|
||||
<property name="src" location="src"/>
|
||||
|
|
@ -58,10 +58,10 @@
|
|||
<flattenmapper />
|
||||
</pathconvert>
|
||||
|
||||
<jar jarfile="${dist}/AnalysisTK.jar" basedir="${build}">
|
||||
<jar jarfile="${dist}/GenomeAnalysisTK.jar" basedir="${build}">
|
||||
<manifest>
|
||||
<attribute name="Class-Path" value="${jar.classpath}" />
|
||||
<attribute name="Main-Class" value="org.broadinstitute.sting.gatkk.GenomeAnalysisTK" />
|
||||
<attribute name="Main-Class" value="org.broadinstitute.sting.gatk.GenomeAnalysisTK" />
|
||||
</manifest>
|
||||
</jar>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue