diff options
author | Mark Raynsford <[email protected]> | 2012-12-02 22:46:30 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2012-12-02 22:46:30 +0000 |
commit | 76da2b16bcb7b760660a9cf91cf6457acf526a6b (patch) | |
tree | 42d9e13ec8fc24a84a70e80b67153b7ba3834aec /maven/jp4da/jp4da-android/.classpath | |
parent | f24ce52d7fa62072df918b404cac1b090f92fc45 (diff) |
Initial jp4da setup
Diffstat (limited to 'maven/jp4da/jp4da-android/.classpath')
-rw-r--r-- | maven/jp4da/jp4da-android/.classpath | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/maven/jp4da/jp4da-android/.classpath b/maven/jp4da/jp4da-android/.classpath new file mode 100644 index 0000000..9d5b680 --- /dev/null +++ b/maven/jp4da/jp4da-android/.classpath @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry kind="src" path="gen"/> + <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> + <classpathentry including="**/*.java" kind="src" path="src/test/resources"/> + <classpathentry kind="src" output="bin/classes" path="src/main/java"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="bin/classes" path="src/test/java"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin/classes"/> +</classpath> |