tdawson     01/08/04 14:28:00

  Modified:    .        common.xml
  Log:
  changed second antcall of examples.pre to examples.post
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- common.xml        2001/07/24 17:49:30     1.20
  +++ common.xml        2001/08/04 21:28:00     1.21
  @@ -157,7 +157,7 @@
         <replacevalue><![CDATA[&gt;]]></replacevalue>
       </replace>
       <antcall target="examples.html"/>
  -    <antcall target="${examples.pre}"/>
  +    <antcall target="${examples.post}"/>
     </target>
   
     <!-- Generates example html files from the escaped txt files -->
  
  
  

Reply via email to