You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gh...@apache.org on 2004/01/25 01:50:56 UTC

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

ghoward     2004/01/24 16:50:56

  Modified:    tools/targets ide-build.xml
  Log:
  Fix eclipse classpath
  
  Revision  Changes    Path
  1.9       +1 -1      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ide-build.xml	29 Dec 2003 21:34:57 -0000	1.8
  +++ ide-build.xml	25 Jan 2004 00:50:56 -0000	1.9
  @@ -33,7 +33,7 @@
         <!-- main source dir -->
         <pathelement path="${src}/java"/>
         <!-- deprecated source dir -->
  -      <pathelement path="${src}/deprecated/java"/>
  +      <pathelement path="${src}/deprecated"/>
         <!-- test source dir -->
         <pathelement path="${src}/test"/>
       </path>