Replies: 2 comments 1 reply
|
Sorry, I should have created this in the discussions, not the issues. |
0 replies
You should have a look at this issue, where that topic has been discussed: eclipse-platform/eclipse.platform.releng.aggregator#3448 In short: there are no more source features. You probably have a target platform for your product, in which you can enable the inclusion of sources (see this comment: eclipse-platform/eclipse.platform.releng.aggregator#3448 (comment)). |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Over the last year the
.sourcefeatures that contained the SWT and JFace source had been removed from the Eclipse updatesites.We have a Tycho-built Eclipse IDE (to automatically contain inhouse-made features, too) based on the current version 4.39, and we use p2 mirrors of:
https://download.eclipse.org/releases/2026-03/ and
https://download.eclipse.org/eclipse/updates/4.39/
as base.
I can see the
jface.sourcebundle on the mirrored updatesite(s), but I don't know which feature I need to add to theeclipse.productfile to add the sources to the Eclipse build.Can you give me the id/name of that feature?
Or is there another approach now to include sources in an Eclipse build?
Thanks in advance!
All reactions