mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
compile in the libs we only need at build time when building with
eclipse. This is an annoying default, but it'll make life easier for newbies starting out with K-9 for eclipse. We should ALWAYS do release builds with ant
This commit is contained in:
parent
3d090e9626
commit
ff717d0dec
@ -8,6 +8,8 @@
|
||||
<classpathentry kind="lib" path="libs/commons-io-2.0.1.jar"/>
|
||||
<classpathentry kind="lib" path="libs/jzlib-1.0.7.jar"/>
|
||||
<classpathentry kind="lib" path="libs/jutf7-1.0.1-SNAPSHOT.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/compile-only-libs"/>
|
||||
<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="lib" path="compile-only-libs/commons-logging-1.1.1.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
Loading…
Reference in New Issue
Block a user