From 0c25c1f440cf92887597ca85d622c8e65343fb30 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 14 Apr 2011 10:02:31 +0000 Subject: Add a stripped down JSE sample. This has rolled it back to the simplest I think we can make it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092086 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/samples/running-tuscany/jse/run-sample.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sca-java-2.x/trunk/samples/running-tuscany/jse/run-sample.sh (limited to 'sca-java-2.x/trunk/samples/running-tuscany/jse/run-sample.sh') diff --git a/sca-java-2.x/trunk/samples/running-tuscany/jse/run-sample.sh b/sca-java-2.x/trunk/samples/running-tuscany/jse/run-sample.sh new file mode 100644 index 0000000000..ecc78c2e46 --- /dev/null +++ b/sca-java-2.x/trunk/samples/running-tuscany/jse/run-sample.sh @@ -0,0 +1,19 @@ +# 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 + +java -cp ../../../features/tuscany-base-runtime-pom/tuscany-base-runtime-pom-manifest.jar;target/jse.jar launcher.LaunchCalculatorContribution -- cgit v1.2.3