summaryrefslogtreecommitdiffstats
path: root/src/com/ibm/ServerWizard2/model
Commit message (Collapse)AuthorAgeFilesLines
* Added attribute filteringHEADmasternjames2017-08-253-20/+39
| | | | Processes serverwizShow tag and enables attribute filtering Also fixes xml ordering dependency
* Default attribute value overwritten by target typenjames2017-06-202-2/+8
| | | | | If target_type default attribute was blank, it was overwriting attribute_type default value. this fix checks for a non-empty default value before assigning to children.
* Force top level name in hierarchy include positionnjames2017-02-091-2/+6
| | | For example sys would become sys-0
* Move attribute inheritance until all libraries are loadednjames2017-01-102-16/+28
|
* Read targetTypeExtension tag from target_types_hb.xmlnjames2017-01-091-11/+14
|
* Add capability to merge multiple target type xmlsnjames2016-10-211-3/+11
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Add XML converter from old to new formatnjames2016-09-141-3/+69
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Don't load XML if wrong version detected.njames2016-09-111-0/+1
| | | Signed-off-by: Norman James <nkskjames@gmail.com>
* Keep track of already loaded librariesnjames2016-09-021-6/+53
| | | | | Reloading a library can cause duplicates in library model Signed-off-by: Norman James <nkskjames@gmail.com>
* load library files in alphabetical order so dependencies can be enforcednjames2016-08-261-4/+9
|
* Major refactor for P9:njames2016-08-2513-0/+2214
- cleaned up package organization - added html summary - breakout parts library into seperate files - added support for external parts library - cleaned up MVC cheats - removed unused methods
OpenPOWER on IntegriCloud