From ac782e70a0be1937550da31b0f7028ab83826295 Mon Sep 17 00:00:00 2001 From: fmoga Date: Mon, 20 Sep 2010 17:58:36 +0000 Subject: Added binding comet sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999027 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/fmoga/binding-comet-sample/deploy.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 sandbox/fmoga/binding-comet-sample/deploy.sh (limited to 'sandbox/fmoga/binding-comet-sample/deploy.sh') diff --git a/sandbox/fmoga/binding-comet-sample/deploy.sh b/sandbox/fmoga/binding-comet-sample/deploy.sh new file mode 100755 index 0000000000..eb53bd5c76 --- /dev/null +++ b/sandbox/fmoga/binding-comet-sample/deploy.sh @@ -0,0 +1,20 @@ +# 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 + +#!/bin/bash + +mvn clean install +appcfg.sh update target/comet-webapp \ No newline at end of file -- cgit v1.2.3