You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/23 07:36:48 UTC

svn commit: r640161 [2/2] - in /incubator/tuscany/branches/sca-java-1.2: demos/bigbank-stockquote/src/main/resources/ demos/bigbank/src/main/resources/ demos/secure-bigbank/secure-bigbank-account/src/main/resources/ demos/secure-bigbank/secure-bigbank-...

Modified: incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/java/shoppingstore/services/proxy/ShoppingStoreServiceImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/java/shoppingstore/services/proxy/ShoppingStoreServiceImpl.java?rev=640161&r1=640160&r2=640161&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/java/shoppingstore/services/proxy/ShoppingStoreServiceImpl.java (original)
+++ incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/java/shoppingstore/services/proxy/ShoppingStoreServiceImpl.java Sat Mar 22 23:36:46 2008
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 package shoppingstore.services.proxy;
 
 import org.osoa.sca.annotations.Reference;

Modified: incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/resources/shoppingstore.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/resources/shoppingstore.composite?rev=640161&r1=640160&r2=640161&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/resources/shoppingstore.composite (original)
+++ incubator/tuscany/branches/sca-java-1.2/tutorial/www-services/catalog-amazon/cart-amazon/src/main/resources/shoppingstore.composite Sat Mar 22 23:36:46 2008
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.    
+-->
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
 			targetNamespace="http://webservices.amazon.com/AWSECommerceService/2007-05-14"
 			xmlns:tns="http://webservices.amazon.com/AWSECommerceService/2007-05-14"
@@ -17,4 +36,4 @@
 	<component name="CartServiceComponent">
         <implementation.java class="shoppingstore.services.cart.CartServiceImpl" />
     </component>
-</composite>
\ No newline at end of file
+</composite>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org