Commit 19c3af1
committed
[Build] Add back sources to Eclipse-SDK product
The sources of all contained bundles were accidentally removed from the
eclipse-SDK product in
- #3549
That is because the p2-repository assembled for the eclipse-SDK product
didn't contain sources before, as that repository is not used further.
But now that the product is materialized from that p2-repository (since
that mentioned change), sources went missing in the product itself too.
Consequently the property 'repository.includeAllSources' must now be
true if 'product.installSources' is true. Otherwise the latter has no
effect. If no sources are available in the source-repository, of course
Tycho cannot install them.
Additionally remove dependencies again from eclipse-junit-tests product.
They were added unintentionally in the mentioned change, too.
Fixes
- eclipse-jdt/eclipse.jdt.core#46841 parent acb9a05 commit 19c3af1
File tree
3 files changed
+15
-1
lines changed- products
- eclipse-junit-tests
- eclipse-sdk
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
45 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments