diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-09-10 23:18:28 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-09-15 12:47:30 +0200 |
| commit | ed3913bf3abab25a16f7e572ac45f4ffbcfbbe68 (patch) | |
| tree | 4b8afb1ea4cef73b72d22978369d86b648a39c93 /.classpath | |
| parent | 36ede4dbdf0a6a9b54222c679b6e7f5eb25d4c00 (diff) | |
| download | cgeo-ed3913bf3abab25a16f7e572ac45f4ffbcfbbe68.zip cgeo-ed3913bf3abab25a16f7e572ac45f4ffbcfbbe68.tar.gz cgeo-ed3913bf3abab25a16f7e572ac45f4ffbcfbbe68.tar.bz2 | |
Import Apache commons lang
Now that proguard is used for the release, importing the whole
Apache commons lang library is not a problem as unused classes
will be removed from the final executable.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="lib" path="libs/commons-lang3-3.0.1.jar"/>
<classpathentry kind="lib" path="libs/locus-api-4.0.jar"/>
<classpathentry kind="lib" path="libs/mapsforge-map-0.2.4.jar"/>
<classpathentry kind="output" path="bin"/>
|
