This commit is contained in:
Manuele Simi 2008-04-28 23:07:40 +00:00
parent a67f863a86
commit 3c54830a68
1 changed files with 308 additions and 308 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"