1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 23:00:09 -05:00

Don't let eclipse build the .svn directories.

This commit is contained in:
Robert Jacob 2010-02-21 15:25:16 +00:00
parent 366eda13f7
commit 583d827c60

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" path="src"/> <classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="src"/>
<classpathentry kind="src" path="gen"/> <classpathentry excluding="**/.svn/**|.svn/**" kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <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/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="compile-only-libs/bcprov-jdk15-143.jar"/> <classpathentry kind="lib" path="compile-only-libs/bcprov-jdk15-143.jar"/>