[Modeling-cvs] ProjectModeling CHANGES,1.50,1.51
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-05-22 10:56:58
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26503 Modified Files: CHANGES Log Message: Fixed bug #938096: QualifierParser fails when an attribute's name begins w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** CHANGES 22 May 2004 10:51:09 -0000 1.50 --- CHANGES 22 May 2004 10:56:44 -0000 1.51 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * Fixed bug #938096: QualifierParser fails when an attribute's name begins + w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. + * EditingContext.faultForGlobalID(): parameter anEditingContext now defaults to self |