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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
