You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/06/13 15:21:07 UTC

cvs commit: jakarta-taglibs/jdbc build.xml

glenn       01/06/13 06:21:07

  Modified:    jdbc     build.xml
  Log:
  Update creation of distribution docs
  
  Revision  Changes    Path
  1.4       +7 -0      jakarta-taglibs/jdbc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jdbc/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	2001/05/03 15:41:30	1.3
  +++ build.xml	2001/06/13 13:21:05	1.4
  @@ -45,6 +45,7 @@
   
       <property name="build.dir"      value="../../build/taglibs"/>
       <property name="dist.dir"       value="../../dist/taglibs"/>
  +    <property name="taglibs.doc"    value="${dist.dir}/doc/doc/${taglib.name}-doc"/>
       <property name="taglibs.xsl"    value="../../../src/doc/stylesheets/taglibs.xsl"/>
   
       <!-- *********************** Default Properties ********************** -->
  @@ -179,6 +180,12 @@
     <!-- Create the documentation application WAR file -->
     <target name="documentation-dist" depends="documentation">
       <jar jarfile="${dist.doc}" basedir="${build.doc}"/>
  +    <mkdir dir="${taglibs.doc}"/>
  +    <copy todir="${taglibs.doc}">
  +      <fileset dir="${build.doc}">
  +        <exclude name="WEB-INF"/>     
  +      </fileset>
  +    </copy>
     </target>
   
     <!-- Create the examples application WAR file -->