Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Applied: Patch for Managed Build system


Applied to head and 2.0.1.

Sean Evoy
Rational Software - IBM Software Group
Ottawa, Ontario, Canada



"Treggiari, Leo" <leo.treggiari@xxxxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx

08/03/2004 12:29 PM

Please respond to
cdt-patch

To
<cdt-patch@xxxxxxxxxxx>
cc
Subject
[cdt-patch] Patch for Managed Build system





This patch fixes Bugs # 70577 & #71254.  Note that it fixes #70577 in a different manner that the fix offered in bug #70444.
 
The  #70444 fix:
3) It now property saves its state in terms of Enum ID's instead of
      Enum names. Thus, the "isDefault" attribute now works.
 
The patch’s fix converts the Enum ID into the Enum Name before passing the value into the property page combo box field editor.  With this fix, the combo box editor need not know about enumeration ids (as it currently does not).
 
The patch should be applied to the 2_0 branch as well as HEAD.  The .zip contains two sets of patches although they are the same since the patched files do not have any HEAD specific changes.
 
Leo[attachment "patches.zip" deleted by Sean Evoy/Ottawa/IBM]

Back to the top