You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2002/04/22 21:14:30 UTC

cvs commit: jakarta-turbine-fulcrum/xdocs/howto intake-service.xml

dlr         02/04/22 12:14:30

  Modified:    xdocs/howto intake-service.xml
  Log:
  Corrected IntakeTool's package name.  Thanks to Maciej Leks
  <ml...@zeus.polsl.gliwice.pl> for pointing out this issue.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-turbine-fulcrum/xdocs/howto/intake-service.xml
  
  Index: intake-service.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/xdocs/howto/intake-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- intake-service.xml	18 Mar 2002 18:48:16 -0000	1.3
  +++ intake-service.xml	22 Apr 2002 19:14:30 -0000	1.4
  @@ -104,8 +104,8 @@
   </p>
   
   <source><![CDATA[
  -import org.apache.fulcrum.intake.IntakeTool;
   import org.apache.fulcrum.intake.model.*;
  +import org.apache.turbine.tool.IntakeTool;
   ]]></source>
   
   </section>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>