Author: grantsmith
Date: Wed May 4 14:50:08 2005
New Revision: 168198
URL: http://svn.apache.org/viewcvs?rev=168198&view=rev
Log:
Update some documentation files to reflect SVN
Modified:
myfaces/trunk/build/bootstrap.xml
myfaces/trunk/doc/developer-notes.txt
myfaces/trunk/src/documentation/content/xdocs/binary.xml
myfaces/trunk/src/documentation/content/xdocs/project/cvs.xml
myfaces/trunk/src/documentation/content/xdocs/source.xml
Modified: myfaces/trunk/build/bootstrap.xml
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/build/bootstrap.xml?rev=168198&r1=168197&r2=168198&view=diff
==============================================================================
--- myfaces/trunk/build/bootstrap.xml (original)
+++ myfaces/trunk/build/bootstrap.xml Wed May 4 14:50:08 2005
@@ -2,8 +2,8 @@
<!--
This is a basic ant build file that can perform a so-called "bootstrap" build
of any project.
-The only requirement is that the project be checked in CVS and have its own
build file. Basically this will check out
-the project (by specific version if desired) and run the appropriate build
script. The CVS client must also be available
+The only requirement is that the project be checked in SVN and have its own
build file. Basically this will check out
+the project (by specific version if desired) and run the appropriate build
script. The SVN client must also be available
through the system path.
-->
<project name="Bootstrap Build Script" default="nightly" basedir=".">
@@ -121,7 +121,7 @@
</copy>
</target>
-
+
<target name="check">
<!-- make sure build.version property was set (externally) -->
<fail unless="build.version">
@@ -130,7 +130,7 @@
<!-- make sure user specified a release directory on their local
machine (externally) -->
<fail unless="release.dir">
The release.dir property must be set (use command line or
bootstrap.local.properies.)
- </fail>
+ </fail>
</target>
</project>
Modified: myfaces/trunk/doc/developer-notes.txt
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/doc/developer-notes.txt?rev=168198&r1=168197&r2=168198&view=diff
==============================================================================
--- myfaces/trunk/doc/developer-notes.txt (original)
+++ myfaces/trunk/doc/developer-notes.txt Wed May 4 14:50:08 2005
@@ -45,7 +45,7 @@
XXX: something that is bogus but works
FIXME: something that is bogus and broken
-* CVS
+* Version Control
- Every developer may upload files, if (s)he is confident, that this
file is usable for others.
- Uploaded java files must be compilable, of course.
Modified: myfaces/trunk/src/documentation/content/xdocs/binary.xml
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/binary.xml?rev=168198&r1=168197&r2=168198&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/binary.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/binary.xml Wed May 4
14:50:08 2005
@@ -103,8 +103,8 @@
<p>
If you want to use the latest Apache MyFaces features, the
source code is under
version control with SVN. Click <link
href="http://apache.org/dev/version-control.html">here</link>
- for information on how to use the ASF CVS Repository. There
are also
- <a
href="http://cvs.apache.org/builds/myfaces/nightly">nightly</a>
+ for information on how to use the ASF SVN Repository. There
are also
+ <a
href="http://svn.apache.org/builds/myfaces/nightly">nightly</a>
builds available every 24 hours (11:00 PM EST).
</p>
</section>
Modified: myfaces/trunk/src/documentation/content/xdocs/project/cvs.xml
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/project/cvs.xml?rev=168198&r1=168197&r2=168198&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/project/cvs.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/project/cvs.xml Wed May 4
14:50:08 2005
@@ -1,13 +1,13 @@
<?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>CVS</title>
- </header>
+<document>
+ <header>
+ <title>SVN</title>
+ </header>
<body>
<ul>
- <li><link href="http://cvs.sourceforge.net/viewcvs.py/myfaces/">Browse
the CVS Repository</link></li>
- <li><link href="http://sourceforge.net/cvs/?group_id=69709">Anonymous
CVS Access</link></li>
+ <li><link href="http://svn.apache.org/viewcvs.cgi/myfaces/">Browse the SVN
Repository</link></li>
+ <li><link href="http://svn.apache.org/repos/asf/myfaces">Anonymous SVN
Access</link></li>
</ul>
</body>
</document>
Modified: myfaces/trunk/src/documentation/content/xdocs/source.xml
URL:
http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/source.xml?rev=168198&r1=168197&r2=168198&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/source.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/source.xml Wed May 4
14:50:08 2005
@@ -88,7 +88,7 @@
If you want to use the latest Apache MyFaces features, the
source code is under
version control with CVS. Click <link
href="http://apache.org/dev/version-control.html">here</link>
for information on how to use the ASF CVS Repository. There
are also
- <a
href="http://cvs.apache.org/builds/myfaces/nightly">nightly</a>
+ <a
href="http://svn.apache.org/builds/myfaces/nightly">nightly</a>
builds available every 24 hours (11:00 PM EST).
</p>
</section>