Author: olamy
Date: Tue May 8 18:16:31 2012
New Revision: 1335674
URL: http://svn.apache.org/viewvc?rev=1335674&view=rev
Log:
fix link
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java?rev=1335674&r1=1335673&r2=1335674&view=diff
==============================================================================
---
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java
(original)
+++
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java
Tue May 8 18:16:31 2012
@@ -83,7 +83,7 @@ public class RunMojo
* Set the "follow standard delegation model" flag used to configure our
ClassLoader.
*
* @parameter expression = "${tomcat.delegate}" default-value="true"
- * @see
http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/loader/WebappLoader.html#setDelegate(boolean)
+ * @see
http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/loader/WebappLoader.html#setDelegate(boolean)
* @since 1.0
*/
private boolean delegate = true;
@@ -92,7 +92,7 @@ public class RunMojo
* represents the delay in seconds between each classPathScanning change
invocation
*
* @parameter expression="${maven.tomcat.backgroundProcessorDelay}"
default-value="-1"
- * @see <a
href="http://tomcat.apache.org/tomcat-6.0-doc/config/context.html">http://tomcat.apache.org/tomcat-6.0-doc/config/context.html</a>
+ * @see <a
href="http://tomcat.apache.org/tomcat-7.0-doc/config/context.html">http://tomcat.apache.org/tomcat-7.0-doc/config/context.html</a>
*/
protected int backgroundProcessorDelay = -1;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]