|
2 | 2 | <?pde version="3.8"?> |
3 | 3 | <target includeMode="feature" name="Dart4E Studio Build Target"> |
4 | 4 |
|
5 | | - <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-23"/> |
| 5 | + <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25"/> |
6 | 6 |
|
7 | 7 | <locations> |
8 | 8 |
|
|
12 | 12 | </location> |
13 | 13 |
|
14 | 14 | <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit"> |
15 | | - <repository location="https://download.eclipse.org/justj/jres/23/updates/release/latest"/> |
| 15 | + <repository location="https://download.eclipse.org/justj/jres/25/updates/release/latest"/> |
16 | 16 | <unit id="org.eclipse.justj.openjdk.hotspot.jre.minimal.stripped.feature.group" version="0.0.0"/> |
17 | 17 | </location> |
18 | 18 |
|
19 | 19 | <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit"> |
20 | | - <repository location="https://download.eclipse.org/releases/2025-06/"/> |
| 20 | + <repository location="https://download.eclipse.org/releases/2025-09/"/> |
| 21 | + <unit id="org.eclipse.epp.mpc.feature.group" version="0.0.0"/> |
21 | 22 | <unit id="org.eclipse.egit.feature.group" version="0.0.0"/> |
22 | 23 | <unit id="org.eclipse.egit.gitflow.feature.feature.group" version="0.0.0"/> |
23 | 24 | <unit id="org.eclipse.jgit.feature.group" version="0.0.0"/> |
| 25 | + <unit id="org.eclipse.jgit.gpg.bc.feature.group" version="0.0.0"/> |
| 26 | + <unit id="org.eclipse.jgit.http.apache.feature.group" version="0.0.0"/> |
| 27 | + <unit id="org.eclipse.jgit.ssh.apache.feature.group" version="0.0.0"/> |
24 | 28 | <unit id="org.eclipse.mylyn.wikitext.feature.feature.group" version="0.0.0"/> |
25 | 29 | <unit id="org.eclipse.tm.terminal.feature.feature.group" version="0.0.0"/> |
26 | 30 | <unit id="org.eclipse.wildwebdeveloper.feature.feature.group" version="0.0.0"/> |
27 | 31 | <unit id="org.eclipse.wildwebdeveloper.embedder.node.feature.feature.group" version="0.0.0"/> |
28 | 32 | </location> |
29 | 33 |
|
30 | | - <!-- workaround to solve since 2025-03: |
31 | | - [ERROR] Cannot resolve dependencies of project org.haxe4e.studio:org.haxe4e.studio.product:eclipse-repository:1.0.0-SNAPSHOT |
32 | | - [ERROR] with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.justj.buildtime=true} |
33 | | - [ERROR] Software being installed: org.haxe4e.studio 1.0.0.qualifier |
34 | | - [ERROR] Missing requirement: org.haxe4e.studio 1.0.0.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.ecf.core.ssl.feature.feature.group 0.0.0' but it could not be found: See log for details |
35 | | - --> |
36 | 34 | <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit"> |
37 | | - <repository location="https://download.eclipse.org/rt/ecf/latest/site.p2/"/> |
38 | | - <unit id="org.eclipse.ecf.core.ssl.feature.feature.group" version="0.0.0"/> |
39 | | - <unit id="org.eclipse.ecf.filetransfer.ssl.feature.feature.group" version="0.0.0"/> |
40 | | - </location> |
41 | | - |
42 | | - <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit"> |
43 | | - <repository location="https://download.eclipse.org/eclipse/updates/4.36/"/> |
| 35 | + <repository location="https://download.eclipse.org/eclipse/updates/4.37/"/> |
44 | 36 | <unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/> |
45 | 37 | <unit id="org.eclipse.sdk.ide" version="0.0.0"/> |
46 | 38 | </location> |
47 | 39 |
|
48 | | - <!-- compatible with 2024-03 see https://download.eclipse.org/tools/orbit/downloads |
49 | | - <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit"> |
50 | | - <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-06/"/> |
51 | | - </location>--> |
52 | | - |
53 | 40 | <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit"> |
54 | 41 | <repository location="https://download.eclipse.org/lsp4e/releases/latest/"/> |
55 | 42 | <unit id="org.eclipse.lsp4e" version="0.0.0"/> |
|
0 commit comments