antonio     2004/02/28 21:58:11

  Modified:    src/blocks/woody/samples/v2 carselector_form.xml form1.xml
                        car-db.xml
               src/blocks/woody/samples welcome.xml
               src/blocks/ojb/samples welcome.xml
  Log:
  Formatting code
  
  Revision  Changes    Path
  1.2       +2 -1      
cocoon-2.1/src/blocks/woody/samples/v2/carselector_form.xml
  
  Index: carselector_form.xml
  ===================================================================
  RCS file: 
/home/cvs//cocoon-2.1/src/blocks/woody/samples/v2/carselector_form.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- carselector_form.xml      28 Jan 2004 18:32:32 -0000      1.1
  +++ carselector_form.xml      29 Feb 2004 05:58:11 -0000      1.2
  @@ -1,4 +1,5 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0"?>
  +<!-- $Id$-->
   <!-- form used to illustrate programmatic changing of listbox content. -->
   <wd:form
     xmlns:wd="http://apache.org/cocoon/woody/definition/1.0";
  
  
  
  1.2       +3 -4      cocoon-2.1/src/blocks/woody/samples/v2/form1.xml
  
  Index: form1.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/woody/samples/v2/form1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- form1.xml 28 Jan 2004 18:32:32 -0000      1.1
  +++ form1.xml 29 Feb 2004 05:58:11 -0000      1.2
  @@ -1,11 +1,10 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0"?>
   
   <!--+
       | CVS $Id$
       +-->
   
  -<wd:form xmlns:wd="http://apache.org/cocoon/woody/definition/1.0";
  -         xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>
  +<wd:form xmlns:wd="http://apache.org/cocoon/woody/definition/1.0";>
     
     <wd:widgets>
       <wd:field id="tab-state">
  
  
  
  1.2       +2 -1      cocoon-2.1/src/blocks/woody/samples/v2/car-db.xml
  
  Index: car-db.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/woody/samples/v2/car-db.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- car-db.xml        28 Jan 2004 18:32:32 -0000      1.1
  +++ car-db.xml        29 Feb 2004 05:58:11 -0000      1.2
  @@ -1,4 +1,5 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  +<?xml version="1.0"?>
  +<!-- $Id$-->
   <cars>
     <!-- Enhancements to this list are welcome !
          Types with no models will automatically be filled with dumb values. 
-->
  
  
  
  1.15      +3 -2      cocoon-2.1/src/blocks/woody/samples/welcome.xml
  
  Index: welcome.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/woody/samples/welcome.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- welcome.xml       6 Feb 2004 10:10:14 -0000       1.14
  +++ welcome.xml       29 Feb 2004 05:58:11 -0000      1.15
  @@ -1,5 +1,6 @@
  -<?xml version="1.0" encoding="iso-8859-1"?>
  -<samples xmlns:xlink="http://www.w3.org/1999/xlink";>
  +<?xml version="1.0"?>
  +<!-- $Id$-->
  +<samples>
   
    <group name="Main examples page.">
      <sample name="Back" href="../blocks">to Cocoon examples main page</sample>
  
  
  
  1.5       +3 -2      cocoon-2.1/src/blocks/ojb/samples/welcome.xml
  
  Index: welcome.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/ojb/samples/welcome.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- welcome.xml       22 Feb 2004 04:45:25 -0000      1.4
  +++ welcome.xml       29 Feb 2004 05:58:11 -0000      1.5
  @@ -1,5 +1,6 @@
  -<?xml version="1.0" encoding="iso-8859-1"?>
  -<samples xmlns:xlink="http://www.w3.org/1999/xlink";>
  +<?xml version="1.0"?>
  +<!-- $Id$-->
  +<samples>
   
     <group name="Using JDO 1.01">
     <sample name="Back" href="..">to Cocoon examples main page</sample><br/>
  
  
  

Reply via email to