We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d4789 commit 59f0ddfCopy full SHA for 59f0ddf
build.xml
@@ -30,7 +30,7 @@
30
<property name="build.util.dir" location="${build.dir}/util"/>
31
<property name="build.instrumented.dir" location="${build.dir}/instrumented"/>
32
<property name="build.logs.dir" location="${basedir}/logs"/>
33
- <property name="build.docs.dir" location="${basedir}/docs"/>
+ <property name="build.docs.dir" location="${basedir}/javadoc"/>
34
<property name="artifact.name" value="mongo.jar"/>
35
<property name="target.dir" location="${basedir}/target"/>
36
<property name="test.dir" location="${target.dir}/test"/>
0 commit comments