Skip to content

Commit

Permalink
Fixed syntax, by putting the antcall at a proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 18, 2011
1 parent df54c0e commit 40bdc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javadoc.xml
Expand Up @@ -111,7 +111,6 @@
javacchome="jar"/>
</target>

<antcall target="doccheck-module"><param name="module" value="renderawt"/></antcall>
<target name="ojdcheck" depends="compileDocTests">
<antcall target="ojdcheck-module"><param name="module" value="interfaces"/></antcall>
<antcall target="ojdcheck-module"><param name="module" value="core"/></antcall>
Expand Down Expand Up @@ -153,6 +152,7 @@
<antcall target="ojdcheck-module"><param name="module" value="diff"/></antcall>
<antcall target="ojdcheck-module"><param name="module" value="smsd"/></antcall>
<antcall target="ojdcheck-module"><param name="module" value="signature"/></antcall>
<antcall target="ojdcheck-module"><param name="module" value="renderawt"/></antcall>
</target>

<target name="ojdcheck-module">
Expand Down

0 comments on commit 40bdc12

Please sign in to comment.