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:
parent
ed630454a5
commit
2c594cae5d
@ -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.DEPENDENCIES"/>
|
||||
<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 combineaccessrules="false" kind="src" path="/AndroidPinning"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user