You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/10/21 22:42:45 UTC

svn commit: r1026133 - /tomcat/jk/trunk/HOWTO-RELEASE.txt

Author: rjung
Date: Thu Oct 21 20:42:45 2010
New Revision: 1026133

URL: http://svn.apache.org/viewvc?rev=1026133&view=rev
Log:
Fix wrong subversion path in Howto.

Modified:
    tomcat/jk/trunk/HOWTO-RELEASE.txt

Modified: tomcat/jk/trunk/HOWTO-RELEASE.txt
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/HOWTO-RELEASE.txt?rev=1026133&r1=1026132&r2=1026133&view=diff
==============================================================================
--- tomcat/jk/trunk/HOWTO-RELEASE.txt (original)
+++ tomcat/jk/trunk/HOWTO-RELEASE.txt Thu Oct 21 20:42:45 2010
@@ -63,13 +63,13 @@ TAG=JK_{MAJOR_REVISION}_{MINOR_REVISION}
 
 svn copy \
    https://svn.apache.org/repos/asf/tomcat/jk/trunk/ \
-   https://svn.apache.org/repos/asf/tomcat/jk/tags/jk1.2.x/TAG/
+   https://svn.apache.org/repos/asf/tomcat/jk/tags/TAG/
 
 Here is an example for mod_jk 1.2.29
 
 svn copy \
    https://svn.apache.org/repos/asf/tomcat/jk/trunk/ \
-   https://svn.apache.org/repos/asf/tomcat/jk/tags/jk1.2.x/JK_1.2.29/
+   https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1.2.29/
 
 Build the mod_jk 1.2 documentation
 ----------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org