Author: felixk
Date: Mon Jul 18 06:32:10 2011
New Revision: 1147756
URL: http://svn.apache.org/viewvc?rev=1147756&view=rev
Log:
Add site-reporting directory
Added:
james/postage/trunk/src/reporting-site/
james/postage/trunk/src/reporting-site/site.xml (with props)
Added: james/postage/trunk/src/reporting-site/site.xml
URL:
http://svn.apache.org/viewvc/james/postage/trunk/src/reporting-site/site.xml?rev=1147756&view=auto
==============================================================================
--- james/postage/trunk/src/reporting-site/site.xml (added)
+++ james/postage/trunk/src/reporting-site/site.xml Mon Jul 18 06:32:10 2011
@@ -0,0 +1,47 @@
+<?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.
+-->
+<project name="${project.name}">
+
+ <skin>
+ <groupId>org.apache.james</groupId>
+ <artifactId>maven-skin</artifactId>
+ <version>1.7-SNAPSHOT</version>
+ </skin>
+
+ <bannerLeft>
+ <name>James Postage</name>
+ <src>images/logos/james-postage-logo.gif</src>
+ <href>http://james.apache.org/postage/index.html</href>
+ <alt>james-postage-logo.gif</alt>
+ </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>
+
+ <body>
+
+ <menu ref="reports" />
+
+ </body>
+
+</project>
Propchange: james/postage/trunk/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: james/postage/trunk/src/reporting-site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]