Skip to content

Commit 76ce45e

Browse files
committed
remove commons-codec.jar and guava-r09.jar from Eclipse project
1 parent 1271418 commit 76ce45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="src" path="gen"/>
5-
<classpathentry kind="lib" path="libs/commons-codec.jar"/>
6-
<classpathentry kind="lib" path="libs/guava-r09.jar"/>
75
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
88
<classpathentry kind="output" path="bin/classes"/>
99
</classpath>

0 commit comments

Comments
 (0)