You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2002/02/20 13:12:33 UTC

cvs commit: jakarta-velocity/docs texen.html

geirm       02/02/20 04:12:33

  Modified:    xdocs    texen.xml
               docs     texen.html
  Log:
  Fix to # 5183
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-velocity/xdocs/texen.xml
  
  Index: texen.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/texen.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- texen.xml	6 Dec 2001 07:54:05 -0000	1.7
  +++ texen.xml	20 Feb 2002 12:12:33 -0000	1.8
  @@ -95,7 +95,7 @@
   
   #foreach ($planet in $Planets)
   
  -    #set ($outputFile = strings.concat([$planet, ".html"]))
  +    #set ($outputFile = $stringutils.concat([$planet, ".html"]))
       $generator.parse("HtmlTemplate.vm", $outputFile, "planet", $planet)
   
   #end
  
  
  
  1.33      +9 -1      jakarta-velocity/docs/texen.html
  
  Index: texen.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/texen.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- texen.html	27 Jan 2002 22:27:54 -0000	1.32
  +++ texen.html	20 Feb 2002 12:12:33 -0000	1.33
  @@ -14,6 +14,8 @@
                                                       <meta name="author" value="Velocity Documentation Team">
               <meta name="email" value="jvanzyl@zenplex.com">
               
  +           
  +                                    
               <title>Velocity - Texen</title>
           </head>
   
  @@ -246,7 +248,7 @@
   
   #foreach ($planet in $Planets)
   
  -    #set ($outputFile = strings.concat([$planet, &quot;.html&quot;]))
  +    #set ($outputFile = $stringutils.concat([$planet, &quot;.html&quot;]))
       $generator.parse(&quot;HtmlTemplate.vm&quot;, $outputFile, &quot;planet&quot;, $planet)
   
   #end
  @@ -338,6 +340,12 @@
           </body>
       </html>
   <!-- end the processing -->
  +
  +
  +
  +
  +
  +
   
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>