[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] TP4/035: Follow-up question re: children of root element
|
- From: ruthdaly@xxxxxxxxxx (Ruth Daly)
- Date: 10 Apr 2001 19:31:54 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipsecorner.org
- User-agent: NewsPortal 0.23
The UCD person's next question was whether we have control
over the order of elements under the root element. That is,
even if the order of the root element is determined by
the plugin load order, do we have control over the children
under that root element? If I'm not mistaken, assuming that
the children are all declared in the same plugin, then the
order of the children, in the list, will be determined by
the order that they are declared in; i.e., the order of
the child contributions in the plugin.xml file. Is that
correct?