nicolaken    2002/12/18 17:33:03

  Modified:    .        build.xml
  Log:
  Copy the deprecated classes in the build source dir so that
  Cocoon can build. This is because deprecated classes that have
  been moved are in fact still needed. Doh!
  
  Revision  Changes    Path
  1.293     +7 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.292
  retrieving revision 1.293
  diff -u -r1.292 -r1.293
  --- build.xml 19 Dec 2002 01:17:26 -0000      1.292
  +++ build.xml 19 Dec 2002 01:33:03 -0000      1.293
  @@ -848,6 +848,13 @@
       <mkdir dir="${build.src}"/>
       <mkdir dir="${build.dest}"/>
       <copy todir="${build.src}" filtering="on">
  +
  +<!-- INCLUDE DEPRECATED CLASSES TILL DEPENDENCIES ON THEM ARE FIXED  -->
  +      <fileset dir="${deprecated.src}">
  +        <include name="**/*.java"/>
  +      </fileset>
  +    
  +          
         <fileset dir="${java.dir}">
         
   <!-- moved to block      
  
  
  

----------------------------------------------------------------------
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