From f4a89e8eef219137bcfb625cbf770baa642312a8 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 4 Nov 2009 22:02:38 +0000 Subject: Updating item value object to allow better representation of monetary information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832883 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/Workaround.java | 22 ++++++++++++ .../src/catalog.composite | 42 ---------------------- .../war/WEB-INF/appengine-web.xml | 2 +- .../war/catalog.composite | 42 ++++++++++++++++++++++ 4 files changed, 65 insertions(+), 43 deletions(-) create mode 100644 sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/Workaround.java delete mode 100644 sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/catalog.composite create mode 100644 sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/catalog.composite (limited to 'sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp') diff --git a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/Workaround.java b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/Workaround.java new file mode 100644 index 0000000000..2f345ecedd --- /dev/null +++ b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/Workaround.java @@ -0,0 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +public class Workaround { + +} diff --git a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/catalog.composite b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/catalog.composite deleted file mode 100644 index a4276816d6..0000000000 --- a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/src/catalog.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - USD - - - - - - - - - - - - - - diff --git a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/WEB-INF/appengine-web.xml b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/WEB-INF/appengine-web.xml index 276383e283..6f97eebdbd 100644 --- a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/WEB-INF/appengine-web.xml +++ b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/WEB-INF/appengine-web.xml @@ -1,7 +1,7 @@ tuscany-store-catalog - 2 + 3 diff --git a/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/catalog.composite b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/catalog.composite new file mode 100644 index 0000000000..a4276816d6 --- /dev/null +++ b/sandbox/sca-cloud-tutorial/store-catalog-appengine-webapp/war/catalog.composite @@ -0,0 +1,42 @@ + + + + + + + USD + + + + + + + + + + + + + + -- cgit v1.2.3