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:
parent
ac4756db20
commit
8ce79e002c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue