From 77088b84ad35f350d3ff4ed329c8bcceaefd5d78 Mon Sep 17 00:00:00 2001
From: Hannes Janetzek <hannes.janetzek@gmail.com>
Date: Tue, 21 Jan 2014 03:09:45 +0100
Subject: [PATCH] settings: export slf4j

---
 vtm-gdx-desktop/.classpath | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vtm-gdx-desktop/.classpath b/vtm-gdx-desktop/.classpath
index 8cb7b88d..6c1ea8d7 100644
--- a/vtm-gdx-desktop/.classpath
+++ b/vtm-gdx-desktop/.classpath
@@ -8,6 +8,7 @@
 	<classpathentry exported="true" kind="lib" path="/vtm-libs/gdx/gdx-natives.jar"/>
 	<classpathentry exported="true" kind="lib" path="/vtm-libs/gdx/vtm-jni-natives.jar"/>
 	<classpathentry exported="true" kind="lib" path="/vtm-libs/gdx/gdx-backend-lwjgl.jar"/>
-	<classpathentry kind="lib" path="/vtm-libs/libs/slf4j-simple-1.7.5.jar"/>
+	<classpathentry exported="true" kind="lib" path="/vtm-libs/libs/slf4j-simple-1.7.5.jar"/>
+	<classpathentry exported="true" kind="lib" path="/vtm-libs/libs/slf4j-api-1.7.5.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>