Skip to content

Commit

Permalink
Update to EMF 2.38 M1
Browse files Browse the repository at this point in the history
Also reorder some of the Maven dependencies as these are the result of
invoking Update in the target editor.
  • Loading branch information
merks committed Apr 2, 2024
1 parent 81d769f commit 85ba5b0
Showing 1 changed file with 51 additions and 45 deletions.
96 changes: 51 additions & 45 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Expand Up @@ -54,8 +54,8 @@

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
<!-- Check version in "<EMF>/features" directory -->
<unit id="org.eclipse.emf.common.feature.group" version="2.31.0.v20231210-0956"/>
<unit id="org.eclipse.emf.common.source.feature.group" version="2.31.0.v20231210-0956"/>
` <unit id="org.eclipse.emf.common.feature.group" version="2.31.0.v20240314-0928"/>
<unit id="org.eclipse.emf.common.source.feature.group" version="2.31.0.v20240314-0928"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="2.37.0.v20240203-0859"/>
<unit id="org.eclipse.emf.ecore.source.feature.group" version="2.37.0.v20240203-0859"/>
<!-- For org.eclipse.ui.tools, and PDE's spy dependencies as of Eclipse 4.22 -->
Expand All @@ -66,7 +66,7 @@
<unit id="org.eclipse.emf.databinding.source.feature.group" version="1.11.0.v20231208-1346"/>
<unit id="org.eclipse.emf.databinding.edit.feature.group" version="1.11.0.v20231208-1346"/>
<unit id="org.eclipse.emf.databinding.edit.source.feature.group" version="1.11.0.v20231208-1346"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.37.0"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202404020819"/>
</location>

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
Expand Down Expand Up @@ -401,6 +401,24 @@
<version>1.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.contract</artifactId>
<version>1.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.extender</artifactId>
<version>1.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.service</artifactId>
<version>1.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.cm</artifactId>
Expand Down Expand Up @@ -533,21 +551,6 @@
<version>1.0.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.service</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.extender</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.namespace.contract</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="BND" missingManifest="error" type="Maven">
Expand Down Expand Up @@ -588,6 +591,24 @@
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>bndtools.api</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.headless.build.manager</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.headless.build.plugin.gradle</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.templates.template</artifactId>
Expand All @@ -600,33 +621,18 @@
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>bndtools.api</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.headless.build.manager</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.versioncontrol.ignores.manager</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.headless.build.plugin.gradle</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.versioncontrol.ignores.plugin.git</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.versioncontrol.ignores.manager</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.versioncontrol.ignores.plugin.git</artifactId>
<version>7.0.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Apache Felix" missingManifest="error" type="Maven">
Expand Down

0 comments on commit 85ba5b0

Please sign in to comment.