diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 18:00:22 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 18:00:22 +0000 |
commit | 19f44a0ad09b20360714b68ec4f7376a58ee3fb6 (patch) | |
tree | 7cda0777791c2ba67dd4ac27568b049b4ac1430d /sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.classpath | |
parent | 75aadf4005983cd6e764b46de6595d56d01a6145 (diff) |
Tuscany store scenario running on appengine - Catalog service exposed as JSON-RPC binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.classpath')
-rw-r--r-- | sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.classpath b/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.classpath new file mode 100644 index 0000000000..ccc7355a00 --- /dev/null +++ b/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/.classpath @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="com.google.appengine.eclipse.core.GAE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="war/WEB-INF/lib/tuscany-sca-api-2.0-SNAPSHOT.jar"/> + <classpathentry kind="output" path="war/WEB-INF/classes"/> +</classpath> + |