Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 190164 Details for
Bug 338444
Unable to restart after upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Reconciler patch v1
bug338444-patch-v1.txt (text/plain), 1.44 KB, created by
Remy Suen
on 2011-03-02 10:40:32 EST
(
hide
)
Description:
Reconciler patch v1
Filename:
MIME Type:
Creator:
Remy Suen
Created:
2011-03-02 10:40:32 EST
Size:
1.44 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.e4.ui.workbench >Index: src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java >=================================================================== >RCS file: /cvsroot/eclipse/e4/org.eclipse.e4.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java,v >retrieving revision 1.17 >diff -u -r1.17 XMLModelReconciler.java >--- src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java 15 Feb 2011 18:03:07 -0000 1.17 >+++ src/org/eclipse/e4/ui/internal/workbench/XMLModelReconciler.java 2 Mar 2011 15:37:24 -0000 >@@ -104,9 +104,17 @@ > > /** > * The version of the model deltas. >+ * >+ * <ul> >+ * <li>1.1 - introduced direct references to binding contexts instead of using string ids (see >+ * bug 320171 and bug 338444)</li> >+ * <li>1.0 (no change) - the model was updated with MArea, code was inserted to handle this case >+ * so the version number was not actually increased (see bug 328388)</li> >+ * <li>1.0 - first version of the model that went out for 4.0</li> >+ * </ul> > */ > // a new string is constructed because we do not know want the value to be inlined >- private static final String VERSION_NUMBER = new String("1.0"); //$NON-NLS-1$ >+ private static final String VERSION_NUMBER = new String("1.1"); //$NON-NLS-1$ > > /** > * An attribute for describing the type of the object in question (value is <code>type</code>).
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 338444
:
189979
|
190157
| 190164