diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/samples/store-android/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/store-android/.classpath b/branches/sca-java-1.x/samples/store-android/.classpath index ef7c361cff..79a84816b6 100644 --- a/branches/sca-java-1.x/samples/store-android/.classpath +++ b/branches/sca-java-1.x/samples/store-android/.classpath @@ -2,5 +2,6 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> + <classpathentry kind="src" path="gen"/> <classpathentry kind="output" path="bin"/> </classpath> |