stefano     2003/03/15 14:53:10

  Modified:    src/scratchpad/webapp/samples scratchpad-samples.xml
  Log:
  cleanup
  
  Revision  Changes    Path
  1.2       +8 -27     cocoon-2.1/src/scratchpad/webapp/samples/scratchpad-samples.xml
  
  Index: scratchpad-samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/scratchpad/webapp/samples/scratchpad-samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- scratchpad-samples.xml    9 Mar 2003 00:10:29 -0000       1.1
  +++ scratchpad-samples.xml    15 Mar 2003 22:53:10 -0000      1.2
  @@ -2,27 +2,20 @@
   
   <!-- CVS: $Id$ -->
   
  -<samples xmlns:xlink="http://www.w3.org/1999/xlink";>
  +<samples>
   
  + <group name="Pet Store">
  +    <sample name="Pet Store" href="petstore/">
  +      The Cocoon flowscript version of the J2EE PetStore.
  +    </sample>
  +  </group>
  +  
     <group name="Castor">
       <sample name="CastorTransformer" href="castor/">
         Show the usage of the Castor Transformer.
       </sample>
     </group>
   
  -<!--  <group name="Charts">
  -    <sample name="Wings Transformer" href="charts/">
  -      Show the usage of the Krysalis Wings Chart Generator.
  -    </sample>
  -  </group>-->
  -
  -  <group name="Slash Edit">
  -    <sample name="Source Writing Transformer" href="editor/">
  -      Show the usage of the Source Writing Transformer by 
  -      an Online editor Form.
  -    </sample>
  -  </group>
  -
     <group name="Paginator">
       <sample name="List Pagination" href="paginator/list(1)">
         Show the usage of the Paginator Transformer to paginate document based on 
items count limit.
  @@ -32,18 +25,6 @@
       </sample>
     </group>
     
  -  <group name="SOAP Server">
  -    <sample name="SOAP Server" href="soap-server/">
  -      Axis based SOAP server.
  -    </sample>
  -  </group>
  -  
  -  <group name="SiteBuilder">
  -    <sample name="SiteBuilder" href="sitebuilder/">
  -      ???
  -    </sample>
  -  </group>
  -
     <group name="ImageReader">
       <sample name="Image" href="imagereader/image-0">
         Image of original size
  
  
  

Reply via email to