Difference between revisions of "ConfigurationFileFormat"

(xml Schema)
(xml Schema)
Line 1: Line 1:
 
[[Category:Configuration]]
 
[[Category:Configuration]]
=== 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:  
 
*5.7 Release: http://www.eiffel.com/developers/xml/configuration-1-0-0.xsd
 
*5.7 Release: http://www.eiffel.com/developers/xml/configuration-1-0-0.xsd
Line 9: Line 8:
 
*5.7 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-0-0.xsd
 
*5.7 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-0-0.xsd
 
*6.0 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-1-0.xsd
 
*6.0 Release: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/framework/configuration/versioning/configuration-1-1-0.xsd
 +
 +
= Changelog =
 +
==1.0.0 (EiffelStudio 5.7)==
 +
*Initial Release
 +
==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

Revision as of 11:29, 9 November 2006

xml Schema

The xml schema against which a configuration file has to validate can be found here:

or in the svn repository

Changelog

1.0.0 (EiffelStudio 5.7)

  • Initial Release

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