You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/04/25 06:28:49 UTC

svn commit: r532188 - /logging/sandbox/log4j/expression-filter/src/site/site.xml

Author: carnold
Date: Tue Apr 24 21:28:48 2007
New Revision: 532188

URL: http://svn.apache.org/viewvc?view=rev&rev=532188
Log:
Bug 42099: Fixed reports macro, CR to LF

Modified:
    logging/sandbox/log4j/expression-filter/src/site/site.xml

Modified: logging/sandbox/log4j/expression-filter/src/site/site.xml
URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/expression-filter/src/site/site.xml?view=diff&rev=532188&r1=532187&r2=532188
==============================================================================
--- logging/sandbox/log4j/expression-filter/src/site/site.xml (original)
+++ logging/sandbox/log4j/expression-filter/src/site/site.xml Tue Apr 24 21:28:48 2007
@@ -1 +1,36 @@
-<!--
 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.

-->
<project name="Component">
  <bannerLeft>
    <name>Logging Services</name>
    <src>images/ls-logo.jpg</src>
    <href>http://logging.apache.org/</href>
  </bannerLeft>
  <bannerRight>
    <src>images/logo.jpg<
 /src>
  </bannerRight>
  <body>
    <links>
      <item name="Apache" href="http://www.apache.org/" />
      <item name="Logging Services" href="http://logging.apache.org/"/>
      <item name="Log4j" href="http://logging.apache.org/log4j/"/>
      <item name="Log4j Companions" href="http://logging.apache.org/log4j/companions"/>
    </links>
    {$reports}
  </body>
</project>
\ No newline at end of file
+<!--
+ 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.
+
+-->
+<project name="Component">
+  <bannerLeft>
+    <name>Logging Services</name>
+    <src>images/ls-logo.jpg</src>
+    <href>http://logging.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>images/logo.jpg</src>
+  </bannerRight>
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="Logging Services" href="http://logging.apache.org/"/>
+      <item name="Log4j" href="http://logging.apache.org/log4j/"/>
+      <item name="Log4j Companions" href="http://logging.apache.org/log4j/companions"/>
+    </links>
+    ${ reports}
+  </body>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org