You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/01/18 22:03:05 UTC

svn commit: r125546 - in cocoon/trunk/src: blocks/apples/WEB-INF/logkitconf blocks/cron/WEB-INF/logkitconf blocks/forms/WEB-INF/logkitconf blocks/portal/WEB-INF/logkitconf blocks/slide/WEB-INF/logkitconf blocks/woody/WEB-INF/logkitconf webapp/WEB-INF/logkitconf

Author: cziegeler
Date: Tue Jan 18 13:03:04 2005
New Revision: 125546

URL: http://svn.apache.org/viewcvs?view=rev&rev=125546
Log:
Props

Modified:
   cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit   (contents, props changed)
   cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit   (contents, props changed)
   cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit   (contents, props changed)
   cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit   (contents, props changed)
   cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit   (contents, props changed)
   cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit   (contents, props changed)
   cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit   (contents, props changed)

Modified: cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit&r1=125545&p2=cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit	(original)
+++ cocoon/trunk/src/blocks/apples/WEB-INF/logkitconf/apples.logkit	Tue Jan 18 13:03:04 2005
@@ -1,38 +1,38 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 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
-
-      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.
--->
-<!--+
-    |
-    | SVN $Id: cocoon-apples.xconf 125443 2005-01-17 20:39:52Z cziegeler $
-    +-->
-<logkit>
-  <targets>
-    <cocoon id="apples">
-      <filename>${context-root}/WEB-INF/logs/apples.log</filename>
-
-      <format type="cocoon">
-        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
-      </format>
-      <append>false</append>
-    </cocoon>
-  </targets>
-  <categories>
-    <category log-level="ERROR" name="apples">
-      <log-target id-ref="apples" />
-      <log-target id-ref="error" />
-    </category>
-  </categories>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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
+
+      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.
+-->
+<!--+
+    |
+    | SVN $Id$
+    +-->
+<logkit>
+  <targets>
+    <cocoon id="apples">
+      <filename>${context-root}/WEB-INF/logs/apples.log</filename>
+
+      <format type="cocoon">
+        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
+      </format>
+      <append>false</append>
+    </cocoon>
+  </targets>
+  <categories>
+    <category log-level="ERROR" name="apples">
+      <log-target id-ref="apples" />
+      <log-target id-ref="error" />
+    </category>
+  </categories>
 </logkit>

Modified: cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit&r1=125545&p2=cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit	(original)
+++ cocoon/trunk/src/blocks/cron/WEB-INF/logkitconf/cron.logkit	Tue Jan 18 13:03:04 2005
@@ -1,37 +1,37 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 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
-
-      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.
--->
-<!--+
-    |
-    | SVN $Id: cocoon-apples.xconf 125443 2005-01-17 20:39:52Z cziegeler $
-    +-->
-<logkit>
-  <targets>
-    <cocoon id="cron">
-        <filename>${context-root}/WEB-INF/logs/cron.log</filename>
-        <format type="cocoon">
-            %7.7{priority} %{time}   [%{category}] %{thread}/%{class:short}: %{message}\n%{throwable}
-        </format>
-        <append>true</append>
-    </cocoon>
-  </targets>
-  <categories>
-    <category log-level="INFO" name="cron">
-        <log-target id-ref="cron" />
-        <log-target id-ref="error"/>
-    </category>
-  </categories>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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
+
+      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.
+-->
+<!--+
+    |
+    | SVN $Id$
+    +-->
+<logkit>
+  <targets>
+    <cocoon id="cron">
+        <filename>${context-root}/WEB-INF/logs/cron.log</filename>
+        <format type="cocoon">
+            %7.7{priority} %{time}   [%{category}] %{thread}/%{class:short}: %{message}\n%{throwable}
+        </format>
+        <append>true</append>
+    </cocoon>
+  </targets>
+  <categories>
+    <category log-level="INFO" name="cron">
+        <log-target id-ref="cron" />
+        <log-target id-ref="error"/>
+    </category>
+  </categories>
 </logkit>

Modified: cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit&r1=125545&p2=cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit	(original)
+++ cocoon/trunk/src/blocks/forms/WEB-INF/logkitconf/forms.logkit	Tue Jan 18 13:03:04 2005
@@ -1,38 +1,38 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 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
-
-      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.
--->
-<!--+
-    |
-    | SVN $Id: cocoon-apples.xconf 125443 2005-01-17 20:39:52Z cziegeler $
-    +-->
-<logkit>
-  <targets>
-    <cocoon id="forms">
-      <filename>${context-root}/WEB-INF/logs/forms.log</filename>
-
-      <format type="cocoon">
-        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
-      </format>
-      <append>false</append>
-    </cocoon>
-  </targets>
-  <categories>
-    <category log-level="ERROR" name="forms">
-    	<log-target id-ref="forms" />
-      <log-target id-ref="error"/>
-    </category>
-  </categories>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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
+
+      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.
+-->
+<!--+
+    |
+    | SVN $Id$
+    +-->
+<logkit>
+  <targets>
+    <cocoon id="forms">
+      <filename>${context-root}/WEB-INF/logs/forms.log</filename>
+
+      <format type="cocoon">
+        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
+      </format>
+      <append>false</append>
+    </cocoon>
+  </targets>
+  <categories>
+    <category log-level="ERROR" name="forms">
+    	<log-target id-ref="forms" />
+      <log-target id-ref="error"/>
+    </category>
+  </categories>
 </logkit>

Modified: cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit&r1=125545&p2=cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit	(original)
+++ cocoon/trunk/src/blocks/portal/WEB-INF/logkitconf/portal.logkit	Tue Jan 18 13:03:04 2005
@@ -1,38 +1,38 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 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
-
-      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.
--->
-<!--+
-    |
-    | SVN $Id: cocoon-apples.xconf 125443 2005-01-17 20:39:52Z cziegeler $
-    +-->
-<logkit>
-  <targets>
-    <cocoon id="portal">
-      <filename>${context-root}/WEB-INF/logs/portal.log</filename>
-
-      <format type="cocoon">
-        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
-      </format>
-      <append>false</append>
-    </cocoon>
-  </targets>
-  <categories>
-    <category log-level="ERROR" name="portal">
-      <log-target id-ref="portal" />
-      <log-target id-ref="error"/>
-    </category>
-  </categories>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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
+
+      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.
+-->
+<!--+
+    |
+    | SVN $Id$
+    +-->
+<logkit>
+  <targets>
+    <cocoon id="portal">
+      <filename>${context-root}/WEB-INF/logs/portal.log</filename>
+
+      <format type="cocoon">
+        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
+      </format>
+      <append>false</append>
+    </cocoon>
+  </targets>
+  <categories>
+    <category log-level="ERROR" name="portal">
+      <log-target id-ref="portal" />
+      <log-target id-ref="error"/>
+    </category>
+  </categories>
 </logkit>

Modified: cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit&r1=125545&p2=cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit	(original)
+++ cocoon/trunk/src/blocks/slide/WEB-INF/logkitconf/slide.logkit	Tue Jan 18 13:03:04 2005
@@ -1,37 +1,37 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 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
-
-      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.
--->
-<!--+
-    |
-    | SVN $Id: cocoon-apples.xconf 125443 2005-01-17 20:39:52Z cziegeler $
-    +-->
-<logkit>
-  <targets>
-    <cocoon id="slide">
-      <filename>${context-root}/WEB-INF/logs/slide.log</filename>
-      <format type="cocoon">
-        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
-      </format>
-      <append>false</append>
-    </cocoon>
-  </targets>
-  <categories>
-    <category name="slide" log-level="INFO">
-      <log-target id-ref="slide"/>
-      <log-target id-ref="error"/>
-    </category>
-  </categories>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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
+
+      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.
+-->
+<!--+
+    |
+    | SVN $Id$
+    +-->
+<logkit>
+  <targets>
+    <cocoon id="slide">
+      <filename>${context-root}/WEB-INF/logs/slide.log</filename>
+      <format type="cocoon">
+        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
+      </format>
+      <append>false</append>
+    </cocoon>
+  </targets>
+  <categories>
+    <category name="slide" log-level="INFO">
+      <log-target id-ref="slide"/>
+      <log-target id-ref="error"/>
+    </category>
+  </categories>
 </logkit>

Modified: cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit&r1=125545&p2=cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit	(original)
+++ cocoon/trunk/src/blocks/woody/WEB-INF/logkitconf/woody.logkit	Tue Jan 18 13:03:04 2005
@@ -1,38 +1,38 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-2004 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
-
-      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.
--->
-<!--+
-    |
-    | SVN $Id: cocoon-apples.xconf 125443 2005-01-17 20:39:52Z cziegeler $
-    +-->
-<logkit>
-  <targets>
-    <cocoon id="woody">
-      <filename>${context-root}/WEB-INF/logs/woody.log</filename>
-
-      <format type="cocoon">
-        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
-      </format>
-      <append>false</append>
-    </cocoon>
-  </targets>
-  <categories>
-    <category log-level="ERROR" name="woody">
-    	<log-target id-ref="woody" />
-      <log-target id-ref="error"/>
-    </category>
-  </categories>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 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
+
+      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.
+-->
+<!--+
+    |
+    | SVN $Id$
+    +-->
+<logkit>
+  <targets>
+    <cocoon id="woody">
+      <filename>${context-root}/WEB-INF/logs/woody.log</filename>
+
+      <format type="cocoon">
+        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: %{message}\n%{throwable}
+      </format>
+      <append>false</append>
+    </cocoon>
+  </targets>
+  <categories>
+    <category log-level="ERROR" name="woody">
+    	<log-target id-ref="woody" />
+      <log-target id-ref="error"/>
+    </category>
+  </categories>
 </logkit>

Modified: cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit?view=diff&rev=125546&p1=cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit&r1=125545&p2=cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit&r2=125546
==============================================================================
--- cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit	(original)
+++ cocoon/trunk/src/webapp/WEB-INF/logkitconf/core.logkit	Tue Jan 18 13:03:04 2005
@@ -1,20 +1,20 @@
-<?xml version="1.0"?>
-<!--
-  Copyright 1999-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
-
-      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.
--->
-<!-- SVN $Id:$ -->
-<logkit>
-  <!-- Just a dummy -->
-</logkit>
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-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
+
+      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.
+-->
+<!-- SVN $Id:$ -->
+<logkit>
+  <!-- Just a dummy -->
+</logkit>