BobStore/.classpath
Hans-Christoph Steiner 2c594cae5d Eclipse: hide warnings from submodules
There are about 4000 warnings from all the included submodules included as
symlinks.  This hides them all so Eclipse only shows the warnings for
FDroid itself.
2014-05-28 19:24:43 -04:00

18 lines
899 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="extern/symlinks-for-ant-and-eclipse">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="gen"/>
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/>
<classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/>
<classpathentry combineaccessrules="false" kind="src" path="/UniversalImageLoader"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>