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:
parent
366eda13f7
commit
583d827c60
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user