Skip to content

Commit

Permalink
Ensure the OpenJavaDocCheck plugins are compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jan 23, 2012
1 parent 7dc949f commit 03ef86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -303,6 +303,7 @@
<param name="module" value="${module}"/>
</antcall>

<ant antfile="javadoc.xml" target="compileDocTests"/>
<ant antfile="javadoc.xml" target="ojdcheck-module">
<property name="module" value="${module}"/>
</ant>
Expand Down
1 change: 1 addition & 0 deletions javadoc.xml
Expand Up @@ -241,6 +241,7 @@
<classpath>
<fileset dir="develjar/">
<include name="ojdcheck.jar" />
<include name="com-sun-*.jar" />
</fileset>
</classpath>
</javac>
Expand Down

0 comments on commit 03ef86b

Please sign in to comment.