From 3532d6e395e6ddc86c15e07829a54d3ad69cac54 Mon Sep 17 00:00:00 2001
From: dblouin <dominique.blouin@telecom-paristech.fr>
Date: Tue, 21 Nov 2017 11:22:09 +0100
Subject: [PATCH] Added missing library

---
 src/.classpath | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.classpath b/src/.classpath
index 89343860d6..7c6d216bfe 100644
--- a/src/.classpath
+++ b/src/.classpath
@@ -10,5 +10,6 @@
 	<classpathentry kind="lib" path="/libs/jsoup-1.8.1.jar"/>
 	<classpathentry kind="lib" path="/libs/opencloud.jar"/>
 	<classpathentry kind="lib" path="/libs/gs-core-1.3.jar"/>
+	<classpathentry kind="lib" path="/libs/hamcrest-core-1.3.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
-- 
GitLab