diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-17 19:51:24 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-17 19:51:24 +0000 |
commit | 432dd8fb555ad9d6dde1b5d220e7a0fe2de51904 (patch) | |
tree | ffdc231e6c6413aaed515297a9f5834087d4d31b /branches/sca-java-1.x/samples/calculator-android/.classpath | |
parent | 31cc3f73bea03fb0d8403ed7b5c7adda6c7c9c9a (diff) |
[Work in progress] An Android version of the calculator sample application
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/calculator-android/.classpath')
-rw-r--r-- | branches/sca-java-1.x/samples/calculator-android/.classpath | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/calculator-android/.classpath b/branches/sca-java-1.x/samples/calculator-android/.classpath new file mode 100644 index 0000000000..f5ff047152 --- /dev/null +++ b/branches/sca-java-1.x/samples/calculator-android/.classpath @@ -0,0 +1,24 @@ +<?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 combineaccessrules="false" kind="src" path="/tuscany-assembly"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-assembly-xml"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-assembly-xsd"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-definitions"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-definitions-xml"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-extensibility"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-implementation-java"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-implementation-java-runtime"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-implementation-java-xml"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-interface"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-interface-java"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-interface-java-xml"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-monitor"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-policy"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-sca-api"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-contribution"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-contribution-impl"/> + <classpathentry combineaccessrules="false" kind="src" path="/tuscany-host-android"/> + <classpathentry kind="output" path="bin"/> +</classpath> |