Skip to content

Commit

Permalink
Include CDK deps in the classpath, to not get false positive warnings…
Browse files Browse the repository at this point in the history
… about missing CDK classes
  • Loading branch information
egonw committed Jul 26, 2011
1 parent 99ac224 commit 2701ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javadoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@

<javadoc private="false" public="true">
<classpath>
<fileset dir="${dist}/jar" >
<exclude name="**/*" unless="module.cdkdepends.present" />
<includesfile name="${metainf}/${module}.cdkdepends" if="module.cdkdepends.present" />
</fileset>
<fileset dir="${lib}" >
<exclude name="**/*" unless="module.libdepends.present" />
<includesfile name="${metainf}/${module}.libdepends" if="module.libdepends.present" />
Expand Down

0 comments on commit 2701ea6

Please sign in to comment.