glenn       01/06/15 19:51:08

  Modified:    .        common.xml
  Log:
  Modify gen-docs so generated files are put in the build directory
  
  Revision  Changes    Path
  1.7       +1 -4      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- common.xml        2001/06/13 12:48:57     1.6
  +++ common.xml        2001/06/16 02:51:07     1.7
  @@ -259,7 +259,7 @@
     -->
     <target name="gen-docs">
       <style basedir="${xml.src}"
  -           destdir="${conf.src}"
  +           destdir="${build.examples}/WEB-INF"
              style="${tld.xsl}"
              extension=".tld">
                  <include name="*.xml" />
  @@ -273,6 +273,3 @@
       </style>
       <copy file="${taglib-doc-kit.dir}/taglib.css" todir="${doc.src}/web"/>
     </target> 
  -
  -
  -
  
  
  

Reply via email to