svn commit: r462999 - /incubator/ofbiz/trunk/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: r462999 - /incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

hansbak-2
Author: hansbak
Date: Wed Oct 11 15:15:49 2006
New Revision: 462999

URL: http://svn.apache.org/viewvc?view=rev&rev=462999
Log:
update the xsd to add the 'request-redirect-noparam' parameter in revision 462775

Modified:
    incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Modified: incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?view=diff&rev=462999&r1=462998&r2=462999
==============================================================================
--- incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ incubator/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Wed Oct 11 15:15:49 2006
@@ -172,6 +172,7 @@
                     <xs:enumeration value="view"/>
                     <xs:enumeration value="request"/>
                     <xs:enumeration value="request-redirect"/>
+                    <xs:enumeration value="request-redirect-noparam"/>
                     <xs:enumeration value="url"/>
                 </xs:restriction>
             </xs:simpleType>