mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 13:49:15 -05:00
Tell eclipse to bundle JARs in libs but NOT to bundle libs in
compile-only-libs. (Results in Eclipse building something much closer to what ant does)
This commit is contained in:
parent
7b2cd531ca
commit
d03818079a
@ -3,8 +3,8 @@
|
||||
<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 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 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>
|
||||
|
Loading…
Reference in New Issue
Block a user