You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2004/03/31 14:24:02 UTC

cvs commit: cocoon-2.2/tools/targets ide-build.xml

reinhard    2004/03/31 04:24:02

  Modified:    tools/targets ide-build.xml
  Log:
  make kernel in eclipse available
  
  Revision  Changes    Path
  1.11      +2 -0      cocoon-2.2/tools/targets/ide-build.xml
  
  Index: ide-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/tools/targets/ide-build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ide-build.xml	10 Mar 2004 08:43:22 -0000	1.10
  +++ ide-build.xml	31 Mar 2004 12:24:02 -0000	1.11
  @@ -51,6 +51,8 @@
         <pathelement path="${src}/deprecated"/>
         <!-- test source dir -->
         <pathelement path="${src}/test"/>
  +      <!-- kernel source dir -->
  +      <pathelement path="${src}/kernel"/>      
       </path>
   
       <path id="mockss">