Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Usage of Eclipse-BundleShape: dir with Tycho

Hello everybody,

This question has been asked and answered but I am not able to get this to work correctly. Apologies if this is something silly, I am new to Tycho and building OSGI bundles.

As I understand it to create an unpacked bundle (for example a bundle which ships JAR files or DLL's) we need to add Eclipse-BundleShape: dir to the MANIFEST file. After adding this to the MANIFEST file and running a maven package goal, I still see the jar in the target folder. My expectation is to see the folder unpacked. Am I missing something?

I tried this with the tycho sample project too in org.eclipse.tycho/tycho-its/projects/TYCHO0374dirBundleShape/bundle and see the same results. I am using version 1.7.0.

Best Regards,
Aditya

Back to the top