Difference between revisions of "ConfigurationFileFormat"
(→xml Schema) |
(Replaced origo.ethz.ch by eiffel.com in SVN URL) |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
| − | + | = xml Schema = | |
| − | + | The xml schema against which a configuration file has to validate can be found here: | |
| − | The xml schema against which a configuration file has to validate can be found here: | + | * http://www.eiffel.com/developers/xml/ |
| − | * | + | |
| − | + | ||
or in the svn repository | or in the svn repository | ||
| − | * | + | *https://svn.eiffel.com/eiffelstudio/trunk/Src/framework/configuration/versioning/ |
| − | * | + | |
| + | This includes all the various versions since the first release of ECF with EiffelStudio 5.7. | ||
| + | |||
| + | = Changelog = | ||
| + | ==1.2.0 (EiffelStudio 6.0)== | ||
| + | *1.0.0 configurations work without any changes | ||
| + | === Added Features === | ||
| + | *Renamed `full_type_checking' option into `full_class_checking' option | ||
| + | *Supplier precondition assertions | ||
| + | *Hidden/implementation clusters | ||
| + | *UUID no longer necessary | ||
| + | *Use application options on libraries | ||
| + | |||
| + | ==1.0.0 (EiffelStudio 5.7)== | ||
| + | *Initial Release | ||
Latest revision as of 13:18, 4 June 2012
Contents
xml Schema
The xml schema against which a configuration file has to validate can be found here:
or in the svn repository
This includes all the various versions since the first release of ECF with EiffelStudio 5.7.
Changelog
1.2.0 (EiffelStudio 6.0)
- 1.0.0 configurations work without any changes
Added Features
- Renamed `full_type_checking' option into `full_class_checking' option
- Supplier precondition assertions
- Hidden/implementation clusters
- UUID no longer necessary
- Use application options on libraries
1.0.0 (EiffelStudio 5.7)
- Initial Release

