You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/09/05 12:02:55 UTC

cvs commit: maven/src/plugins-build/multiproject/xdocs changes.xml

evenisse    2003/09/05 03:02:55

  Modified:    .        project.xml
               src/plugins-build/multiproject/src/plugin-resources/templates
                        projects-overview.xml
               src/plugins-build/multiproject/xdocs changes.xml
  Log:
  Fix MAVEN-782
  
  Revision  Changes    Path
  1.302     +5 -0      maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.301
  retrieving revision 1.302
  diff -u -r1.301 -r1.302
  --- project.xml	2 Sep 2003 16:40:45 -0000	1.301
  +++ project.xml	5 Sep 2003 10:02:55 -0000	1.302
  @@ -371,6 +371,11 @@
         <name>Kuisong Tong</name>
         <email>Kuisong.Tong@vtradex.com</email>
       </contributor>
  +    <contributor>
  +      <name>Andy Jefferson</name>
  +      <email>andy@ajsoft.net</email>
  +      <organization>AJSoft Limited</organization>
  +    </contributor>
     </contributors>
   
     <licenses>
  
  
  
  1.3       +3 -3      maven/src/plugins-build/multiproject/src/plugin-resources/templates/projects-overview.xml
  
  Index: projects-overview.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/multiproject/src/plugin-resources/templates/projects-overview.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- projects-overview.xml	28 Jul 2003 19:56:48 -0000	1.2
  +++ projects-overview.xml	5 Sep 2003 10:02:55 -0000	1.3
  @@ -7,9 +7,9 @@
    <body> 
      <section name="$overviewPageTitle">
       <p>
  -      #if ($overviewPageText && $overviewPageText.lenght>0)
  -       ${overviewPageText}
  -      <br/>
  +      #if ($overviewPageText && $overviewPageText.length() > 0)
  +        ${overviewPageText}
  +        <br/>
         #end
         <table>          
           #foreach ($project in $reactorProjects)
  
  
  
  1.8       +5 -0      maven/src/plugins-build/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/multiproject/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	28 Aug 2003 07:21:40 -0000	1.7
  +++ changes.xml	5 Sep 2003 10:02:55 -0000	1.8
  @@ -6,6 +6,11 @@
     </properties>
   
     <body>
  +    <release version="1.1" date="In CVS">
  +      <action dev="evenisse" type="fix" due-to="Andy Jefferson">
  +        Fix MAVEN-782.
  +      </action>
  +    </release>
       <release version="1.0" date="2003-08-28">
         <action dev="dion" type="update">
           update to velocity 1.4-dev
  
  
  

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