Skip to main content

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

> 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

Eclipse-BundleShape is a pure Eclipse/Equinox extension, neither dlls nor embedded jars require this anyways as they are supported by plain OSGi already.

Am 05.11.20 um 14:44 schrieb Aditya Wagle:
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

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user



Back to the top