Author: scabanovich
Date: 2007-08-16 12:52:04 -0400 (Thu, 16 Aug 2007)
New Revision: 3180
Modified:
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/meta.dtd
Log:
Reducing meta - removed empty elements <Editor/> and <Constraint/>
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/meta/meta.dtd
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/meta/meta.dtd 2007-08-16
16:50:44 UTC (rev 3179)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/meta/meta.dtd 2007-08-16
16:52:04 UTC (rev 3180)
@@ -69,7 +69,7 @@
<!ELEMENT XEntityRenderer (ICONS?)>
<!ELEMENT XModelAttributes ((XModelAttribute|XModelAttributeReference)*)>
-<!ELEMENT XModelAttribute (Constraint,Editor)>
+<!ELEMENT XModelAttribute (Constraint?,Editor?)>
<!ATTLIST XModelAttribute name CDATA #REQUIRED>
<!ATTLIST XModelAttribute loader CDATA #IMPLIED>
<!ATTLIST XModelAttribute xmlname CDATA #IMPLIED>
Show replies by date