I'm attempting to create a manifest file in which I would like to indicate a generic file system directory that will contain multiple jar files (and maybe other resources as well) WITHOUT indicating each resource/jar explicitly.
e.g. Bundle-ClassPath: ./, Dependencies/Binaries How should I configure my manifest?