svn commit: r1348329 - in /ofbiz/branches/release11.04: ./ framework/webapp/dtd/site-conf.xsd

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

svn commit: r1348329 - in /ofbiz/branches/release11.04: ./ framework/webapp/dtd/site-conf.xsd

jleroux@apache.org
Author: jleroux
Date: Sat Jun  9 07:39:09 2012
New Revision: 1348329

URL: http://svn.apache.org/viewvc?rev=1348329&view=rev
Log:
"Applied fix from trunk for revision: 1342567"
------------------------------------------------------------------------
r1342567 | jleroux | 2012-05-25 12:47:00 +0200 (ven., 25 mai 2012) | 1 line

Forget to document the value option for redirect-parameter (not a big deal, pretty obvious, so I don't backport)
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/framework/webapp/dtd/site-conf.xsd

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1342567

Modified: ofbiz/branches/release11.04/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/webapp/dtd/site-conf.xsd?rev=1348329&r1=1348328&r2=1348329&view=diff
==============================================================================
--- ofbiz/branches/release11.04/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/branches/release11.04/framework/webapp/dtd/site-conf.xsd Sat Jun  9 07:39:09 2012
@@ -604,7 +604,14 @@ under the License.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="value" use="optional"/>
+        <xs:attribute type="xs:string" name="value" use="optional">
+            <xs:annotation>
+                <xs:documentation>
+                    Set a string value to the parameter.
+                </xs:documentation>
+            </xs:annotation>
+            
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="view-map">
         <xs:annotation>