1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

- Fixed project setup for Eclipse

- Removed Debug activity from manifest (activity class doesn't exist)
This commit is contained in:
Robert Jacob 2010-02-21 15:19:11 +00:00
parent 6b5ea9feda
commit 366eda13f7
2 changed files with 10 additions and 4 deletions

10
.classpath Normal file
View File

@ -0,0 +1,10 @@
<?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>

View File

@ -134,10 +134,6 @@
> >
</activity> </activity>
<activity
android:name="com.fsck.k9.activity.Debug"
android:label="@string/debug_title">
</activity>
<activity <activity
android:name="com.fsck.k9.activity.FolderList" android:name="com.fsck.k9.activity.FolderList"
android:launchMode="singleTask" android:launchMode="singleTask"