diff options
Diffstat (limited to 'sca-java-1.x/trunk/samples/store-android/.classpath')
-rw-r--r-- | sca-java-1.x/trunk/samples/store-android/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/samples/store-android/.classpath b/sca-java-1.x/trunk/samples/store-android/.classpath new file mode 100644 index 0000000000..79a84816b6 --- /dev/null +++ b/sca-java-1.x/trunk/samples/store-android/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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> |