Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 355099
Collapse All | Expand All

(-)src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java (+2 lines)
Lines 1888-1893 Link Here
1888
				featureName.equals(PART_MENUS_ATTNAME) ||
1888
				featureName.equals(PART_MENUS_ATTNAME) ||
1889
				// an Application has multiple commands
1889
				// an Application has multiple commands
1890
				featureName.equals(APPLICATION_COMMANDS_ATTNAME) ||
1890
				featureName.equals(APPLICATION_COMMANDS_ATTNAME) ||
1891
				// an ApplicationElement has multiple clonable snippets
1892
				featureName.equals(APPLICATIONELEMENT_CLONABLE_SNIPPETS_ATTNAME) ||
1891
				// a HandlerContainer has multiple handlers
1893
				// a HandlerContainer has multiple handlers
1892
				featureName.equals(HANDLERCONTAINER_HANDLERS_ATTNAME) ||
1894
				featureName.equals(HANDLERCONTAINER_HANDLERS_ATTNAME) ||
1893
				// a BindingContainer has multiple binding tables
1895
				// a BindingContainer has multiple binding tables
(-)src/org/eclipse/e4/ui/workbench/modeling/ModelReconciler.java (+6 lines)
Lines 34-39 Link Here
34
			.getApplicationElement_Tags().getName();
34
			.getApplicationElement_Tags().getName();
35
35
36
	/**
36
	/**
37
	 * Attribute defined by MApplicationElements (value is <code>clonableSnippets</code>).
38
	 */
39
	public static final String APPLICATIONELEMENT_CLONABLE_SNIPPETS_ATTNAME = ApplicationPackageImpl.eINSTANCE
40
			.getApplicationElement_ClonableSnippets().getName();
41
42
	/**
37
	 * Attribute defined by MApplications (value is <code>commands</code>).
43
	 * Attribute defined by MApplications (value is <code>commands</code>).
38
	 */
44
	 */
39
	public static final String APPLICATION_COMMANDS_ATTNAME = ApplicationPackageImpl.eINSTANCE
45
	public static final String APPLICATION_COMMANDS_ATTNAME = ApplicationPackageImpl.eINSTANCE

Return to bug 355099