Skip to content

Commit

Permalink
Fixed OpenJavaDocCheck reporting: added two missing property values
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 28, 2011
1 parent e159e5b commit 3152dd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javadoc.xml
Expand Up @@ -17,6 +17,8 @@
<property name="build" value="build" />
<property name="lib" value="jar" />
<property name="devellib" value="develjar" />
<property name="dist" value="dist" />
<property name="metainf" value="${src}/META-INF" />

<!-- Used in the html task to properly link to java library classes -->
<property name="javaURL" value="http://java.sun.com/j2se/1.5.0/docs/api/"/>
Expand Down

0 comments on commit 3152dd0

Please sign in to comment.