svn commit: r1843228 - in /ofbiz/site/dtds: services.xsd site-conf.xsd widget-screen.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1843228 - in /ofbiz/site/dtds: services.xsd site-conf.xsd widget-screen.xsd

jleroux@apache.org
Author: jleroux
Date: Tue Oct  9 08:27:26 2018
New Revision: 1843228

URL: http://svn.apache.org/viewvc?rev=1843228&view=rev
Log:
Updates the dtds on site

Modified:
    ofbiz/site/dtds/services.xsd
    ofbiz/site/dtds/site-conf.xsd
    ofbiz/site/dtds/widget-screen.xsd

Modified: ofbiz/site/dtds/services.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/services.xsd?rev=1843228&r1=1843227&r2=1843228&view=diff
==============================================================================
--- ofbiz/site/dtds/services.xsd (original)
+++ ofbiz/site/dtds/services.xsd Tue Oct  9 08:27:26 2018
@@ -140,7 +140,7 @@ under the License.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
-        <xs:attribute name="max-retry" type="xs:int" default="-1"/>
+        <xs:attribute name="max-retry" type="xs:int" default="0"/>
         <xs:attribute name="debug" default="false">
             <xs:simpleType>
                 <xs:restriction base="xs:token">

Modified: ofbiz/site/dtds/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/site-conf.xsd?rev=1843228&r1=1843227&r2=1843228&view=diff
==============================================================================
--- ofbiz/site/dtds/site-conf.xsd (original)
+++ ofbiz/site/dtds/site-conf.xsd Tue Oct  9 08:27:26 2018
@@ -555,7 +555,7 @@ under the License.
                     <xs:enumeration value="cross-redirect">
                         <xs:annotation>
                             <xs:documentation>
-                                Works like URL but you can also pass redirected parameters.
+                                Works like request-redirect for cross applications calls.
                             </xs:documentation>
                         </xs:annotation>
                     </xs:enumeration>

Modified: ofbiz/site/dtds/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-screen.xsd?rev=1843228&r1=1843227&r2=1843228&view=diff
==============================================================================
--- ofbiz/site/dtds/widget-screen.xsd (original)
+++ ofbiz/site/dtds/widget-screen.xsd Tue Oct  9 08:27:26 2018
@@ -266,7 +266,7 @@ under the License.
             <xs:attribute type="xs:string" name="type">
                 <xs:annotation>
                     <xs:documentation>With the type it is possible to render different containers
-                        than div like section, nav, header etc.
+                        than div like section.
                     </xs:documentation>
                 </xs:annotation>
             </xs:attribute>