Author: rjung Date: Sun Oct 18 14:13:42 2009 New Revision: 826444 URL: http://svn.apache.org/viewvc?rev=826444&view=rev Log: Fix paths in docs according to new jk svn layout.
Modified: tomcat/jk/trunk/xdocs/miscellaneous/doccontrib.xml tomcat/jk/trunk/xdocs/miscellaneous/reporttools.xml Modified: tomcat/jk/trunk/xdocs/miscellaneous/doccontrib.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/doccontrib.xml?rev=826444&r1=826443&r2=826444&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/miscellaneous/doccontrib.xml (original) +++ tomcat/jk/trunk/xdocs/miscellaneous/doccontrib.xml Sun Oct 18 14:13:42 2009 @@ -73,7 +73,7 @@ <p> Ant is used to build the documentation, among other things, and it must be able to see a file called <b>build.xml</b>. This file is located in the -<b>SVN_HOME\tomcat\connectors\trunk\jk\xdocs</b> directory. In the +<b>SVN_HOME\tomcat\jk\trunk\xdocs</b> directory. In the <b>build.xml</b> file there is a target named <b>all</b> that will be used to build the docs. </p> @@ -81,7 +81,7 @@ <subsection name="STEP 2. Get the sources"> <p> Get the sources for -<a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk/">tomcat-connectors</a> +<a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk/">tomcat-connectors</a> from the subversion repository. If you'll be editing from a windows platform you will need a windows subversion client. There are several available. I like <a href="http://tortoisesvn.tigris.org/">turtoiseSVN</a>. @@ -98,7 +98,7 @@ You should only need to do this once. <screen> <read> </read> -<read>C:\build\>svn checkout http://svn.apache.org/repos/asf/tomcat/connectors/trunk/ +<read>C:\build\>svn checkout http://svn.apache.org/repos/asf/tomcat/jk/trunk/ tomcat-connectors</read> <read> </read> </screen> @@ -301,7 +301,7 @@ <li>Connect to people.apache.org.</li> <li>umask 002</li> <li>Copy the changed files to /www/tomcat.apache.org/connectors-doc/.</li> - <li>or use ant from a checkout tomcat/connectors/trunk/jk/xdocs repository:<br /> + <li>or use ant from a checkout tomcat/jk/trunk/xdocs repository:<br /> ant -Dbuild.dir=/www/tomcat.apache.org -Ddist.name=connectors-doc </li> <li>The changes need around 4 hours to be synced to tomcat.apache.org.</li> @@ -331,7 +331,7 @@ <a href="http://subversion.tigris.org/">Subversion Home</a> </li> <li> -<a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk/jk/xdocs/">JK Docs repository</a> +<a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk/xdocs/">JK Docs repository</a> </li> </ul> </section> Modified: tomcat/jk/trunk/xdocs/miscellaneous/reporttools.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/reporttools.xml?rev=826444&r1=826443&r2=826444&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/miscellaneous/reporttools.xml (original) +++ tomcat/jk/trunk/xdocs/miscellaneous/reporttools.xml Sun Oct 18 14:13:42 2009 @@ -30,7 +30,7 @@ <section name="Reporting Tools"> <p> The mod_jk source distribution contains two perl scripts in the -jk/tools/reports directory which can be used to analyze the mod_jk +tools/reports directory which can be used to analyze the mod_jk logs, save statistical data, and generate report graphs. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org