You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/05/13 00:40:36 UTC

svn commit: r169897 - in /myfaces/trunk/src/documentation/content/xdocs: foo.xml site.xml

Author: schof
Date: Thu May 12 15:40:36 2005
New Revision: 169897

URL: http://svn.apache.org/viewcvs?rev=169897&view=rev
Log:
test document (checking to see if automated build *adds* a brand new document)

Added:
    myfaces/trunk/src/documentation/content/xdocs/foo.xml
Modified:
    myfaces/trunk/src/documentation/content/xdocs/site.xml

Added: myfaces/trunk/src/documentation/content/xdocs/foo.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/foo.xml?rev=169897&view=auto
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/foo.xml (added)
+++ myfaces/trunk/src/documentation/content/xdocs/foo.xml Thu May 12 15:40:36 2005
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
+<document>
+  <header>
+    <title>News Archive</title>
+  </header>
+  <body>
+    <section>
+        <title>February 23, 2005 - MyFaces is Now a Top Level Apache Project</title>
+        <note label="Email to myfaces-dev from ASF Board">
+            Hi All,<br/>
+            <br/>
+            Congratulations to all for officially making MyFaces into a top level Apache
+            project!
+            <br/><br/>
+            For the last couple of years, I believe the project has come a long way from
+            its small beginnings. All of this is thanks to the contribution of every one
+            of you, regardless of how large or small. Open source development, coupled
+            with strong leadership (Manfred and others), is always a winning combination!
+            <br/><br/>
+            Once again, Congratulations.
+            <br/><br/>
+            Anton
+        </note>
+    </section>
+  </body>
+</document>

Modified: myfaces/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/site.xml?rev=169897&r1=169896&r2=169897&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/site.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/site.xml Thu May 12 15:40:36 2005
@@ -6,6 +6,7 @@
         <news label="News">
             <current label="Current" href="index.html"/>
             <current label="Archive" href="news-archive.html"/>
+            <current label="Foo" href="foo.html"/>
         </news>
         <downloads label="Downloads">
             <bindownload label="Binary" href="http://myfaces.apache.org/binary.cgi"/>