mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
d03818079a
compile-only-libs. (Results in Eclipse building something much closer to what ant does)
11 lines
606 B
XML
11 lines
606 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="src"/>
|
|
<classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry exported="true" kind="lib" path="libs/apache-mime4j-core-0.7-SNAPSHOT.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="libs/apache-mime4j-dom-0.7-SNAPSHOT.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/compile-only-libs"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|