### Eclipse Workspace Patch 1.0 #P IzPack_SVN Index: src/doc-reST/installation-files.txt =================================================================== --- src/doc-reST/installation-files.txt (Revision 2934) +++ src/doc-reST/installation-files.txt (Arbeitskopie) @@ -795,6 +795,43 @@ If multiple packsLang-files were defined, all files will be merged into a single temporary file. This allows ``refpack`` files to provide their own internationalization-information. +You can define bundles of resources by using ```` +You have to set a unique id for the bundle ``id``. One bundle can be marked to be default: ``default="true"`` + +You need to define a variable to set the name of the SystemProperty: ``resource.bundle.system.property`` + +Here's a sample: + +:: + + + + ... + + + ... + + + + + + + + + + + + + + ... + +Resources will be then be loaded in the following order: +- /res//_ +- /res// +- /res/_ +- /res/ + + The Panels Element ```` '''''''''''''''''''''''''''''''''