mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
366eda13f7
- Removed Debug activity from manifest (activity class doesn't exist)
11 lines
507 B
XML
11 lines
507 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry kind="lib" path="compile-only-libs/commons-logging-1.1.1.jar"/>
|
|
<classpathentry kind="lib" path="compile-only-libs/bcprov-jdk15-143.jar"/>
|
|
<classpathentry kind="lib" path="compile-only-libs/commons-codec-1.3.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|