Return-Path: Delivered-To: apmail-portals-pluto-scm-archive@www.apache.org Received: (qmail 59827 invoked from network); 6 Feb 2007 01:51:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 01:51:31 -0000 Received: (qmail 88515 invoked by uid 500); 6 Feb 2007 01:51:38 -0000 Delivered-To: apmail-portals-pluto-scm-archive@portals.apache.org Received: (qmail 88415 invoked by uid 500); 6 Feb 2007 01:51:38 -0000 Mailing-List: contact pluto-scm-help@portals.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list pluto-scm@portals.apache.org Received: (qmail 88314 invoked by uid 99); 6 Feb 2007 01:51:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 17:51:37 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Mon, 05 Feb 2007 17:51:22 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id ABCEB1A9823; Mon, 5 Feb 2007 17:51:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r503952 [4/7] - in /portals/pluto/trunk: ./ assembly/ assembly/src/main/assembly/ maven-pluto-plugin/ maven-pluto-plugin/src/main/java/org/apache/pluto/maven/ maven-pluto-plugin/src/main/resources/ maven-pluto-plugin/src/main/scripts/ maven... Date: Tue, 06 Feb 2007 01:50:41 -0000 To: pluto-scm@portals.apache.org From: esm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070206015102.ABCEB1A9823@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletMappingDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletMappingDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletMappingDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/ServletMappingDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SessionConfigDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SessionConfigDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SessionConfigDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/SessionConfigDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/TaglibDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/TaglibDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/TaglibDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/TaglibDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebAppDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebAppDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebAppDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebAppDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebResourceCollectionDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebResourceCollectionDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebResourceCollectionDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WebResourceCollectionDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WelcomeFileListDD.java URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WelcomeFileListDD.java?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WelcomeFileListDD.java (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/main/java/org/apache/pluto/descriptors/servlet/WelcomeFileListDD.java Mon Feb 5 17:50:15 2007 @@ -1,9 +1,10 @@ /* - * Copyright 2005 The Apache Software Foundation - * - * Licensed 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 + * 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 * Modified: portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml?view=diff&rev=503952&r1=503951&r2=503952 ============================================================================== --- portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml (original) +++ portals/pluto/trunk/pluto-descriptor-api/src/site/site.xml Mon Feb 5 17:50:15 2007 @@ -1,10 +1,11 @@