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:
parent
f41965a73e
commit
0b6b92bf5b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue