diff options
Diffstat (limited to 'sandbox/mobile-android/contribution/.classpath')
-rw-r--r-- | sandbox/mobile-android/contribution/.classpath | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/mobile-android/contribution/.classpath b/sandbox/mobile-android/contribution/.classpath new file mode 100644 index 0000000000..732ae371c2 --- /dev/null +++ b/sandbox/mobile-android/contribution/.classpath @@ -0,0 +1,16 @@ +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/> + <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> + <classpathentry kind="output" path="target/classes"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="M2_REPO/junit/junit/4.2/junit-4.2.jar"/> + <classpathentry kind="src" path="/tuscany-assembly"/> + <classpathentry kind="src" path="/tuscany-policy"/> + <classpathentry kind="src" path="/tuscany-extensibility"/> + <classpathentry kind="src" path="/tuscany-interface"/> + <classpathentry kind="src" path="/tuscany-definitions"/> + <classpathentry kind="var" path="M2_REPO/org/easymock/easymock/2.2/easymock-2.2.jar"/> + <classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/> + <classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar"/> +</classpath>
\ No newline at end of file |