Fix (hopefully) the rest of the problems with the build.xml svn merge.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2236 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-12-02 23:53:31 +00:00
parent f41965a73e
commit 0b6b92bf5b
1 changed files with 2 additions and 2 deletions

View File

@ -136,13 +136,13 @@
<filelist files="GATKScala.jar"/>
</pathconvert>
<jar jarfile="${dist}/VCFTool.jar" update="true" >
<jar jarfile="${dist.dir}/VCFTool.jar" update="true" >
<manifest>
<attribute name="Class-Path" value="${jar.classpath}" />
</manifest>
</jar>
<jar jarfile="${dist}/StingUtils.jar" update="true">
<jar jarfile="${dist.dir}/StingUtils.jar" update="true">
<manifest>
<attribute name="Class-Path" value="${jar.classpath}"/>
</manifest>