diff options
Diffstat (limited to 'tests/.classpath')
| -rw-r--r-- | tests/.classpath | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/.classpath b/tests/.classpath index 78ba67f..9bd2efb 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -2,7 +2,11 @@ <classpath> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> + <classpathentry kind="src" path="gen"> + <attributes> + <attribute name="ignore_optional_problems" value="true"/> + </attributes> + </classpathentry> <classpathentry combineaccessrules="false" kind="src" path="/cgeo"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="output" path="bin/classes"/> |
