Skip to content

Commit f4c9cd3

Browse files
committed
Merge remote-tracking branch 'github/eclipse-2024-09'
2 parents dce2dfd + 3e8c5e5 commit f4c9cd3

File tree

25 files changed

+53
-53
lines changed

25 files changed

+53
-53
lines changed

com.wamas.ide.launching.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.wamas.ide.launching.feature"
44
label="Launch Configuration DSL"
5-
version="0.8.0.qualifier"
5+
version="0.9.0.qualifier"
66
provider-name="SSI Schaefer IT Solutions GmbH">
77

88
<description>

com.wamas.ide.launching.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>com.wamas.ide.launching-parent</artifactId>
77
<groupId>com.wamas.ide.launching</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.9.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>com.wamas.ide.launching.feature</artifactId>
1111
<packaging>eclipse-feature</packaging>

com.wamas.ide.launching.ide/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/main/java"/>
66
<classpathentry excluding=".gitignore" kind="src" path="src/gen/xtext"/>
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
4-
org.eclipse.jdt.core.compiler.compliance=17
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
4+
org.eclipse.jdt.core.compiler.compliance=21
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
77
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
88
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
99
org.eclipse.jdt.core.compiler.release=enabled
10-
org.eclipse.jdt.core.compiler.source=17
10+
org.eclipse.jdt.core.compiler.source=21

com.wamas.ide.launching.ide/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: LcDsl IDE Support
44
Bundle-Vendor: SSI Schaefer IT Solutions GmbH
5-
Bundle-Version: 0.8.0.qualifier
5+
Bundle-Version: 0.9.0.qualifier
66
Bundle-SymbolicName: com.wamas.ide.launching.ide; singleton:=true
77
Bundle-ActivationPolicy: lazy
88
Require-Bundle: com.wamas.ide.launching,

com.wamas.ide.launching.ide/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>com.wamas.ide.launching-parent</artifactId>
77
<groupId>com.wamas.ide.launching</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.9.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>com.wamas.ide.launching.ide</artifactId>
1111
<packaging>eclipse-plugin</packaging>

com.wamas.ide.launching.ui/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/main/java"/>
66
<classpathentry excluding=".gitignore" kind="src" path="src/gen/xtext"/>
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
4-
org.eclipse.jdt.core.compiler.compliance=17
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
4+
org.eclipse.jdt.core.compiler.compliance=21
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
77
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
88
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
99
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
1010
org.eclipse.jdt.core.compiler.release=enabled
11-
org.eclipse.jdt.core.compiler.source=17
11+
org.eclipse.jdt.core.compiler.source=21

com.wamas.ide.launching.ui/META-INF/MANIFEST.MF

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: LcDsl IDE UI
44
Bundle-Vendor: SSI Schaefer IT Solutions GmbH
5-
Bundle-Version: 0.8.0.qualifier
5+
Bundle-Version: 0.9.0.qualifier
66
Bundle-SymbolicName: com.wamas.ide.launching.ui; singleton:=true
77
Bundle-ActivationPolicy: lazy
88
Require-Bundle: com.wamas.ide.launching,
@@ -20,7 +20,6 @@ Require-Bundle: com.wamas.ide.launching,
2020
org.eclipse.pde.core,
2121
org.eclipse.jdt.core,
2222
org.eclipse.jdt.launching,
23-
org.eclipse.osgi.services,
2423
org.eclipse.e4.ui.model.workbench,
2524
org.eclipse.e4.core.di.annotations,
2625
org.eclipse.debug.ui.launchview;bundle-version="1.0.0",

com.wamas.ide.launching.ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>com.wamas.ide.launching-parent</artifactId>
77
<groupId>com.wamas.ide.launching</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.9.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>com.wamas.ide.launching.ui</artifactId>
1111
<packaging>eclipse-plugin</packaging>

com.wamas.ide.launching.ui/src/main/java/com/wamas/ide/launching/ui/contentassist/LcDslProposalProvider.xtend

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import org.eclipse.jdt.internal.core.JavaProject
3434
import org.eclipse.jdt.launching.JavaRuntime
3535
import org.eclipse.jface.text.contentassist.ICompletionProposal
3636
import org.eclipse.jface.viewers.StyledString
37-
import org.eclipse.pde.core.plugin.IMatchRules
3837
import org.eclipse.pde.core.plugin.PluginRegistry
3938
import org.eclipse.pde.internal.core.PDECore
4039
import org.eclipse.pde.internal.core.TracingOptionsManager
@@ -46,6 +45,7 @@ import org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal
4645
import org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
4746
import org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor
4847
import org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor.Delegate
48+
import org.eclipse.pde.core.plugin.VersionMatchRule
4949

5050
/**
5151
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
@@ -101,15 +101,15 @@ class LcDslProposalProvider extends AbstractLcDslProposalProvider {
101101
override completePluginWithVersion_Version(EObject model, Assignment assignment, ContentAssistContext context,
102102
ICompletionProposalAcceptor acceptor) {
103103
val pv = model as PluginWithVersion
104-
val models = PluginRegistry.findModels(pv.name, null, IMatchRules.NONE, null)
104+
val models = PluginRegistry.findModels(pv.name, null, VersionMatchRule.COMPATIBLE)
105105

106-
if (models !== null && !models.empty) {
107-
for (m : models) {
106+
models.forEach(
107+
m | {
108108
val ver = m.bundleDescription.version.toString
109109
acceptor.accept(
110110
createCompletionProposal(ver, new StyledString(ver), ih.getImage("plugin_obj.png"), context))
111111
}
112-
}
112+
)
113113

114114
super.completePluginWithVersion_Version(model, assignment, context, acceptor)
115115
}

com.wamas.ide.launching.ui/src/main/java/com/wamas/ide/launching/ui/hyperlink/LcDslHyperlinkHelper.xtend

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import org.eclipse.core.internal.variables.StringVariableManager
1414
import org.eclipse.core.resources.ResourcesPlugin
1515
import org.eclipse.jface.text.IRegion
1616
import org.eclipse.jface.text.Region
17-
import org.eclipse.pde.core.plugin.IMatchRules
1817
import org.eclipse.pde.core.plugin.PluginRegistry
1918
import org.eclipse.pde.internal.core.PDECore
2019
import org.eclipse.xtext.nodemodel.util.NodeModelUtils
2120
import org.eclipse.xtext.resource.EObjectAtOffsetHelper
2221
import org.eclipse.xtext.resource.XtextResource
2322
import org.eclipse.xtext.ui.editor.hyperlinking.HyperlinkHelper
2423
import org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkAcceptor
24+
import org.eclipse.pde.core.plugin.VersionMatchRule
2525

2626
class LcDslHyperlinkHelper extends HyperlinkHelper {
2727

@@ -67,7 +67,7 @@ class LcDslHyperlinkHelper extends HyperlinkHelper {
6767

6868
if (eObject instanceof PluginWithVersion) {
6969
val p = eObject as PluginWithVersion
70-
val bundle = PluginRegistry.findModel(p.name, p.version, IMatchRules.PERFECT, null)
70+
val bundle = PluginRegistry.findModels(p.name, p.version, VersionMatchRule.PERFECT).findFirst.orElse(null)
7171

7272
if(bundle === null) {
7373
return;

com.wamas.ide.launching.update/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>com.wamas.ide.launching-parent</artifactId>
66
<groupId>com.wamas.ide.launching</groupId>
7-
<version>0.8.0-SNAPSHOT</version>
7+
<version>0.9.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>com.wamas.ide.launching.update</artifactId>
1010
<packaging>eclipse-repository</packaging>

com.wamas.ide.launching/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src/main/java"/>
66
<classpathentry excluding=".gitignore" kind="src" path="src/gen/xtext"/>
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
4-
org.eclipse.jdt.core.compiler.compliance=17
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
4+
org.eclipse.jdt.core.compiler.compliance=21
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore
77
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
88
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
99
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
1010
org.eclipse.jdt.core.compiler.release=enabled
11-
org.eclipse.jdt.core.compiler.source=17
11+
org.eclipse.jdt.core.compiler.source=21

com.wamas.ide.launching/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: LcDsl Core
44
Bundle-Vendor: SSI Schaefer IT Solutions GmbH
5-
Bundle-Version: 0.8.0.qualifier
5+
Bundle-Version: 0.9.0.qualifier
66
Bundle-SymbolicName: com.wamas.ide.launching; singleton:=true
77
Bundle-ActivationPolicy: lazy
88
Require-Bundle: org.eclipse.xtext,

com.wamas.ide.launching/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>com.wamas.ide.launching-parent</artifactId>
77
<groupId>com.wamas.ide.launching</groupId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.9.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>com.wamas.ide.launching</artifactId>
1111
<packaging>eclipse-plugin</packaging>

com.wamas.ide.launching/src/main/java/com/wamas/ide/launching/formatting2/LcDslFormatter.xtend

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class LcDslFormatter extends AbstractFormatter2 {
8282
}
8383

8484
override dispatch void format(EObject it, extension IFormattableDocument document) {
85-
regionForEObject.allSemanticRegions.last.append[setNewLines(1,1,2)]
85+
regionForEObject.allSemanticRegions.lastOrNull.append[setNewLines(1,1,2)]
8686
}
8787

8888
def dispatch void format(RapServletConfig cfg, extension IFormattableDocument document) {
@@ -94,7 +94,7 @@ class LcDslFormatter extends AbstractFormatter2 {
9494

9595
interior(open, close)[indent]
9696

97-
cfg.regionForEObject.allSemanticRegions.last.append[setNewLines(1,1,2)]
97+
cfg.regionForEObject.allSemanticRegions.lastOrNull.append[setNewLines(1,1,2)]
9898
cfg.allRegionsFor.keywords(";").forEach[append[setNewLines(1,1,2)]]
9999
}
100100
}

com.wamas.ide.launching/src/main/java/com/wamas/ide/launching/generator/DependencyManager.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.osgi.framework.wiring.BundleRevision;
3434
import org.osgi.framework.wiring.BundleWire;
3535
import org.osgi.framework.wiring.BundleWiring;
36+
import org.osgi.resource.Resource;
3637

3738
/**
3839
* Utility class to return bundle description collections for a variety of
@@ -156,7 +157,7 @@ private static boolean isOptional(BundleRequirement requirement) {
156157
return Constants.RESOLUTION_OPTIONAL.equals(requirement.getDirectives().get(Constants.RESOLUTION_DIRECTIVE));
157158
}
158159

159-
private static boolean isTestWorkspaceProject(BundleDescription f) {
160+
private static boolean isTestWorkspaceProject(Resource f) {
160161
// Be defensive when declaring a fragment as 'test'-fragment
161162
IPluginModelBase pluginModel = PluginRegistry.findModel(f);
162163
if (pluginModel != null) {

com.wamas.ide.launching/src/main/java/com/wamas/ide/launching/generator/DependencyResolver.xtend

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import org.apache.log4j.Logger
1414
import org.eclipse.core.resources.IFile
1515
import org.eclipse.core.resources.ResourcesPlugin
1616
import org.eclipse.osgi.service.resolver.BundleDescription
17-
import org.eclipse.pde.core.plugin.IMatchRules
1817
import org.eclipse.pde.core.plugin.PluginRegistry
1918
import org.eclipse.pde.internal.core.PDECore
2019
import org.eclipse.pde.internal.core.PDEState
@@ -25,6 +24,7 @@ import org.eclipse.pde.internal.core.iproduct.IProductModel
2524
import org.eclipse.pde.internal.core.product.WorkspaceProductModel
2625

2726
import static extension com.wamas.ide.launching.generator.RecursiveCollectors.*
27+
import org.eclipse.pde.core.plugin.VersionMatchRule
2828

2929
class DependencyResolver {
3030

@@ -241,10 +241,10 @@ class DependencyResolver {
241241

242242
private static def getBestPluginMatch(String id, String version) {
243243
// TODO: check version matching for ranges, ...
244-
var bundle = PluginRegistry.findModel(id, version, IMatchRules.PERFECT, null)
244+
var bundle = PluginRegistry.findModels(id, version, VersionMatchRule.PERFECT).findFirst.orElse(null)
245245

246246
if (bundle === null) {
247-
bundle = PluginRegistry.findModel(id, null, IMatchRules.NONE, null)
247+
bundle = PluginRegistry.findModels(id, null, VersionMatchRule.COMPATIBLE).findFirst.orElse(null)
248248
}
249249

250250
bundle

com.wamas.ide.launching/src/main/java/com/wamas/ide/launching/validation/LcDslValidator.xtend

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ import org.eclipse.jdt.core.IPackageFragment
3838
import org.eclipse.jdt.core.IPackageFragmentRoot
3939
import org.eclipse.jdt.core.JavaCore
4040
import org.eclipse.jdt.launching.JavaRuntime
41-
import org.eclipse.pde.core.plugin.IMatchRules
4241
import org.eclipse.pde.core.plugin.PluginRegistry
4342
import org.eclipse.pde.internal.core.PDECore
4443
import org.eclipse.xtext.validation.Check
4544

4645
import static com.wamas.ide.launching.lcDsl.LaunchConfigType.*
4746
import org.eclipse.jdt.core.IType
4847
import java.util.regex.Pattern
48+
import org.eclipse.pde.core.plugin.VersionMatchRule
4949

5050
/**
5151
* This class contains custom validation rules.
@@ -254,10 +254,10 @@ class LcDslValidator extends AbstractLcDslValidator {
254254
return;
255255
}
256256

257-
val bundle = PluginRegistry.findModel(p.name, p.version, IMatchRules.PERFECT, null)
257+
val bundle = PluginRegistry.findModels(p.name, p.version, VersionMatchRule.PERFECT).findFirst
258258

259-
if (bundle === null) {
260-
if (PluginRegistry.findModel(p.name, null, IMatchRules.NONE, null) !== null) {
259+
if (bundle.empty) {
260+
if (!PluginRegistry.findModels(p.name, null, VersionMatchRule.COMPATIBLE).findFirst.empty) {
261261
warning("Bundle " + p.name + " does not exist in version " + p.version, p,
262262
LC.pluginWithVersion_Version);
263263
} else {

oomph/LaunchConfigDSL.setup

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
label="Launch Config DSL">
1717
<setupTask
1818
xsi:type="jdt:JRETask"
19-
version="JavaSE-17"
20-
location="${jre.location-17}">
19+
version="JavaSE-21"
20+
location="${jre.location-21}">
2121
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
2222
</setupTask>
2323
<setupTask
@@ -50,7 +50,7 @@
5050
<setupTask
5151
xsi:type="setup:VariableTask"
5252
name="eclipse.target.platform"
53-
defaultValue="2024-06"
53+
defaultValue="2024-09"
5454
storageURI="scope://Workspace"/>
5555
<setupTask
5656
xsi:type="setup.p2:P2Task">

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<groupId>com.wamas.ide.launching</groupId>
88
<artifactId>com.wamas.ide.launching-parent</artifactId>
9-
<version>0.8.0-SNAPSHOT</version>
9+
<version>0.9.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<maven.version.ignore>.*[a-zA-Z]+.*</maven.version.ignore>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<tycho-version>4.0.10</tycho-version>
17+
<tycho-version>4.0.11</tycho-version>
1818
<xtext-version>2.35.0</xtext-version>
1919
<unofficialSuffix>'-UNOFFICIAL'</unofficialSuffix>
2020
</properties>
@@ -83,7 +83,7 @@
8383
<rules>
8484
<banDuplicatePomDependencyVersions/>
8585
<requireJavaVersion>
86-
<version>[11,)</version>
86+
<version>[17,)</version>
8787
</requireJavaVersion>
8888
<requireMavenVersion>
8989
<version>3.9.0</version>
@@ -234,7 +234,7 @@
234234
<repository>
235235
<id>eclipse</id>
236236
<layout>p2</layout>
237-
<url>https://download.eclipse.org/releases/2024-06/202406121000/</url>
237+
<url>https://download.eclipse.org/releases/2024-09/202409111000/</url>
238238
</repository>
239239
<repository>
240240
<id>cbi-targetplatform-dsl-mirror</id>

target-platforms/default.target

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="Default (clean build) Target Platform" sequenceNumber="1739785381">
4+
<target name="Default (clean build) Target Platform" sequenceNumber="1740425506">
55
<locations>
66
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
7-
<unit id="org.eclipse.platform.feature.group" version="4.32.0.v20240601-0610"/>
8-
<unit id="org.eclipse.pde.core" version="3.18.100.v20240531-0649"/>
9-
<unit id="org.eclipse.equinox.p2.core" version="2.12.0.v20240515-1919"/>
7+
<unit id="org.eclipse.platform.feature.group" version="4.33.0.v20240903-0618"/>
8+
<unit id="org.eclipse.pde.core" version="3.19.0.v20240815-2201"/>
9+
<unit id="org.eclipse.equinox.p2.core" version="2.12.100.v20240702-1335"/>
1010
<unit id="org.eclipse.equinox.p2.repository" version="2.9.100.v20240511-1722"/>
1111
<unit id="org.eclipse.equinox.p2.metadata" version="2.9.100.v20240416-0654"/>
12-
<unit id="org.eclipse.jdt.launching" version="3.22.0.v20240424-1830"/>
12+
<unit id="org.eclipse.jdt.launching" version="3.23.0.v20240822-0459"/>
1313
<unit id="org.eclipse.osgi.services" version="3.12.100.v20240327-0645"/>
14-
<repository location="https://download.eclipse.org/releases/2024-06/202406121000/"/>
14+
<repository location="https://download.eclipse.org/releases/2024-09/202409111000/"/>
1515
</location>
1616
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit">
1717
<unit id="de.itemis.xtext.antlr.sdk.feature.group" version="2.1.1.v201405091103"/>

0 commit comments

Comments
 (0)