evenisse 2003/03/26 08:33:26 Modified: xdocs faq.xml powered.xml site.xml xdocs/ant-guide navigation.xml xdocs/reference project-descriptor.xml user-guide.xml xdocs/start bootstrap.xml integrate.xml Log: Replace jakarta.apache.org/turbine/maven by maven.apache.org Revision Changes Path 1.28 +1 -1 maven/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/maven/xdocs/faq.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- faq.xml 25 Feb 2003 20:49:22 -0000 1.27 +++ faq.xml 26 Mar 2003 16:33:25 -0000 1.28 @@ -188,7 +188,7 @@ <p> <source> <![CDATA[ -2003-02-26 06:42:04,975 INFO org.apache.maven.changelog.AbstractChangeLogGenerator - SCM Working Directory: D:\Data\workspace\jakarta-turbine-maven +2003-02-26 06:42:04,975 INFO org.apache.maven.changelog.AbstractChangeLogGenerator - SCM Working Directory: D:\Data\workspace\maven 2003-02-26 06:42:04,985 INFO org.apache.maven.changelog.AbstractChangeLogGenerator - SCM Command Line[0]: cvs 2003-02-26 06:42:04,985 INFO org.apache.maven.changelog.AbstractChangeLogGenerator - SCM Command Line[1]: -d 2003-02-26 06:42:04,985 INFO org.apache.maven.changelog.AbstractChangeLogGenerator - SCM Command Line[2]: :pserver:[EMAIL PROTECTED]:/home/cvsroot 1.43 +1 -1 maven/xdocs/powered.xml Index: powered.xml =================================================================== RCS file: /home/cvs/maven/xdocs/powered.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- powered.xml 26 Feb 2003 10:59:29 -0000 1.42 +++ powered.xml 26 Mar 2003 16:33:25 -0000 1.43 @@ -181,7 +181,7 @@ </td> </tr> <tr> - <td><a href="http://jakarta.apache.org/turbine/maven/">Maven</a></td> + <td><a href="http://maven.apache.org/">Maven</a></td> <td> The future of all projects! </td> 1.2 +1 -1 maven/xdocs/site.xml Index: site.xml =================================================================== RCS file: /home/cvs/maven/xdocs/site.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- site.xml 18 Feb 2003 11:13:42 -0000 1.1 +++ site.xml 26 Mar 2003 16:33:25 -0000 1.2 @@ -27,7 +27,7 @@ <body> <links> - <item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/> + <item name="Maven" href="http://maven.apache.org/"/> </links> <menu> <item name="Alpha" href="/alpha/index.html"> 1.2 +1 -1 maven/xdocs/ant-guide/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/navigation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- navigation.xml 5 Oct 2002 13:22:56 -0000 1.1 +++ navigation.xml 26 Mar 2003 16:33:25 -0000 1.2 @@ -12,7 +12,7 @@ <item name="Fulcrum" href="http://jakarta.apache.org/turbine/fulcrum/"/> <item name="TDK" href="http://jakarta.apache.org/turbine/tdk/"/> <item name="Stratum" href="http://jakarta.apache.org/turbine/stratum/"/> - <item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/> + <item name="Maven" href="http://maven.apache.org/"/> <item name="JCS" href="http://jakarta.apache.org/turbine/jcs/"/> </links> <menu name="Differences"> 1.13 +1 -1 maven/xdocs/reference/project-descriptor.xml Index: project-descriptor.xml =================================================================== RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project-descriptor.xml 13 Mar 2003 13:56:05 -0000 1.12 +++ project-descriptor.xml 26 Mar 2003 16:33:25 -0000 1.13 @@ -19,7 +19,7 @@ <p> For reference, the XML schema used to validate the project descriptor is available in the <a - href="http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-maven/src/xsd/maven-project.xsd">CVS + href="http://cvs.apache.org/viewcvs.cgi/maven/src/xsd/maven-project.xsd">CVS Repository</a>. In addition, a sample project descriptor is presented in the <a href="../start/integrate.html">Integration</a> document and there is visual representation of the project descriptor 1.48 +1 -1 maven/xdocs/reference/user-guide.xml Index: user-guide.xml =================================================================== RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- user-guide.xml 18 Mar 2003 00:54:53 -0000 1.47 +++ user-guide.xml 26 Mar 2003 16:33:26 -0000 1.48 @@ -90,7 +90,7 @@ The Maven User Guide is intended to help developers get acquainted with Maven by providing thorough descriptions and examples. If you have any suggestions or comments please feel free to post them to the - <a href="mailto:[EMAIL PROTECTED]">Maven users' list</a>. + <a href="mailto:[EMAIL PROTECTED]">Maven users' list</a>. </p> <p> Thanks for choosing Maven! 1.8 +1 -1 maven/xdocs/start/bootstrap.xml Index: bootstrap.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/bootstrap.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bootstrap.xml 14 Feb 2003 11:40:04 -0000 1.7 +++ bootstrap.xml 26 Mar 2003 16:33:26 -0000 1.8 @@ -49,7 +49,7 @@ <subsection name="Bootstrapping Maven"> <p> Before you can begin the process, you'll need to download the - source from the <code>jakarta-turbine-maven</code> CVS + source from the <code>maven</code> CVS repository. If you are not familiar with the Jakarta CVS repositories, please see the <a href="http://jakarta.apache.org/site/cvsindex.html">documentation</a>. 1.19 +12 -12 maven/xdocs/start/integrate.xml Index: integrate.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/integrate.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- integrate.xml 2 Oct 2002 20:40:07 -0000 1.18 +++ integrate.xml 26 Mar 2003 16:33:26 -0000 1.19 @@ -51,7 +51,7 @@ <source><![CDATA[<?xml version="1.0"?> <project> <pomVersion>3</pomVersion> - <name>jakarta-turbine-maven</name> + <name>maven</name> <id>maven</id> <currentVersion>1.0-b4-dev</currentVersion> <organization> @@ -76,13 +76,13 @@ source repository, and source cross-references. </description> - <url>http://jakarta.apache.org/turbine/maven/</url> + <url>http://maven.apache.org/</url> <issueTrackingUrl> http://nagoya.apache.org/scarab/servlet/scarab/ </issueTrackingUrl> <siteAddress>jakarta.apache.org</siteAddress> <siteDirectory> - /www/jakarta.apache.org/turbine/maven/ + /www/maven.apache.org/ </siteDirectory> <distributionDirectory> /www/jakarta.apache.org/builds/jakarta-turbine-maven/ @@ -90,10 +90,10 @@ <repository> <connection> - scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-turbine-maven + scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven </connection> <url> - http://cvs.apache.org/viewcvs/jakarta-turbine-maven/ + http://cvs.apache.org/viewcvs/maven/ </url> </repository> @@ -114,25 +114,25 @@ <mailingList> <name>Maven User List</name> <subscribe> - [EMAIL PROTECTED] + [EMAIL PROTECTED] </subscribe> <unsubscribe> - [EMAIL PROTECTED] + [EMAIL PROTECTED] </unsubscribe> <archive> - http://www.mail-archive.com/[EMAIL PROTECTED]/ + http://www.mail-archive.com/[EMAIL PROTECTED]/ </archive> </mailingList> <mailingList> <name>Maven Developer List</name> <subscribe> - [EMAIL PROTECTED] + [EMAIL PROTECTED] </subscribe> <unsubscribe> - [EMAIL PROTECTED] + [EMAIL PROTECTED] </unsubscribe> <archive> - http://www.mail-archive.com/[EMAIL PROTECTED]/ + http://www.mail-archive.com/[EMAIL PROTECTED]/ </archive> </mailingList> </mailingLists> @@ -195,7 +195,7 @@ <build> <nagEmailAddress> - [EMAIL PROTECTED] + [EMAIL PROTECTED] </nagEmailAddress> <sourceDirectory>src/java</sourceDirectory>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]