Author: gmazza
Date: Wed Nov 2 18:11:05 2011
New Revision: 1196727
URL: http://svn.apache.org/viewvc?rev=1196727&view=rev
Log:
Merged revisions 1196703 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1196703 | gmazza | 2011-11-02 13:15:35 -0400 (Wed, 02 Nov 2011) | 2 lines
Updated URL in readme
........
Modified:
cxf/branches/2.4.x-fixes/ (props changed)
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/README.txt
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/README.txt
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/README.txt?rev=1196727&r1=1196726&r2=1196727&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/README.txt
(original)
+++ cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/README.txt
Wed Nov 2 18:11:05 2011
@@ -61,7 +61,7 @@ Building the Demos in a Servlet Containe
"mvn clean install" will generate a WAR file for the servlet-based
examples. Either the WAR can be manually copied to your servlet
container's war deployment directory (webapps by default with Tomcat)
-or the Tomcat Maven Plugin (http://mojo.codehaus.org/tomcat-maven-plugin/)
+or the Tomcat Maven Plugin (http://tomcat.apache.org/maven-plugin.html)
can be used to auto-install the WAR onto Tomcat.
Building the Demos that run in a Servlet Container (Apache Ant only)