Log and JavaScriptPacker bundled into Wigbi
Wigbi uses the PEAR Log Package for logging and the JavaScriptPacker to obfuscate the JavaScript code of the, in runtime, auto-created plugin classes.
Previously, the class files (Log.php and JavaScriptPacker.php) has been separate files within the wigbi/php/system/ folder. They have automatically been included when Wigbi was started.
However, since the wigbi/php/system/ folder does not exist in Wigbi 1.0, these two files will be emedded into the wigbi/php/wigbi.php file instead, so that it is not possible to accidentaly remove either file.
I will, however, NOT do the same thing with the wigbi/js/jQuery-x.x.x.js file, since it likely that developers over time may want to replace this file with a newer version.
