From 217ff30c54d06a21ecb7e8c3fbc657bc4abae732 Mon Sep 17 00:00:00 2001 From: Ximin Luo <infinity0@pwned.gg> Date: Thu, 6 Feb 2014 17:52:43 +0000 Subject: [PATCH] update classpath for jnotify --- briar-desktop/.classpath | 2 +- briar-tests/.classpath | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/briar-desktop/.classpath b/briar-desktop/.classpath index 9c8a717670..35d353c935 100644 --- a/briar-desktop/.classpath +++ b/briar-desktop/.classpath @@ -7,7 +7,7 @@ <classpathentry kind="lib" path="libs/bluecove-2.1.1-SNAPSHOT-briar.jar"/> <classpathentry kind="lib" path="libs/bluecove-gpl-2.1.1-SNAPSHOT.jar"/> <classpathentry kind="lib" path="libs/jna-3.5.2-SNAPSHOT.jar"/> - <classpathentry kind="lib" path="libs/jnotify-0.93.jar"/> + <classpathentry kind="lib" path="libs/jnotify-0.94.jar"/> <classpathentry kind="lib" path="libs/jssc-0.9-briar.jar" sourcepath="libs/source/jssc-0.9-briar-source.jar"/> <classpathentry kind="lib" path="libs/platform-3.5.2-SNAPSHOT.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> diff --git a/briar-tests/.classpath b/briar-tests/.classpath index c93e2a667b..71ffe1890f 100644 --- a/briar-tests/.classpath +++ b/briar-tests/.classpath @@ -5,7 +5,7 @@ <classpathentry combineaccessrules="false" kind="src" path="/briar-core"/> <classpathentry combineaccessrules="false" kind="src" path="/briar-desktop"/> <classpathentry kind="lib" path="/briar-api/libs/guice-3.0-no_aop.jar"/> - <classpathentry kind="lib" path="/briar-desktop/libs/jnotify-0.93.jar"/> + <classpathentry kind="lib" path="/briar-desktop/libs/jnotify-0.94.jar"/> <classpathentry kind="lib" path="/briar-desktop/libs/jssc-0.9-briar.jar" sourcepath="/briar-desktop/libs/source/jssc-0.9-briar-source.jar"/> <classpathentry kind="lib" path="libs/hamcrest-core-1.1.jar"/> <classpathentry kind="lib" path="libs/hamcrest-library-1.1.jar"/> -- GitLab