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:
parent
a6b75ce822
commit
8b9e5e5e5a
@ -12,6 +12,6 @@
|
|||||||
<classpathentry kind="src" path="gen"/>
|
<classpathentry kind="src" path="gen"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPinning"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/MemorizingActivity"/>
|
<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"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
2
extern/zxing-core
vendored
2
extern/zxing-core
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 252a9b6b275397aabb944636f812e8c7057984a7
|
Subproject commit 6890fe32b4e55e936f693b217fcc03492b7325a5
|
Loading…
x
Reference in New Issue
Block a user