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.
This commit is contained in:
Hans-Christoph Steiner 2014-05-27 11:46:31 -04:00
parent ed630454a5
commit 2c594cae5d

View File

@ -4,7 +4,11 @@
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <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 exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="extern/symlinks-for-ant-and-eclipse"/> <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 kind="src" path="gen"/>
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/> <classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/>
<classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/> <classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/>