Skip to content

Commit b439b02

Browse files
committed
Merge with other unpulled work.
2 parents fa4040f + fe81156 commit b439b02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@
9999
</delombok>
100100
<javadoc destdir="${dist.dir}/javadoc"
101101
link="http://download.oracle.com/javase/6/docs/api/"
102-
sourcepath="${build.dir}/src">
102+
sourcepath="${build.dir}/src"
103+
Doctitle="${ant.project.name} ${version}"
104+
Windowtitle="${ant.project.name} ${version}">
103105
<classpath refid="build.classpath"/>
104106
</javadoc>
105107
</target>
@@ -118,6 +120,7 @@
118120
classpathref="build.classpath"/>
119121
<checkstyle config="checkstyle.xml">
120122
<fileset dir="${src.dir}" includes="**/*.java"/>
123+
<classpath path="${build.classes.dir}"/>
121124
</checkstyle>
122125
</target>
123126

0 commit comments

Comments
 (0)