mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
fbb62ff158
downloaded from jcraft: http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz Built using the following build.xml (since jzlib doesn't include one) <project> <target name="clean"> <delete dir="build"/> </target> <target name="compile"> <mkdir dir="build/classes"/> <javac srcdir="com" destdir="build/classes"/> </target> <target name="jar"> <mkdir dir="build/jar"/> <jar destfile="build/jar/jzlib.jar" basedir="build/classes"></jar> </target> </project>
14 lines
794 B
XML
14 lines
794 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="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="output" path="bin"/>
|
|
</classpath>
|