Branding. When body html entered, we need to be sure that MANIFEST.MF Bundle-ClassPath: contains root directory. If no Bundle-ClassPath: included, root directory available by default.
Correct Example:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
.........
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: bin,
.
Note: point symbol
(
Read more... )