You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/16 01:24:39 UTC

svn commit: r378128 - /maven/maven-1/plugins/trunk/linkcheck/src/plugin-resources/linkcheck-temp.xml

Author: aheritier
Date: Wed Feb 15 16:24:37 2006
New Revision: 378128

URL: http://svn.apache.org/viewcvs?rev=378128&view=rev
Log:
Fix page name

Modified:
    maven/maven-1/plugins/trunk/linkcheck/src/plugin-resources/linkcheck-temp.xml

Modified: maven/maven-1/plugins/trunk/linkcheck/src/plugin-resources/linkcheck-temp.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/src/plugin-resources/linkcheck-temp.xml?rev=378128&r1=378127&r2=378128&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/src/plugin-resources/linkcheck-temp.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/src/plugin-resources/linkcheck-temp.xml Wed Feb 15 16:24:37 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,10 +19,10 @@
 
 <document>
   <properties>
-    <title>Maven LinkCheck Plug-in</title>
+    <title>Link Check Report</title>
   </properties>
   <body>
-    <section name="Maven LinkCheck Temporary File">
+    <section name="Link Check Report">
       <p>This file is used as a placeholder until the final link check can occur.</p>
     </section>
  </body>