summaryrefslogtreecommitdiffstats
path: root/sandbox/mobile-android/interface-java/.classpath
diff options
context:
space:
mode:
authoradrianocrestani <adrianocrestani@13f79535-47bb-0310-9956-ffa450edef68>2008-07-08 05:19:28 +0000
committeradrianocrestani <adrianocrestani@13f79535-47bb-0310-9956-ffa450edef68>2008-07-08 05:19:28 +0000
commitc3db1aac8fb2ec776ccfecdf6804849b5b112adb (patch)
treeaaf59ac4d347365ada871125b61a87bf603a7f88 /sandbox/mobile-android/interface-java/.classpath
parente7dc1a8ddac9c28bcf57ea9d23b400ec65aa47f8 (diff)
-adding the core-databinding, interface-java and interface-java-jaxws modules to android sandbox
-commented the RMI code and added workaround for the Java Bean usage -commented the javax.jws code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/mobile-android/interface-java/.classpath')
-rw-r--r--sandbox/mobile-android/interface-java/.classpath18
1 files changed, 18 insertions, 0 deletions
diff --git a/sandbox/mobile-android/interface-java/.classpath b/sandbox/mobile-android/interface-java/.classpath
new file mode 100644
index 0000000000..553679d82e
--- /dev/null
+++ b/sandbox/mobile-android/interface-java/.classpath
@@ -0,0 +1,18 @@
+<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="src" path="/tuscany-contribution"/>
+ <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"/>
+ <classpathentry kind="src" path="/tuscany-sca-api"/>
+ <classpathentry kind="var" path="M2_REPO/org/easymock/easymock/2.2/easymock-2.2.jar"/>
+</classpath> \ No newline at end of file