You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/07 14:10:09 UTC

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

brett       2004/06/07 05:10:09

  Modified:    jxr      project.xml
               jxr/src/plugin-resources/templates allclasses-frame.jelly
                        index.jelly overview-frame.jelly
                        overview-summary.jelly package-frame.jelly
                        package-summary.jelly
               jxr/xdocs changes.xml
  Log:
  PR: MPJXR-9
  remove xmlns on html element as jsl handles it wrong
  
  Revision  Changes    Path
  1.41      +1 -1      maven-plugins/jxr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/project.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml	16 May 2004 03:00:48 -0000	1.40
  +++ project.xml	7 Jun 2004 12:10:09 -0000	1.41
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jxr-plugin</id>
     <name>Maven JXR Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description>Create cross reference. Requires Maven 1.0 RC2.</description>
     <shortDescription>Create cross reference</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jxr/</url>
  
  
  
  1.4       +1 -1      maven-plugins/jxr/src/plugin-resources/templates/allclasses-frame.jelly
  
  Index: allclasses-frame.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/src/plugin-resources/templates/allclasses-frame.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- allclasses-frame.jelly	4 Mar 2004 18:36:31 -0000	1.3
  +++ allclasses-frame.jelly	7 Jun 2004 12:10:09 -0000	1.4
  @@ -20,7 +20,7 @@
   <j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">
   
     <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
  -  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +  <html xml:lang="en" lang="en">
       <head>
         <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
         <title>All Classes</title>
  
  
  
  1.4       +1 -1      maven-plugins/jxr/src/plugin-resources/templates/index.jelly
  
  Index: index.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/src/plugin-resources/templates/index.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.jelly	4 Mar 2004 18:36:31 -0000	1.3
  +++ index.jelly	7 Jun 2004 12:10:09 -0000	1.4
  @@ -19,7 +19,7 @@
   
   <j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml">
     <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Frameset//EN" systemId="DTD/xhtml1-frameset.dtd" />
  -  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +  <html xml:lang="en" lang="en">
       <head>
         <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
         <title>${windowTitle}</title>
  
  
  
  1.4       +1 -1      maven-plugins/jxr/src/plugin-resources/templates/overview-frame.jelly
  
  Index: overview-frame.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/src/plugin-resources/templates/overview-frame.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- overview-frame.jelly	4 Mar 2004 18:36:31 -0000	1.3
  +++ overview-frame.jelly	7 Jun 2004 12:10:09 -0000	1.4
  @@ -20,7 +20,7 @@
   <j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">
   
     <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
  -  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +  <html xml:lang="en" lang="en">
       <head>
         <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
         <title>${windowTitle}</title>
  
  
  
  1.4       +1 -1      maven-plugins/jxr/src/plugin-resources/templates/overview-summary.jelly
  
  Index: overview-summary.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/src/plugin-resources/templates/overview-summary.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- overview-summary.jelly	4 Mar 2004 18:36:31 -0000	1.3
  +++ overview-summary.jelly	7 Jun 2004 12:10:09 -0000	1.4
  @@ -30,7 +30,7 @@
     <jsl:stylesheet select="$doc">
       <jsl:template match="overview">
         <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
  -      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +      <html xml:lang="en" lang="en">
           <head>
             <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
             <title>${windowTitle}</title>
  
  
  
  1.4       +1 -1      maven-plugins/jxr/src/plugin-resources/templates/package-frame.jelly
  
  Index: package-frame.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/src/plugin-resources/templates/package-frame.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package-frame.jelly	4 Mar 2004 18:36:31 -0000	1.3
  +++ package-frame.jelly	7 Jun 2004 12:10:09 -0000	1.4
  @@ -20,7 +20,7 @@
   <j:jelly trim="false" xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:jsl="jelly:jsl">
   
     <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
  -  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +  <html xml:lang="en" lang="en">
       <head>
         <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
         <title>${windowTitle} Package ${pkgInfo.name}</title>
  
  
  
  1.4       +1 -1      maven-plugins/jxr/src/plugin-resources/templates/package-summary.jelly
  
  Index: package-summary.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/src/plugin-resources/templates/package-summary.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package-summary.jelly	4 Mar 2004 18:36:31 -0000	1.3
  +++ package-summary.jelly	7 Jun 2004 12:10:09 -0000	1.4
  @@ -30,7 +30,7 @@
     <jsl:stylesheet select="$doc">
       <jsl:template match="package-summary">
         <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="DTD/xhtml1-transitional.dtd" />
  -      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  +      <html xml:lang="en" lang="en">
           <head>
             <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
             <title>${windowTitle} Package ${name}</title>
  
  
  
  1.19      +3 -0      maven-plugins/jxr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml	30 Apr 2004 14:38:44 -0000	1.18
  +++ changes.xml	7 Jun 2004 12:10:09 -0000	1.19
  @@ -25,6 +25,9 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.5-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPJXR-9">Remove xmlns on html elements as JSL messes it up</action>
  +    </release>
       <release version="1.3" date="2004-03-07">
         <action dev="dion" type="update" issue="MPJXR-8">Apply MPJXR-8</action>
         <action dev="evenisse" type="fix">Apply patch from Nicolas De Loof for reduce open files during jxr process.</action>
  
  
  

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