You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/11/01 06:55:22 UTC

svn commit: r1195835 - /james/project/trunk/src/reporting-site/site.xml

Author: felixk
Date: Tue Nov  1 05:55:22 2011
New Revision: 1195835

URL: http://svn.apache.org/viewvc?rev=1195835&view=rev
Log:
Add XML schema reference

Modified:
    james/project/trunk/src/reporting-site/site.xml

Modified: james/project/trunk/src/reporting-site/site.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/src/reporting-site/site.xml?rev=1195835&r1=1195834&r2=1195835&view=diff
==============================================================================
--- james/project/trunk/src/reporting-site/site.xml (original)
+++ james/project/trunk/src/reporting-site/site.xml Tue Nov  1 05:55:22 2011
@@ -1,23 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-	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.    
+    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="${project.name}">
+<project
+    xmlns="http://maven.apache.org/DECORATION/1.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+    name="${project.name}">
 
     <skin>
         <groupId>org.apache.james</groupId>
@@ -25,18 +29,18 @@
         <version>${james-skin.version}</version>
     </skin>
 
-	<bannerLeft>
-		<name>James Server</name>
-		<src>images/logos/james-server-logo.gif</src>
-		<href>http://james.apache.org/index.html</href>
+    <bannerLeft>
+        <name>James Server</name>
+        <src>images/logos/james-server-logo.gif</src>
+        <href>http://james.apache.org/index.html</href>
         <alt>james-project-logo.gif</alt>
-	</bannerLeft>
+    </bannerLeft>
 
-	<bannerRight>
-		<name>The Apache Software Foundation</name>
-		<src>images/logos/asf-logo-reduced.gif</src>
-		<href>http://www.apache.org/index.html</href>
-	</bannerRight>
+    <bannerRight>
+        <name>The Apache Software Foundation</name>
+        <src>images/logos/asf-logo-reduced.gif</src>
+        <href>http://www.apache.org/index.html</href>
+    </bannerRight>
 
     <body>
         <menu ref="reports" />



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