Updated a few package.iron files.

This commit is contained in:
Jocelyn Fiat
2017-10-06 14:06:46 +02:00
parent 70f00651c7
commit 2f98d7031f
15 changed files with 80 additions and 69 deletions

View File

@@ -6,15 +6,15 @@ project
note
title: Error framework
description: "[
Errors and associated handler, to manage errors and also provides a way to synchronize one or many error handlers.
This is convenient to propagate error from a layer to another without adding unwanted dependencies.
]"
Errors and associated handler, to manage errors and also provides a way to synchronize one or many error handlers.
This is convenient to propagate error from a layer to another without adding unwanted dependencies.
]"
collection: EWF
tags: error,framework
license: Eiffel Forum License v2
copyright: Jocelyn Fiat, Eiffel Software and others.
link[license]: http://www.eiffel.com/licensing/forum.txt
link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/utility/general/error
link[source]: "github" https://github.com/EiffelWebFramework/EWF/tree/master/library/utility/general/error
end