diff options
author | Emil Ivov <emcho@jitsi.org> | 2006-11-22 13:54:54 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2006-11-22 13:54:54 +0000 |
commit | b84bf474f6598966422dad67b6b5fa74b184fc87 (patch) | |
tree | fa4ba7af008afa1395c649a499ca6cf8bebf8981 /build.xml | |
parent | 1391a5cdf42db0b78f44769c8dbd6026e1f3a310 (diff) | |
download | jitsi-b84bf474f6598966422dad67b6b5fa74b184fc87.zip jitsi-b84bf474f6598966422dad67b6b5fa74b184fc87.tar.gz jitsi-b84bf474f6598966422dad67b6b5fa74b184fc87.tar.bz2 |
make sure javadoc sees jmf.jar
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ description="Generates project javadoc."> <javadoc author="true" destdir="${java.doc}" package="true" version="true" use="true" windowtitle="SIP Communicator API" - classpathref="project.class.path" source="1.4+"> + classpathref="compile.class.path" source="1.4+"> <fileset dir="${src}"/> <tag name="todo" description="To do:"/> </javadoc> |