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> </manifest>
</jar> </jar>
<jar jarfile="${dist}/VCFTool.jar" whenmanifestonly="skip"> <jar jarfile="${dist.dir}/VCFTool.jar" whenmanifestonly="skip">
<fileset dir="build"> <fileset dir="build">
<include name="**/*.class"/> <include name="**/*.class"/>
</fileset> </fileset>
<manifest> <manifest>
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.tools.vcf.VCFTool" /> <attribute name="Main-Class" value="org.broadinstitute.sting.playground.tools.vcf.VCFTool" />
</manifest> </manifest>
</jar> </jar>
<pathconvert property="jar.classpath" pathsep=" "> <pathconvert property="jar.classpath" pathsep=" ">
<flattenmapper/> <flattenmapper/>