Fix for failed build. Seems to be an issue with Bamboo environment. I'll

discuss w/ Aaron next week.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2608 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-01-16 01:06:26 +00:00
parent ac4756db20
commit 8ce79e002c
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
<target name="extracthelp" depends="compile"
description="Extract help key/value pair file from the JavaDoc tags."
unless="disable.help">
<exec executable="svnversion" outputproperty="svn.version" failonerror="true">
<exec executable="svnversion" outputproperty="svn.version">
<arg value="--no-newline" />
</exec>
<javadoc doclet="org.broadinstitute.sting.utils.help.ResourceBundleExtractorDoclet"