You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/08/02 00:23:33 UTC

cvs commit: maven-plugins/linkcheck/xdocs changes.xml

carlos      2004/08/01 15:23:33

  Modified:    linkcheck/src/main/org/apache/maven/linkcheck
                        FileToCheck.java
               linkcheck/xdocs changes.xml
  Log:
  Fixed MPLINKCHECK-8
  
  Revision  Changes    Path
  1.17      +2 -2      maven-plugins/linkcheck/src/main/org/apache/maven/linkcheck/FileToCheck.java
  
  Index: FileToCheck.java
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/src/main/org/apache/maven/linkcheck/FileToCheck.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- FileToCheck.java	1 Aug 2004 21:05:32 -0000	1.16
  +++ FileToCheck.java	1 Aug 2004 22:23:33 -0000	1.17
  @@ -297,7 +297,7 @@
           StringBuffer buf = new StringBuffer();
   
           buf.append("  <file>\n");
  -        buf.append("    <name>" + getName() + "</name>\n");
  +        buf.append("    <name><![CDATA[" + getName() + "]]></name>\n");
           buf.append("    <successful>" + getSuccessful() + "</successful>\n");
           buf.append("    <unsuccessful>" + getUnsuccessful() + "</unsuccessful>\n");
   
  
  
  
  1.22      +1 -0      maven-plugins/linkcheck/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/xdocs/changes.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.xml	26 Jul 2004 16:16:34 -0000	1.21
  +++ changes.xml	1 Aug 2004 22:23:33 -0000	1.22
  @@ -26,6 +26,7 @@
     </properties>
     <body>
       <release version="1.4-SNAPSHOT" date="in CVS">
  +      <action dev="carlos" type="fix" issue="MPLINKCHECK-8">Use CDATA in file name</action>
         <action dev="carlos" type="add">Added <code>maven.linkcheck.exclude</code> property</action>
       </release>
       <release version="1.3.2" date="2004-07-10">
  
  
  

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