[Android] fix eclipse .classpath

Thomas Guillem git at videolan.org
Fri Nov 14 17:34:23 CET 2014


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Nov 14 17:34:05 2014 +0100| [761e1db1b5cc7f53f080fc56a347181d919f0b61] | committer: Thomas Guillem

fix eclipse .classpath

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=761e1db1b5cc7f53f080fc56a347181d919f0b61
---

 vlc-android/.classpath |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/vlc-android/.classpath b/vlc-android/.classpath
index dec02b3..25702bd 100644
--- a/vlc-android/.classpath
+++ b/vlc-android/.classpath
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="src" path="gen"/>
 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="gen"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/libvlc"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>



More information about the Android mailing list