[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Plugins with different versions, one as project, one as jar

Hi,

I've got two versions of the same library-plugin, one as a jar-file in
the plugin-directory and the newer one as project in the workspace. If
I configure a dependency on another plugin to the old version of my
lib-plugin, Eclipse gives an error "Unsatisfied version constraint". If
I close the the lib-plugin-project, the error goes away.
If I package both lib-plugin-versions as jars, it also works.
Could this be a bug or am I doing something wrong?

I tested this on 3.3 and 3.4.
This is the line that gives the error:

Require-Bundle: de.qs.framework;bundle-version="[1.2.0,1.2.1)"

while having a plugin-project with version 1.2.1 and a jar with version
1.2.0 in the plugin-dir.

Thanks,
Manuel

--