Author: niallp
Date: Wed Aug  1 19:42:59 2007
New Revision: 562000

URL: http://svn.apache.org/viewvc?view=rev&rev=562000
Log:
Add site.xml, copy images to default m2 location and move to latest parent pom 
SNAPSHOT

Added:
    commons/proper/email/trunk/src/site/
    commons/proper/email/trunk/src/site/resources/
    commons/proper/email/trunk/src/site/resources/images/
      - copied from r561603, commons/proper/email/trunk/xdocs/images/
    commons/proper/email/trunk/src/site/site.xml   (with props)
Modified:
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?view=diff&rev=562000&r1=561999&r2=562000
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Aug  1 19:42:59 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>3</version>
+        <version>4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-email</groupId>

Added: commons/proper/email/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/site/site.xml?view=auto&rev=562000
==============================================================================
--- commons/proper/email/trunk/src/site/site.xml (added)
+++ commons/proper/email/trunk/src/site/site.xml Wed Aug  1 19:42:59 2007
@@ -0,0 +1,45 @@
+<?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="Commons Email">
+    <bannerRight>
+        <name>Commons Email</name>
+        <src>/images/email-logo-white.png</src>
+        <href>/index.html</href>
+    </bannerRight>
+
+    <body>
+        <menu name="Email">
+            <item name="Overview"                href="/index.html"/>
+            <item name="Download"                
href="http://commons.apache.org/downloads/download_email.cgi"/>
+            <item name="Dependencies"            href="/dependencies.html"/>
+            <item name="User guide"              href="/userguide.html"/>
+            <item name="Javadoc (1.0 release)"   
href="/api-release/index.html"/>
+            <item name="License"                 href="/license.html"/>
+        </menu>
+    
+        <menu name="Development">
+            <item name="Building"                href="/building.html"/>
+            <item name="Mailing Lists"           href="/mail-lists.html"/>
+            <item name="Issue Tracking"          href="/issue-tracking.html"/>
+            <item name="Source Repository"       
href="/source-repository.html"/>
+            <item name="Javadoc (SVN latest)"    href="/apidocs/index.html"/>
+        </menu>
+
+    </body>
+
+</project>

Propchange: commons/proper/email/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/email/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to