minor update to build.xml for CG utilities. Hopefully bamboo will be back online
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2237 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
0b6b92bf5b
commit
2460f2a789
15
build.xml
15
build.xml
|
|
@ -121,6 +121,15 @@
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
|
|
||||||
|
<jar jarfile="${dist.dir}/CGUtilities.jar" whenmanifestonly="skip">
|
||||||
|
<fileset dir="build">
|
||||||
|
<include name="**/*.class" />
|
||||||
|
</fileset>
|
||||||
|
<manifest>
|
||||||
|
<attribute name="Main-Class" value="org.broadinstitute.sting.playground.tools.CGUtilities" />
|
||||||
|
</manifest>
|
||||||
|
</jar>
|
||||||
|
|
||||||
<jar jarfile="${dist.dir}/VCFTool.jar" whenmanifestonly="skip">
|
<jar jarfile="${dist.dir}/VCFTool.jar" whenmanifestonly="skip">
|
||||||
<fileset dir="build">
|
<fileset dir="build">
|
||||||
<include name="**/*.class"/>
|
<include name="**/*.class"/>
|
||||||
|
|
@ -159,6 +168,12 @@
|
||||||
<attribute name="Class-Path" value="${jar.classpath}" />
|
<attribute name="Class-Path" value="${jar.classpath}" />
|
||||||
</manifest>
|
</manifest>
|
||||||
</jar>
|
</jar>
|
||||||
|
|
||||||
|
<jar jarfile="${dist.dir}/CGUtilities.jar" update="true" whenmanifestonly="skip">
|
||||||
|
<manifest>
|
||||||
|
<attribute name="Class-Path" value="${jar.classpath}" />
|
||||||
|
</manifest>
|
||||||
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="core" description="force a build of the Sting core code">
|
<target name="core" description="force a build of the Sting core code">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue