From c8633f6406d0ec0340c5fe5afa1a70bee97efc42 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 29 Oct 2009 00:23:28 +0000 Subject: Integrating with cloud-appengine-sdk module to avoid issues with building the cloud-google module with a clean maven repo (without appengine sdk available in it) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830808 13f79535-47bb-0310-9956-ffa450edef68 --- .../cloud-google/build-appengine.xml | 98 ---------------------- sandbox/sca-cloud-tutorial/cloud-google/pom.xml | 65 ++------------ sandbox/sca-cloud-tutorial/pom.xml | 1 + 3 files changed, 8 insertions(+), 156 deletions(-) delete mode 100644 sandbox/sca-cloud-tutorial/cloud-google/build-appengine.xml diff --git a/sandbox/sca-cloud-tutorial/cloud-google/build-appengine.xml b/sandbox/sca-cloud-tutorial/cloud-google/build-appengine.xml deleted file mode 100644 index d93d691a7e..0000000000 --- a/sandbox/sca-cloud-tutorial/cloud-google/build-appengine.xml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sandbox/sca-cloud-tutorial/cloud-google/pom.xml b/sandbox/sca-cloud-tutorial/cloud-google/pom.xml index 20ac96d799..f36557661a 100644 --- a/sandbox/sca-cloud-tutorial/cloud-google/pom.xml +++ b/sandbox/sca-cloud-tutorial/cloud-google/pom.xml @@ -36,24 +36,17 @@ tuscany-cloud-api 2.0-SNAPSHOT - - - com.google.appengine - appengine-tools - 1.2.6 - provided - - com.google.appengine - appengine-api - 1.2.6 - provided - - + org.apache.tuscany.sca + tuscany-cloud-appengine-sdk + 2.0-SNAPSHOT + pom + + com.google.appengine - appengine-local-runtime-shared + appengine-api 1.2.6 provided @@ -90,52 +83,8 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - - ant - ant-trax - 1.6.5 - - - - - install-appengine - validate - - run - - - - - - - - - - - clean-appengine-files - clean - - run - - - - - - - - - - - - - diff --git a/sandbox/sca-cloud-tutorial/pom.xml b/sandbox/sca-cloud-tutorial/pom.xml index 930f293d77..1f8d1dad5e 100644 --- a/sandbox/sca-cloud-tutorial/pom.xml +++ b/sandbox/sca-cloud-tutorial/pom.xml @@ -38,6 +38,7 @@ cloud-api + cloud-appengine-sdk cloud-google store-assets store-appengine-webapp -- cgit v1.2.3