Typo in previous commit.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2610 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-01-16 01:41:42 +00:00
parent 45de006ca3
commit d2961a3a17
1 changed files with 3 additions and 5 deletions

View File

@ -99,11 +99,9 @@
<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="*dash*dash*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"