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:
depristo 2009-12-03 00:06:02 +00:00
parent 0b6b92bf5b
commit 2460f2a789
1 changed files with 15 additions and 0 deletions

View File

@ -121,6 +121,15 @@
</manifest>
</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">
<fileset dir="build">
<include name="**/*.class"/>
@ -159,6 +168,12 @@
<attribute name="Class-Path" value="${jar.classpath}" />
</manifest>
</jar>
<jar jarfile="${dist.dir}/CGUtilities.jar" update="true" whenmanifestonly="skip">
<manifest>
<attribute name="Class-Path" value="${jar.classpath}" />
</manifest>
</jar>
</target>
<target name="core" description="force a build of the Sting core code">