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 338444
Collapse All | Expand All

(-)src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java (-1 / +9 lines)
Lines 104-112 Link Here
104
104
105
	/**
105
	/**
106
	 * The version of the model deltas.
106
	 * The version of the model deltas.
107
	 * 
108
	 * <ul>
109
	 * <li>1.1 - introduced direct references to binding contexts instead of using string ids (see
110
	 * bug 320171 and bug 338444)</li>
111
	 * <li>1.0 (no change) - the model was updated with MArea, code was inserted to handle this case
112
	 * so the version number was not actually increased (see bug 328388)</li>
113
	 * <li>1.0 - first version of the model that went out for 4.0</li>
114
	 * </ul>
107
	 */
115
	 */
108
	// a new string is constructed because we do not know want the value to be inlined
116
	// a new string is constructed because we do not know want the value to be inlined
109
	private static final String VERSION_NUMBER = new String("1.0"); //$NON-NLS-1$
117
	private static final String VERSION_NUMBER = new String("1.1"); //$NON-NLS-1$
110
118
111
	/**
119
	/**
112
	 * An attribute for describing the type of the object in question (value is <code>type</code>).
120
	 * An attribute for describing the type of the object in question (value is <code>type</code>).

Return to bug 338444