This commit is contained in:
Lucio Lelii 2008-05-15 13:23:50 +00:00
parent 5fa66561ff
commit ddf21a96f6
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ etics.build: (optional) Set to 'true', it indicates that build structures a
<!-- javadoc tasks -->
<target name="doc">
<javadoc access="public" author="true" sourcepath="${service.dir}" packagenames="${package}.*"
<javadoc access="public" author="true" sourcepath="${source.dir}" packagenames="${package}.*"
destdir="doc/api" nodeprecated="false" nodeprecatedlist="false"
noindex="false" nonavbar="false" notree="false"
source="1.5"