Mars, Luna and the Graphiti dependencies.... [message #1699811] |
Fri, 26 June 2015 19:15 |
Ralph Soika Messages: 193 Registered: July 2009 |
Senior Member |
|
|
Hi Bob,
I recognized that the plugin dependencies for graphiti between luna (1.1.4) and current master (1.2.0) have changed in the MANIFEST.MF file
Luna releaese 1.1.4:
...
org.eclipse.graphiti;bundle-version="[0.11.0,0.12.0]",
org.eclipse.graphiti.ui;bundle-version="[0.11.0,0.12.0]",
...
Mars release 1.2.0 :
...
org.eclipse.graphiti;bundle-version="0.12.0",
org.eclipse.graphiti.ui;bundle-version="0.12.0",
....
I have added the same dependency bundle-version rule to my runtime extenstion as in the luna release branch. This works for Eclipse Luna. But for the same reason it is not possible to install the plugin in Eclipse Mars. I need to change the rule to "0.12.0".
So at the end it looks like I need two different builds - one for luna and one for mars - even if my code did not change. Just the dependencys of graphiti.
Why is this necessary? And why is the rule so important?
I tried to add the dependendcy without a rule in my runtime extension
...
org.eclipse.graphiti,
org.eclipse.graphiti.ui,
...
but this seems not to work.....
===
Ralph
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03874 seconds