Module hiveutils
Back to master index

[public] Configuration Point hiveutils.VersionOccurs: unbounded
Utility configuration point enabling to define versions of the system or subsystems. Very useful to get and put into an about box. You can have several sub-systems, hence several versions contributions.
Schema
Element <app-module>
Defines the version (and other information) for one module of the system (or the overall system).
Attribute authors Translator: string
Authors of this sub module
Attribute code (required) (unique) Translator: string
Unique code of this sub module
Attribute copyright Translator: string
Copyright string for this sub module
Attribute date Translator: string
Release date of this sub module
Attribute name (required) Translator: string
Name of this sub module
Attribute url Translator: string
URL to the site of this sub module
Attribute version (required) Translator: string
Version of this sub module
Conversion Rules
<conversion class="net.sourceforge.hiveutils.util.Version" />

Module hiveutils
Back to master index