aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2006-11-22 13:54:54 +0000
committerEmil Ivov <emcho@jitsi.org>2006-11-22 13:54:54 +0000
commitb84bf474f6598966422dad67b6b5fa74b184fc87 (patch)
treefa4ba7af008afa1395c649a499ca6cf8bebf8981 /build.xml
parent1391a5cdf42db0b78f44769c8dbd6026e1f3a310 (diff)
downloadjitsi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 3c1aaeb..f93c565 100644
--- a/build.xml
+++ b/build.xml
@@ -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>