Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0255010B7B for ; Wed, 17 Jul 2013 18:35:04 +0000 (UTC) Received: (qmail 25728 invoked by uid 500); 17 Jul 2013 18:35:03 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 25670 invoked by uid 500); 17 Jul 2013 18:35:02 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 25662 invoked by uid 99); 17 Jul 2013 18:35:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 18:35:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 18:34:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F2D4C23888E2; Wed, 17 Jul 2013 18:34:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1504227 - in /manifoldcf/trunk/test-materials/alfresco-4-war/src/main: resources/alfresco/extension/dev-log4j.properties resources/log4j.properties webapp/WEB-INF/web.xml Date: Wed, 17 Jul 2013 18:34:37 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130717183437.F2D4C23888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Wed Jul 17 18:34:37 2013 New Revision: 1504227 URL: http://svn.apache.org/r1504227 Log: Attach appropriate apache headers to the checked-in configuration files. Part of CONNECTORS-755. Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties?rev=1504227&r1=1504226&r2=1504227&view=diff ============================================================================== --- manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties (original) +++ manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties Wed Jul 17 18:34:37 2013 @@ -1,2 +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. + # You can add here custom log4j classes. This will be merged with the main log4j.properties # See http://wiki.alfresco.com/wiki/Developing_an_Alfresco_Module#Best_Log4j_Configuration_Practices \ No newline at end of file Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties?rev=1504227&r1=1504226&r2=1504227&view=diff ============================================================================== --- manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties (original) +++ manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties Wed Jul 17 18:34:37 2013 @@ -1,3 +1,18 @@ +# 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. + # This is a full override of Alfresco 4.2.b log4j.properties # This file overwrites the alfresco.war log4j.properties Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml?rev=1504227&r1=1504226&r2=1504227&view=diff ============================================================================== --- manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml (original) +++ manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml Wed Jul 17 18:34:37 2013 @@ -4,6 +4,23 @@ "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> + + Alfresco Web Client