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:
hanna 2010-01-16 01:30:25 +00:00
parent 8ce79e002c
commit 45de006ca3
1 changed files with 2 additions and 0 deletions

View File

@ -99,9 +99,11 @@
<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">
<arg value="--no-newline" />
</exec>
-->
<javadoc doclet="org.broadinstitute.sting.utils.help.ResourceBundleExtractorDoclet"
docletpath="build"
classpathref="runtime.dependencies"