Hi,
I reworked (a bit) our icons loading system. Icons are not loaded directly
by IconContainer but by IconSet. ZipIconSet is the only class implementing
IconSet. ZipIconSet loads icons and a describing xml file from a zip file.
This makes exchanging icon sets quite easy. The Ant task "buildiconset"
creates this "default" zip file.
The redesigned logo and icon are placed in our images folder.
To avoid loosing our image template once more I created a resources folder
where we can put artifacts that are not directly used in a build process.
Cheers
Christoph
|