The question asked here shows how a file from a bundle can be referenced via a URL such as platform:/plugin/de.vogella.rcp.plugin.filereader/files/test.txt
.
I would like to have two versions of the same bundle running simultaneously and the file I am retrieving will be different across versions. Is it possible to reference a bundle with the above URL scheme using version information as well so I can get the correct version of the file?
If this is not possible, can a specific version of a bundle be retrieved by another means?