diff --git a/vtm-android/.classpath b/vtm-android/.classpath index 4abbac6e..2b307e65 100755 --- a/vtm-android/.classpath +++ b/vtm-android/.classpath @@ -6,5 +6,6 @@ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry combineaccessrules="false" kind="src" path="/vtm"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> + <classpathentry exported="true" kind="lib" path="/vtm-libs/libs/slf4j-android-1.6.1-RC1.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/vtm/.classpath b/vtm/.classpath index e9f09aa5..44b44ecc 100644 --- a/vtm/.classpath +++ b/vtm/.classpath @@ -3,6 +3,6 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="/vtm-libs/findbugs/annotations.jar"/> - <classpathentry exported="true" kind="lib" path="/vtm-libs/libs/slf4j-api-1.7.5.jar"/> + <classpathentry kind="lib" path="/vtm-libs/libs/slf4j-api-1.7.5.jar"/> <classpathentry kind="output" path="bin"/> </classpath>