Disable extraction of svn info completely.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2609 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
8ce79e002c
commit
45de006ca3
|
|
@ -99,9 +99,11 @@
|
||||||
<target name="extracthelp" depends="compile"
|
<target name="extracthelp" depends="compile"
|
||||||
description="Extract help key/value pair file from the JavaDoc tags."
|
description="Extract help key/value pair file from the JavaDoc tags."
|
||||||
unless="disable.help">
|
unless="disable.help">
|
||||||
|
<!--
|
||||||
<exec executable="svnversion" outputproperty="svn.version">
|
<exec executable="svnversion" outputproperty="svn.version">
|
||||||
<arg value="--no-newline" />
|
<arg value="--no-newline" />
|
||||||
</exec>
|
</exec>
|
||||||
|
-->
|
||||||
<javadoc doclet="org.broadinstitute.sting.utils.help.ResourceBundleExtractorDoclet"
|
<javadoc doclet="org.broadinstitute.sting.utils.help.ResourceBundleExtractorDoclet"
|
||||||
docletpath="build"
|
docletpath="build"
|
||||||
classpathref="runtime.dependencies"
|
classpathref="runtime.dependencies"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue