I'm working on a java eclipse RCP project where Package explorer shows 4 packages and three of them having a META-INF
folder and each of them contains a MANIFEST.MF
file.
and each package (except one) has its own build.properties
.
I don't understand why there three META-INF
folders.
I also couldn't determine how these packages interact themselves because the classes withing a package have no reference on other packages.
Any tips to understand this structure will be helpful. Thank you.