You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2011/08/29 13:05:41 UTC

Fw: svn commit: r1162311 - /ofbiz/site/dtds/simple-methods.xsd

Looks like I forgot to copy, so forwarded

----- Original Message ----- 
From: "Jacques Le Roux" <ja...@les7arts.com>
To: "Ashish Vijaywargiya" <vi...@gmail.com>
Sent: Monday, August 29, 2011 9:52 AM
Subject: Re: svn commit: r1162311 - /ofbiz/site/dtds/simple-methods.xsd


> Hi Ashish,
>
> Actually this is an interesting question. So I copy my answer to dev ML in case some other committers would have missed this 
> point. In general it's always better to send such question to it, to share knowledge. Also please avoid HTML format as much as 
> possible ;o)
>
> Svn repo and site are 2 differents things. So, after a such change, you need to
> 1. Run ant copy-dtds
> 2. Copy the change in your local copy of https://svn.apache.org/repos/asf/ofbiz/site
> 3. Commit them
> 4. Update the site by
>    * ssh to people.apache.org using your committer credential
>    * there  cd /www/ofbiz.apache.org/
>    * then svn uo
>
> Thanks to care :o)
>
> Jacques
>
> ==========================================================
> From: Ashish Vijaywargiya
> Hello Jacques,
>
>
> I hope you are doing well. I was thinking to send my question on mailing list but it is very small question so decided to send you 
> personal email. :-)
> Just out of curiosity how soon my changes done in following commit will get reflected on ofbiz.apache.org live site? On Saturday I 
> was assuming that it will get updated in 24 hours but I guess this didn't happen. Can you please comment on this?
>
>
> Thanks in advance for your help.
>
>
> --
> Ashish
>
>
>
>
> ---------- Forwarded message ----------
> From: <as...@apache.org>
> Date: Sat, Aug 27, 2011 at 1:45 PM
> Subject: svn commit: r1162311 - /ofbiz/site/dtds/simple-methods.xsd
> To: commits@ofbiz.apache.org
>
>
> Author: ashish
> Date: Sat Aug 27 08:15:08 2011
> New Revision: 1162311
>
> URL: http://svn.apache.org/viewvc?rev=1162311&view=rev
> Log:
> Applying changes 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/site/dtds/simple-methods.xsd
>
> Modified: ofbiz/site/dtds/simple-methods.xsd
> URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/simple-methods.xsd?rev=1162311&r1=1162310&r2=1162311&view=diff
> ==============================================================================
> --- ofbiz/site/dtds/simple-methods.xsd (original)
> +++ ofbiz/site/dtds/simple-methods.xsd Sat Aug 27 08:15:08 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"/>
> @@ -5275,3 +5276,4 @@ under the License.
>        </xs:attribute>
>    </xs:attributeGroup>
> </xs:schema>
> +