Fixed incompatiblity in variable name between my script and the new elements merged into my script.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2235 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-12-02 23:40:50 +00:00
parent 357abc9e89
commit f41965a73e
1 changed files with 8 additions and 9 deletions

View File

@ -121,15 +121,14 @@
</manifest>
</jar>
<jar jarfile="${dist}/VCFTool.jar" whenmanifestonly="skip">
<fileset dir="build">
<include name="**/*.class"/>
</fileset>
<manifest>
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.tools.vcf.VCFTool" />
</manifest>
</jar>
<jar jarfile="${dist.dir}/VCFTool.jar" whenmanifestonly="skip">
<fileset dir="build">
<include name="**/*.class"/>
</fileset>
<manifest>
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.tools.vcf.VCFTool" />
</manifest>
</jar>
<pathconvert property="jar.classpath" pathsep=" ">
<flattenmapper/>