diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2010-09-29 12:13:58 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2010-09-29 12:13:58 +0000 |
commit | 205e6e8f08b86731e3c760fe6b9c617cef6c008f (patch) | |
tree | a93ae68177c1d4634ddb379a1f8d68748043adaa /ide/eclipse/.classpath | |
parent | c5af511cac88284530ada339c91a04b26700b136 (diff) | |
download | jitsi-205e6e8f08b86731e3c760fe6b9c617cef6c008f.zip jitsi-205e6e8f08b86731e3c760fe6b9c617cef6c008f.tar.gz jitsi-205e6e8f08b86731e3c760fe6b9c617cef6c008f.tar.bz2 |
Adds lib/installer-exclude/dhcp4java-1.00.jar to the classpaths of Eclipse and NetBeans to fix compile-time errors.
Diffstat (limited to 'ide/eclipse/.classpath')
-rw-r--r-- | ide/eclipse/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/eclipse/.classpath b/ide/eclipse/.classpath index b68255f..6c281b4 100644 --- a/ide/eclipse/.classpath +++ b/ide/eclipse/.classpath @@ -11,6 +11,7 @@ <classpathentry kind="lib" path="lib/installer-exclude/commons-logging-1.1.1.jar"/> <classpathentry kind="lib" path="lib/installer-exclude/concurrent.jar"/> <classpathentry kind="lib" path="lib/installer-exclude/dict4j.jar"/> + <classpathentry kind="lib" path="lib/installer-exclude/dhcp4java-1.00.jar"/> <classpathentry kind="lib" path="lib/installer-exclude/dnsjava-2.0.3.jar"/> <classpathentry kind="lib" path="lib/installer-exclude/fmj.jar"/> <classpathentry kind="lib" path="lib/installer-exclude/httpclient-4.0.1.jar"/> |