Author: seade
Date: Mon Sep  1 04:56:46 2008
New Revision: 690947

URL: http://svn.apache.org/viewvc?rev=690947&view=rev
Log:
Minor correction to intake.dtd - added missing fieldClass attribute to field 
element.

Modified:
    turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd
    turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd
URL: 
http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd?rev=690947&r1=690946&r2=690947&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/src/dtd/intake.dtd Mon Sep  1 
04:56:46 2008
@@ -75,7 +75,7 @@
 
                 Default: null
 
-poolCapacity:   Capacity of the pool used to store instances of the fields
+pool-capacity:  Capacity of the pool used to store instances of the fields
                 within this group.
 
                 Default: 128
@@ -202,6 +202,7 @@
   validator CDATA #IMPLIED
   defaultValue CDATA #IMPLIED
   emptyValue CDATA #IMPLIED
+  fieldClass CDATA #IMPLIED
 >
 
 <!--

Modified: turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml?rev=690947&r1=690946&r2=690947&view=diff
==============================================================================
--- turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml (original)
+++ turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Mon Sep  1 
04:56:46 2008
@@ -28,6 +28,10 @@
 
 <body>
   <release version="2.3.3" date="in SVN">
+    <action type="fix" dev="seade">
+      Minor correction to intake.dtd - added missing fieldClass attribute
+      to field element.
+    </action>
     <action type="fix" dev="tv" issue="TRB-70" due-to="Susi Berrington">
       Fix a memory leak due to an invalid map key type.
     </action>


Reply via email to