Difference between revisions of "ConfigurationFileFormat"
(Fixed incorrect schema version for 6.0) |
|||
Line 2: | Line 2: | ||
= xml Schema = | = 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: | ||
− | |||
*6.0 Release: http://www.eiffel.com/developers/xml/configuration-1-2-0.xsd | *6.0 Release: http://www.eiffel.com/developers/xml/configuration-1-2-0.xsd | ||
+ | *5.7 Release: http://www.eiffel.com/developers/xml/configuration-1-0-0.xsd | ||
or in the svn repository | or in the svn repository | ||
− | |||
*6.0 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-2-0.xsd | *6.0 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-2-0.xsd | ||
+ | *5.7 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-0-0.xsd | ||
= Changelog = | = Changelog = | ||
− | |||
− | |||
==1.1.0 (EiffelStudio 6.0)== | ==1.1.0 (EiffelStudio 6.0)== | ||
*1.0.0 configurations work without any changes | *1.0.0 configurations work without any changes | ||
Line 19: | Line 17: | ||
*UUID no longer necessary | *UUID no longer necessary | ||
*Use application options on libraries | *Use application options on libraries | ||
+ | ==1.0.0 (EiffelStudio 5.7)== | ||
+ | *Initial Release |
Revision as of 12:46, 30 July 2007
Contents
xml Schema
The xml schema against which a configuration file has to validate can be found here:
- 6.0 Release: http://www.eiffel.com/developers/xml/configuration-1-2-0.xsd
- 5.7 Release: http://www.eiffel.com/developers/xml/configuration-1-0-0.xsd
or in the svn repository
- 6.0 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-2-0.xsd
- 5.7 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-0-0.xsd
Changelog
1.1.0 (EiffelStudio 6.0)
- 1.0.0 configurations work without any changes
Added Features
- Supplier precondition assertions
- Hidden/implementation clusters
- UUID no longer necessary
- Use application options on libraries
1.0.0 (EiffelStudio 5.7)
- Initial Release