Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 26380 invoked from network); 4 Apr 2008 05:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 05:01:22 -0000 Received: (qmail 72171 invoked by uid 500); 4 Apr 2008 05:01:22 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 72155 invoked by uid 500); 4 Apr 2008 05:01:22 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 72146 invoked by uid 99); 4 Apr 2008 05:01:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 22:01:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 05:00:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 13D641A9832; Thu, 3 Apr 2008 22:00:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r644608 - in /incubator/tuscany/branches/sca-java-1.2: modules/implementation-spring/src/main/resources/META-INF/ samples/calculator-implementation-policies/src/main/resources/ tutorial/catalog-ejb/src/main/java/client/ Date: Fri, 04 Apr 2008 05:00:48 -0000 To: tuscany-commits@ws.apache.org From: lresende@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080404050050.13D641A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Thu Apr 3 22:00:47 2008 New Revision: 644608 URL: http://svn.apache.org/viewvc?rev=644608&view=rev Log: Fixing RAT warnings Modified: incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java Modified: incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers?rev=644608&r1=644607&r2=644608&view=diff ============================================================================== --- incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers (original) +++ incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.handlers Thu Apr 3 22:00:47 2008 @@ -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 +# under the License. http\://www.springframework.org/schema/sca=org.springframework.sca.config.ScaNamespaceHandler Modified: incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas?rev=644608&r1=644607&r2=644608&view=diff ============================================================================== --- incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas (original) +++ incubator/tuscany/branches/sca-java-1.2/modules/implementation-spring/src/main/resources/META-INF/spring.schemas Thu Apr 3 22:00:47 2008 @@ -1 +1,17 @@ +# 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. http\://www.springframework.org/schema/sca/spring-sca.xsd=org/springframework/sca/xml/spring-sca.xsd Modified: incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config?rev=644608&r1=644607&r2=644608&view=diff ============================================================================== --- incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config (original) +++ incubator/tuscany/branches/sca-java-1.2/samples/calculator-implementation-policies/src/main/resources/CalculatorJass.config Thu Apr 3 22:00:47 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. + */ Calculator { calculator.security.JaasLoginModule required debug=true; }; Modified: incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java?rev=644608&r1=644607&r2=644608&view=diff ============================================================================== --- incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java (original) +++ incubator/tuscany/branches/sca-java-1.2/tutorial/catalog-ejb/src/main/java/client/Client.java Thu Apr 3 22:00:47 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 client; import javax.naming.InitialContext; --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org