You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by vg...@apache.org on 2003/05/02 02:38:15 UTC

cvs commit: jakarta-regexp/build build.xml

vgritsenko    2003/05/01 17:38:15

  Modified:    build    build.xml
  Log:
  Docs do not build without site.vsl, copy it from jakarta-site2
  Year is 2003 today
  
  Revision  Changes    Path
  1.5       +8 -2      jakarta-regexp/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-regexp/build/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	2 Apr 2003 12:16:06 -0000	1.4
  +++ build.xml	2 May 2003 00:38:15 -0000	1.5
  @@ -21,7 +21,7 @@
       <!-- =================================================================== -->
       <property name="ant.home" value="."/>
       <property name="Name" value="Jakarta-Regexp"/>
  -    <property name="year" value="2001-2002"/>
  +    <property name="year" value="2001-2003"/>
       <property name="version" value="1.3-dev"/>
       <property name="project" value="jakarta-regexp"/>
   
  @@ -218,6 +218,13 @@
           <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
             <classpath refid="classpath"/>
           </taskdef>
  +
  +        <copy todir="${docs.src}/stylesheets" filtering="no">
  +            <fileset dir="${jakarta-site2.dir}/xdocs/stylesheets">
  +                <include name="site.vsl"/>
  +            </fileset>
  +        </copy>
  +
           <anakia basedir="${docs.src}" destdir="${docs.dest}/"
                extension=".html" style="./site.vsl"
                projectFile="stylesheets/project.xml"
  @@ -241,5 +248,4 @@
               </fileset>
           </copy>
       </target>
  -
   </project>
  
  
  

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