You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/07/03 00:19:31 UTC

svn commit: r960125 - in /tuscany/sca-java-2.x/trunk/samples/launcher-shell: README sca sca-test sca-test-remote

Author: jsdelfino
Date: Fri Jul  2 22:19:31 2010
New Revision: 960125

URL: http://svn.apache.org/viewvc?rev=960125&view=rev
Log:
Fix build instructions, add missing license header in script.

Modified:
    tuscany/sca-java-2.x/trunk/samples/launcher-shell/README
    tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca
    tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test
    tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test-remote

Modified: tuscany/sca-java-2.x/trunk/samples/launcher-shell/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/launcher-shell/README?rev=960125&r1=960124&r2=960125&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/launcher-shell/README (original)
+++ tuscany/sca-java-2.x/trunk/samples/launcher-shell/README Fri Jul  2 22:19:31 2010
@@ -6,7 +6,7 @@ start and stop SCA composites.
 
 To build the sample shell do this:
 mvn install
-mvn dependency copy-dependencies
+mvn dependency:copy-dependencies
 
 To run it:
 ./sca

Modified: tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca?rev=960125&r1=960124&r2=960125&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca (original)
+++ tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca Fri Jul  2 22:19:31 2010
@@ -1,2 +1,19 @@
 #!/bin/bash
+# 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
+
 java -classpath `find target -name "*.jar" | awk '{ printf "%s:", $1 }'` sample.Shell
+

Modified: tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test?rev=960125&r1=960124&r2=960125&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test (original)
+++ tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test Fri Jul  2 22:19:31 2010
@@ -1,3 +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
+
 start foo c1 ../contribution-implementation-java-calculator/target/classes
 stop foo
 start foo c1 ../contribution-implementation-java-calculator/target/classes

Modified: tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test-remote
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test-remote?rev=960125&r1=960124&r2=960125&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test-remote (original)
+++ tuscany/sca-java-2.x/trunk/samples/launcher-shell/sca-test-remote Fri Jul  2 22:19:31 2010
@@ -1,3 +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
+
 start foo c1 http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar
 stop foo
 start foo c1 http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar