[seam-commits] Seam SVN: r10661 - branches/community/Seam_2_1/src/resteasy/org/jboss/seam/resteasy.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Apr 27 16:14:56 EDT 2009
Author: jharting
Date: 2009-04-27 16:14:56 -0400 (Mon, 27 Apr 2009)
New Revision: 10661
Modified:
branches/community/Seam_2_1/src/resteasy/org/jboss/seam/resteasy/resteasy-2.1.xsd
Log:
JBSEAM-4153
Modified: branches/community/Seam_2_1/src/resteasy/org/jboss/seam/resteasy/resteasy-2.1.xsd
===================================================================
--- branches/community/Seam_2_1/src/resteasy/org/jboss/seam/resteasy/resteasy-2.1.xsd 2009-04-27 20:07:00 UTC (rev 10660)
+++ branches/community/Seam_2_1/src/resteasy/org/jboss/seam/resteasy/resteasy-2.1.xsd 2009-04-27 20:14:56 UTC (rev 10661)
@@ -30,7 +30,7 @@
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" maxOccurs="1"
- name="media-type-mappings" type="components:multiValuedProperty">
+ name="media-type-mappings" type="components:mapProperty">
<xs:annotation>
<xs:documentation>
Maps media type URI extensions to Accept header, see RESTEasy documentation and JAX-RS (JSR 311).
@@ -38,7 +38,7 @@
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" maxOccurs="1"
- name="language-mappings" type="components:multiValuedProperty">
+ name="language-mappings" type="components:mapProperty">
<xs:annotation>
<xs:documentation>
Maps language URI extension to Accept header, see RESTEasy documentation and JAX-RS (JSR 311).
More information about the seam-commits
mailing list