Author: schof
Date: Tue May 3 12:46:38 2005
New Revision: 167968
URL: http://svn.apache.org/viewcvs?rev=167968&view=rev
Log:
Fixed bootstrap documentation to reflect SVN related changes; misc changes to
site
Added:
myfaces/trunk/src/documentation/content/xdocs/news-archive.xml
Modified:
myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml
myfaces/trunk/src/documentation/content/xdocs/site.xml
Modified: myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml?rev=167968&r1=167967&r2=167968&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/docs/bootstrap.xml Tue May 3
12:46:38 2005
@@ -14,8 +14,8 @@
<p>
The following instructions are for the setup and usage of the
bootstrap.xml build file. This file is an Ant script
- which can be used to generate and publish the nightly builds using the
latest CVS code. It is also used to publish
- the release builds.
+ which can be used to generate and publish the nightly builds using the
latest SVN code. It is also used to build
+ and sign the release builds.
</p>
<ul>
<li>
@@ -33,9 +33,16 @@
</ul>
<ul>
<li>
+ Download the jsvn.jar from
+ <link
href="http://jsvn.alternatecomputing.com/">alternatecomputing.com</link>
+ and copy to <code>$ANT_HOME/lib</code>. This is necessary to
allow ant to use SVN to retrieve the source code.
+ </li>
+ </ul>
+ <ul>
+ <li>
Install
- <link href="https://www.cvshome.org/">CVS</link>.
- Make sure the cvs binary is part of the <code>$PATH</code>.
+ <link href="http://subversion.tigris.org/">SVN</link>.
+ Make sure the svn binary is part of the <code>$PATH</code>.
</li>
</ul>
<ul>
@@ -46,8 +53,8 @@
<ul>
<li>
Copy the <code>bootstrap.xml</code> file and
<code>bootstrap.properties</code> files to this directory.
- These files should work without any changes. Currently these
files are located in the CVS repository in
- the <code>incubator-myfaces/build</code> directory. Copy the
<code>bootstrap.properties.local.sample</code>
+ These files should work without any changes. Currently these
files are located in the SVN repository in
+ the <code>build</code> directory. Copy the
<code>bootstrap.properties.local.sample</code>
file to this directory as well. Rename this file to
<code>bootstrap.properties.local</code>. Change the
username and password in this file to a valid username and
password for the destination server.
</li>
Added: myfaces/trunk/src/documentation/content/xdocs/news-archive.xml
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/news-archive.xml?rev=167968&view=auto
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/news-archive.xml (added)
+++ myfaces/trunk/src/documentation/content/xdocs/news-archive.xml Tue May 3
12:46:38 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=167968&r1=167967&r2=167968&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/site.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/site.xml Tue May 3 12:46:38
2005
@@ -3,13 +3,18 @@
<project-information href="" label="Project" tab="project">
<index_pm href="index.html" label="Welcome"/>
- <license label="License" href="license.html" />
+ <news label="News">
+ <current label="Current" href="index.html"/>
+ <current label="Archive" href="news-archive.html"/>
+ </news>
<downloads label="Downloads">
<bindownload label="Binary"
href="http://myfaces.apache.org/binary.cgi"/>
<srcdownload label="Source"
href="http://myfaces.apache.org/source.cgi"/>
<bindownload_html href="binary.html"/> <!-- these dummy links are
necessary -->
<srcdownload_html href="source.html"/> <!-- these dummy links are
necessary -->
+ <nightly label="Nightly"
href="http://cvs.apache.org/builds/myfaces/nightly/"/>
</downloads>
+ <license label="License" href="license.html" />
</project-information>
<docu href="docs/" label="Documentation" tab="documentation">
<gettingstarted label="Getting Started" href="gettingstarted.html"/>