You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2003/07/06 13:41:30 UTC

cvs commit: cocoon-2.1/src/targets ide-build.xml

sylvain     2003/07/06 04:41:30

  Modified:    src/targets ide-build.xml
  Log:
  Include test sources in the "eclipse-project" target
  
  Revision  Changes    Path
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ide-build.xml	30 Jun 2003 19:22:16 -0000	1.7
  +++ ide-build.xml	6 Jul 2003 11:41:30 -0000	1.8
  @@ -31,6 +31,8 @@
         <pathelement path="${src}/deprecated/java"/>
         <!-- scratchpad source dir -->
         <pathelement path="${src}/scratchpad/src"/>
  +      <!-- test source dir -->
  +      <pathelement path="${src}/test"/>
         <!-- blocks source dirs -->
         <dirset dir="${blocks}">
           <include name="*/java"/>
  @@ -66,7 +68,7 @@
         <!-- tools libs -->
         <fileset dir="${tools}/lib">
           <include name="*.jar"/>
  -        <exclude name="x*.jar"/>
  +        <exclude name="xalan*, xml-api*, xerces*"/>
         </fileset>      
       </path>