glens       02/03/08 17:37:39

  Modified:    tools/targets preinit.xtarget
  Log:
  Looks like I screwed up the scratchpad classpath.  Sorry.
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-poi/tools/targets/preinit.xtarget
  
  Index: preinit.xtarget
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/tools/targets/preinit.xtarget,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- preinit.xtarget   8 Mar 2002 15:07:30 -0000       1.3
  +++ preinit.xtarget   9 Mar 2002 01:37:39 -0000       1.4
  @@ -48,6 +48,7 @@
       </fileset>
       <!-- FIXME : how to build a path that references a property set in 'init' 
target ? -->
       <pathelement path="./build/${name}/scratchpad/classes"/>
  +    <pathelement path="./build/${name}/classes"/>
     </path>
   
     <path id="examples.classpath">
  
  
  


Reply via email to