Hi guys,
I'd like to change some colours, styles etc in the Correspondence Management Solution and used the following tutorial:
http://help.adobe.com/en_US/livecycle/11.0/CorrespondenceManagementDeveloper/WSc070aef4a1ec5456864ec...
To deploy my custom Correspondence Management Solution I used the following introduction:
http://help.adobe.com/en_US/livecycle/11.0/CorrespondenceManagementDeveloper/WS3ad6fd7a5b41dea4-3be0...
After changing the required properties in build.properties etc. everything worked fine. I got a file template-correspondencemanagement-pkg.zip and tried to upload it to /lc/system/console.
However, an error message "You cannot select a .zip file. Try again...". appeared. I changed the file extension from .zip to .jar and got a Java Exception:
java.io.IOException: Bundle-SymbolicName header missing, cannot install bundle...
As far as I know, I need some information in META-INF/ indicating it's an osgi bundle, but where can i find these information and how to put them in the bundle?
Thx
jwe