cziegeler    2003/07/31 05:51:39

  Modified:    src/targets ide-build.xml
  Log:
  For any reason comma separated excludes do not work!
  
  Revision  Changes    Path
  1.12      +3 -1      cocoon-2.1/src/targets/ide-build.xml
  
  Index: ide-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/ide-build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ide-build.xml     19 Jul 2003 14:14:19 -0000      1.11
  +++ ide-build.xml     31 Jul 2003 12:51:39 -0000      1.12
  @@ -68,7 +68,9 @@
         <!-- tools libs -->
         <fileset dir="${tools}/lib">
           <include name="*.jar"/>
  -        <exclude name="xalan*, xml-api*, xerces*"/>
  +        <exclude name="xalan*.jar"/>
  +        <exclude name="xml-api*.jar"/>
  +        <exclude name="xerces*.jar"/>
         </fileset>      
       </path>
   
  
  
  

Reply via email to