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:
parent
357abc9e89
commit
f41965a73e
|
|
@ -121,7 +121,7 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
|
||||
<jar jarfile="${dist}/VCFTool.jar" whenmanifestonly="skip">
|
||||
<jar jarfile="${dist.dir}/VCFTool.jar" whenmanifestonly="skip">
|
||||
<fileset dir="build">
|
||||
<include name="**/*.class"/>
|
||||
</fileset>
|
||||
|
|
@ -130,7 +130,6 @@
|
|||
</manifest>
|
||||
</jar>
|
||||
|
||||
|
||||
<pathconvert property="jar.classpath" pathsep=" ">
|
||||
<flattenmapper/>
|
||||
<fileset dir="${dist.dir}" includes="*.jar"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue