You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Aristedes Maniatis <ar...@maniatis.org> on 2009/11/25 11:01:19 UTC

Re: svn commit: r884005 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd

Does that need to be backported to the 3.0 branch?

Ari


On 25/11/09 7:36 PM, andrey@apache.org wrote:
> Author: andrey
> Date: Wed Nov 25 08:36:41 2009
> New Revision: 884005
>
> URL: http://svn.apache.org/viewvc?rev=884005&view=rev
> Log:
> missing attribute in schema
>
> Modified:
>      cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
>
> Modified: cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
> URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd?rev=884005&r1=884004&r2=884005&view=diff
> ==============================================================================
> --- cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd (original)
> +++ cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd Wed Nov 25 08:36:41 2009
> @@ -111,6 +111,7 @@
>   			<xs:attribute name="superEntityName" use="optional" type="xs:string"/>
>   			<xs:attribute name="exclude-superclass-listeners" use="optional" type="xs:boolean"/>
>   			<xs:attribute name="exclude-default-listeners" use="optional" type="xs:boolean"/>
> +			<xs:attribute name="serverOnly" use="optional" type="xs:boolean"/>
>   		</xs:complexType>
>   	</xs:element>
>
>
>

-- 

-------------------------->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A

Re: svn commit: r884005 - /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd

Posted by Andrey Razumovsky <ra...@gmail.com>.
Yeah, will do

2009/11/25 Aristedes Maniatis <ar...@maniatis.org>

> Does that need to be backported to the 3.0 branch?
>
> Ari
>
>
>
> On 25/11/09 7:36 PM, andrey@apache.org wrote:
>
>> Author: andrey
>> Date: Wed Nov 25 08:36:41 2009
>> New Revision: 884005
>>
>> URL: http://svn.apache.org/viewvc?rev=884005&view=rev
>> Log:
>> missing attribute in schema
>>
>> Modified:
>>
>> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
>>
>> Modified:
>> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
>> URL:
>> http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd?rev=884005&r1=884004&r2=884005&view=diff
>>
>> ==============================================================================
>> ---
>> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
>> (original)
>> +++
>> cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
>> Wed Nov 25 08:36:41 2009
>> @@ -111,6 +111,7 @@
>>                        <xs:attribute name="superEntityName" use="optional"
>> type="xs:string"/>
>>                        <xs:attribute name="exclude-superclass-listeners"
>> use="optional" type="xs:boolean"/>
>>                        <xs:attribute name="exclude-default-listeners"
>> use="optional" type="xs:boolean"/>
>> +                       <xs:attribute name="serverOnly" use="optional"
>> type="xs:boolean"/>
>>                </xs:complexType>
>>        </xs:element>
>>
>>
>>
>>
> --
>
> -------------------------->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
>



-- 
Andrey