simplify Eclipse setup by making direct imports of submodules work

These two changes make it so that the submodules can be directly imported
into Eclipse, and they'll be all setup to just work.
This commit is contained in:
Hans-Christoph Steiner
2014-10-07 12:35:35 -04:00
parent a6b75ce822
commit 8b9e5e5e5a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@
<classpathentry kind="src" path="gen"/>
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/>
<classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/>
<classpathentry combineaccessrules="false" kind="src" path="/UniversalImageLoader"/>
<classpathentry combineaccessrules="false" kind="src" path="/library"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>