unico       2004/03/10 05:02:22

  Modified:    src/webapp/samples/flow samples.xml
  Log:
  remove dependency on XSP from flow samples
  
  Revision  Changes    Path
  1.7       +2 -5      cocoon-2.2/src/webapp/samples/flow/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/webapp/samples/flow/samples.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- samples.xml       10 Mar 2004 10:18:53 -0000      1.6
  +++ samples.xml       10 Mar 2004 13:02:22 -0000      1.7
  @@ -26,14 +26,11 @@
     </group>
   
     <group name="Cocoon Control Flow">
  -    <sample name="Calculator" href="calc/">
  +    <sample name="Calculator" href="jxcalc/">
       A simple web-based calculator that uses javascript on the server side
       to describe the web application flow between screens in a coherent 
       unique location and continuations to maintain state between requests.
      </sample>
  -    <sample name="Calculator 2" href="jxcalc/">
  -     Same sample as the calculator but using the JXGenerator instead of XSP.
  -    </sample>
      <sample name="User Preferences" href="prefs/">
       A common portion of an application which requires users to be
        registered. This example shows how to use java objects from the 
  
  
  

Reply via email to