Fixed typo for EIS entries in ECF.

Author:alexk
Date:2009-06-17T13:35:08.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@243 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
alexk
2009-06-17 13:35:08 +00:00
parent 259e1551c7
commit f3a26a3336

View File

@@ -25,7 +25,7 @@
===Changes=== ===Changes===
* The EiffelNet library with IPv6 support is now the default library. The old one is still available as part of our obsolete libraries. * The EiffelNet library with IPv6 support is now the default library. The old one is still available as part of our obsolete libraries.
* The project configuration format has a new version with new settings for void-safety compilation. The compiler will choose the default options based on the version of the project configuration file. Making it easy to have the same code compile identically with old versions of EiffelStudio. * The project configuration format has a new version with new settings for void-safety compilation. The compiler will choose the default options based on the version of the project configuration file. Making it easy to have the same code compile identically with old versions of EiffelStudio.
* Changed the Eiffel Information System to use the note element in project configuraton file in this style: <note><eis name="NAME1"><eis name="NAME2"></note>. * Changed the Eiffel Information System to use the note element in project configuraton file in this style: <nowiki><note><eis name="NAME1"/><eis name="NAME2"/></note></nowiki>.
===Bug fixes=== ===Bug fixes===
* Fixed failure when generating the flat view of some classes. * Fixed failure when generating the flat view of some classes.