Author: ashish
Date: Sat Aug  6 09:34:11 2011
New Revision: 1154471

URL: http://svn.apache.org/viewvc?rev=1154471&view=rev
Log:
Applied fix from trunk r1154470.
Applied patch from jira issue - OFBIZ-4355. Update simple-methods.xsd (Missing 
"not-in" operator in condtion-expr tag). 
Thanks Amit for the contribution.

Modified:
    ofbiz/branches/release11.04/framework/minilang/dtd/simple-methods.xsd

Modified: ofbiz/branches/release11.04/framework/minilang/dtd/simple-methods.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/minilang/dtd/simple-methods.xsd?rev=1154471&r1=1154470&r2=1154471&view=diff
==============================================================================
--- ofbiz/branches/release11.04/framework/minilang/dtd/simple-methods.xsd 
(original)
+++ ofbiz/branches/release11.04/framework/minilang/dtd/simple-methods.xsd Sat 
Aug  6 09:34:11 2011
@@ -2376,6 +2376,7 @@ under the License.
                     <xs:enumeration value="equals"/>
                     <xs:enumeration value="not-equals"/>
                     <xs:enumeration value="in"/>
+                    <xs:enumeration value="not-in"/>
                     <xs:enumeration value="between"/>
                     <xs:enumeration value="like"/>
                     <xs:enumeration value="not-like"/>


Reply via email to