|
From: David C. <dc...@us...> - 2005-10-02 17:41:59
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/schema In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12333/schema Modified Files: org.rubypeople.rdt.ui.editorPopupExtender.exsd Log Message: Updated schema to match actual use and eliminate warning. Index: org.rubypeople.rdt.ui.editorPopupExtender.exsd =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/schema/org.rubypeople.rdt.ui.editorPopupExtender.exsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** org.rubypeople.rdt.ui.editorPopupExtender.exsd 7 Mar 2005 20:46:57 -0000 1.1 --- org.rubypeople.rdt.ui.editorPopupExtender.exsd 2 Oct 2005 17:41:49 -0000 1.2 *************** *** 13,18 **** <element name="extension"> <complexType> ! ! <sequence> <element ref="rubyEditorPopupMenuExtension"/> </sequence> --- 13,17 ---- <element name="extension"> <complexType> ! <sequence> <element ref="rubyEditorPopupMenuExtension"/> </sequence> *************** *** 42,51 **** <element name="rubyEditorPopupMenuExtension"> ! <complexType> ! <sequence> <element ref="enablement"/> ! </sequence> ! <attribute name="class" type="string"/> ! </complexType> </element> --- 41,83 ---- <element name="rubyEditorPopupMenuExtension"> ! <complexType> ! <sequence> <element ref="enablement"/> ! </sequence> ! <attribute name="class" type="string"> ! <annotation> ! <documentation> ! ! </documentation> ! </annotation> ! </attribute> ! </complexType> ! </element> ! ! <element name="enablement"> ! <complexType> ! <sequence> ! <element ref="systemProperty" minOccurs="0" maxOccurs="unbounded"/> ! </sequence> ! </complexType> ! </element> ! ! <element name="systemProperty"> ! <complexType> ! <attribute name="name" type="string" use="required"> ! <annotation> ! <documentation> ! ! </documentation> ! </annotation> ! </attribute> ! <attribute name="value" type="string" use="required"> ! <annotation> ! <documentation> ! ! </documentation> ! </annotation> ! </attribute> ! </complexType> </element> |