diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-06-27 07:34:43 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-06-27 07:34:43 +0200 |
| commit | 107f0006106ec9ffff15175364543f6f476b3613 (patch) | |
| tree | c305580eb0555affd250f379cec7a020285fdb77 /tests | |
| parent | b61d2b0c6b1eb3ee9518c751bd13a573b1aef735 (diff) | |
| download | cgeo-107f0006106ec9ffff15175364543f6f476b3613.zip cgeo-107f0006106ec9ffff15175364543f6f476b3613.tar.gz cgeo-107f0006106ec9ffff15175364543f6f476b3613.tar.bz2 | |
ignore compile errors in generated code
Diffstat (limited to 'tests')
| -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"/> |
