1. fix framework for using jsp tag in freemarker.
2. change order building birt component to after common component in framework/build.xml file
3. specific birt container before beanshell container in framework/base/config/ofbiz-containers.xml file
4. specific loading birt component after bi component in framework/component-load.xml
5. list all birt's jar files that have Eclipse Public License - v 1.0 in LICENSE file
6. change example report's path in mail form's tooltip.
7. delete four duplicated jar files.
- framework/birt/lib/axis.jar
- framework/birt/lib/commons-DISCOVERY-0.2.jar
- framework/birt/lib/axis-ant.jar
- framework/birt/lib/commons-CLI-1.0.jar
OptionGroup now selects properly an option with no short name (CLI-182)
OptionGroups no longer throw an AlreadySelectedException when reused for several parsings (CLI-183)
Applying additional patch to throw IllegalStateException when the specified width is not enough to fit the flags, indent and 1 character for the description. This closes out CLI-162 (for now :) ).