gianugo     2003/02/25 03:39:55

  Modified:    .        build.xml
  Log:
  Added blocks libraries to the eclipse target
  
  Revision  Changes    Path
  1.331     +5 -2      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.330
  retrieving revision 1.331
  diff -u -r1.330 -r1.331
  --- build.xml 24 Feb 2003 13:16:21 -0000      1.330
  +++ build.xml 25 Feb 2003 11:39:54 -0000      1.331
  @@ -826,7 +826,10 @@
           <!-- exclude xerces, xalan, xmlapis -->
           <exclude name="x*.jar"/>
         </fileset>
  -      <!-- no block-specific libs for now -->
  +      <!-- blocks lib -->
  +      <fileset dir="${blocks}">
  +        <include name="**/*.jar"/>
  +      </fileset>
       </path>
   
       <!-- convert paths to properties -->
  
  
  

Reply via email to