ovidiu      02/04/15 17:02:47

  Modified:    src/scratchpad/schecoon build.xml
  Log:
  Copy the stylesheets from the local webapp/stylesheets/ directory to
  the build directory.
  
  Revision  Changes    Path
  1.17      +1 -0      xml-cocoon2/src/scratchpad/schecoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 5 Apr 2002 20:31:05 -0000       1.16
  +++ build.xml 16 Apr 2002 00:02:47 -0000      1.17
  @@ -160,6 +160,7 @@
       <mkdir dir="${build.war}/stylesheets"/>
       <copy todir="${build.war}/stylesheets" filtering="off">
         <fileset dir="../../documentation/stylesheets"/>
  +      <fileset dir="${webapp.dir}/stylesheets"/>
       </copy>
   
       <!-- A task to change the xconf. It is used to add optional components -->
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to