Skip to content

Commit 59f0ddf

Browse files
committed
Change javadoc build location in Ant file so that it doesn't conflict with the reference docs location
1 parent b5d4789 commit 59f0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<property name="build.util.dir" location="${build.dir}/util"/>
3131
<property name="build.instrumented.dir" location="${build.dir}/instrumented"/>
3232
<property name="build.logs.dir" location="${basedir}/logs"/>
33-
<property name="build.docs.dir" location="${basedir}/docs"/>
33+
<property name="build.docs.dir" location="${basedir}/javadoc"/>
3434
<property name="artifact.name" value="mongo.jar"/>
3535
<property name="target.dir" location="${basedir}/target"/>
3636
<property name="test.dir" location="${target.dir}/test"/>

0 commit comments

Comments
 (0)