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 | |
| parent | b61d2b0c6b1eb3ee9518c751bd13a573b1aef735 (diff) | |
| download | cgeo-107f0006106ec9ffff15175364543f6f476b3613.zip cgeo-107f0006106ec9ffff15175364543f6f476b3613.tar.gz cgeo-107f0006106ec9ffff15175364543f6f476b3613.tar.bz2 | |
ignore compile errors in generated code
| -rw-r--r-- | main/.classpath | 6 | ||||
| -rw-r--r-- | tests/.classpath | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/main/.classpath b/main/.classpath index ef4f094..8a16be1 100644 --- a/main/.classpath +++ b/main/.classpath @@ -1,7 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <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 exported="true" kind="lib" path="libs/commons-lang3-3.1.jar"/> <classpathentry kind="lib" path="libs/locus-api-4.0.jar"/> <classpathentry kind="lib" path="libs/commons-collections-3.2.1.jar"/> 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"/> |
