Skip to content

Commit 1bd7cce

Browse files
committed
changes
1 parent 9d49082 commit 1bd7cce

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/.classpath

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
<classpathentry kind="src" path="src/main/java"/>
44
<classpathentry kind="src" path="gen"/>
55
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
7+
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
8+
<classpathentry kind="lib" path="libs/gson-2.1.jar"/>
9+
<classpathentry kind="lib" path="libs/guice-3.0-no_aop.jar"/>
10+
<classpathentry kind="lib" path="libs/guice-assistedinject-3.0.jar"/>
11+
<classpathentry kind="lib" path="libs/http-request-3.0.jar"/>
12+
<classpathentry kind="lib" path="libs/javax.inject-1.jar"/>
13+
<classpathentry kind="lib" path="libs/junit-4.8.2.jar"/>
14+
<classpathentry kind="lib" path="libs/org.eclipse.egit.github.core-2.1.2.jar"/>
15+
<classpathentry kind="lib" path="libs/roboguice-2.0.jar"/>
16+
<classpathentry kind="lib" path="libs/roboguice-sherlock-1.4.jar"/>
717
<classpathentry kind="output" path="bin/classes"/>
818
</classpath>

app/project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
target=android-16
33
android.library=false
44
android.library.reference.1=../../Android-ViewPagerIndicator/library
5-
android.library.reference.2=../../ActionBarSherlock/library
6-
android.library.reference.3=../../wishlist/lib
5+
android.library.reference.2=../../wishlist/lib
6+
android.library.reference.3=../../ActionBarSherlock/actionbarsherlock

0 commit comments

Comments
 (0)