From f60bcd37dc61721f97fd2f3f99c62c16e0125513 Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 23 Oct 2009 17:55:50 +0000 Subject: Initial implementation of the cloud-api based on Google AppEngine infrastructure services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829148 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/sca-cloud-tutorial/cloud-google/pom.xml | 163 ++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 sandbox/sca-cloud-tutorial/cloud-google/pom.xml (limited to 'sandbox/sca-cloud-tutorial/cloud-google/pom.xml') diff --git a/sandbox/sca-cloud-tutorial/cloud-google/pom.xml b/sandbox/sca-cloud-tutorial/cloud-google/pom.xml new file mode 100644 index 0000000000..8e95e02356 --- /dev/null +++ b/sandbox/sca-cloud-tutorial/cloud-google/pom.xml @@ -0,0 +1,163 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modules + 2.0-SNAPSHOT + ../pom.xml + + tuscany-cloud-google + Apache Tuscany SCA Cloud API Google AppEngine Implementation + + + + org.apache.tuscany.sca + tuscany-cloud-api + 2.0-SNAPSHOT + + + + com.google.appengine + appengine-tools + 1.2.6 + provided + + + + com.google.appengine + appengine-api + 1.2.6 + provided + + + + com.google.appengine + appengine-local-runtime-shared + 1.2.6 + provided + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + test + + + + junit + junit + 4.5 + test + + + + + + + org.apache.felix + maven-bundle-plugin + + + + 2.0.0 + org.apache.tuscany.sca.cloud.api.google + ${pom.name} + org.apache.tuscany.sca.cloud* + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + org.eclipse.jdt.core.javanature + com.google.appengine.eclipse.core.gaeNature + com.google.gdt.eclipse.core.webAppNature + + + org.eclipse.jdt.core.javabuilder + com.google.appengine.eclipse.core.enhancerbuilder + com.google.appengine.eclipse.core.projectValidator> + com.google.gdt.eclipse.core.webAppProjectValidator> + + + org.eclipse.jdt.launching.JRE_CONTAINER + com.google.appengine.eclipse.core.GAE_CONTAINER + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + ant + ant-trax + 1.6.5 + + + + + install-appengine + validate + + run + + + + + + + + + + + clean-appengine-files + clean + + run + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3