[Android] fix eclipse classpath

Thomas Guillem git at videolan.org
Mon Dec 29 11:10:03 CET 2014


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Dec  8 17:16:32 2014 +0100| [6ebbef1baa4bc911b1c2c3956cc842a0a5f3af23] | committer: Thomas Guillem

fix eclipse classpath

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

 java-libs/WheelView/.classpath |    1 +
 java-libs/cardview/.classpath  |    1 +
 vlc-android/.classpath         |    7 +++++--
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/java-libs/WheelView/.classpath b/java-libs/WheelView/.classpath
index dec02b3..99371b1 100644
--- a/java-libs/WheelView/.classpath
+++ b/java-libs/WheelView/.classpath
@@ -5,5 +5,6 @@
 	<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 combineaccessrules="false" kind="src" path="/appcompat"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>
diff --git a/java-libs/cardview/.classpath b/java-libs/cardview/.classpath
index 5176974..5f344cb 100644
--- a/java-libs/cardview/.classpath
+++ b/java-libs/cardview/.classpath
@@ -5,5 +5,6 @@
 	<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="/appcompat"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>
diff --git a/vlc-android/.classpath b/vlc-android/.classpath
index 25702bd..cf2bb33 100644
--- a/vlc-android/.classpath
+++ b/vlc-android/.classpath
@@ -1,10 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
-	<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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/libvlc"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/appcompat"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/cardview"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/WheelView"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>



More information about the Android mailing list