You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2015/10/20 16:16:17 UTC

[2/2] tapestry-5 git commit: TAP5-2487: fix replace and extension-point attribute declarations in XSD

TAP5-2487: fix replace and extension-point attribute declarations in XSD


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5473e9a5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5473e9a5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5473e9a5

Branch: refs/heads/master
Commit: 5473e9a538faa512f5bd83d58a68697f6ce79565
Parents: ae25e23
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Oct 20 16:15:05 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Oct 20 16:15:05 2015 +0200

----------------------------------------------------------------------
 .../org/apache/tapestry5/internal/services/tapestry_5_4.xsd      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5473e9a5/tapestry-core/src/main/resources/org/apache/tapestry5/internal/services/tapestry_5_4.xsd
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/internal/services/tapestry_5_4.xsd b/tapestry-core/src/main/resources/org/apache/tapestry5/internal/services/tapestry_5_4.xsd
index 05d99e9..01d0f75 100644
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/internal/services/tapestry_5_4.xsd
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/internal/services/tapestry_5_4.xsd
@@ -28,7 +28,7 @@
             </xs:documentation>
         </xs:annotation>
         <xs:complexType>
-            <xs:attribute name="name" type="xs:string" use="required">
+            <xs:attribute name="id" type="xs:string" use="required">
                 <xs:annotation>
                     <xs:documentation>
                         Unique id for the replaceable block.
@@ -45,7 +45,7 @@
             </xs:documentation>
         </xs:annotation>
         <xs:complexType>
-            <xs:attribute name="name" type="xs:string" use="required">
+            <xs:attribute name="id" type="xs:string" use="required">
                 <xs:annotation>
                     <xs:documentation>
                         Unique id for the replaceable block, which must match an id of an inheritable extension-point