This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-12939
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 6d5a3dca34a19ee30406de56cc91649c39b828ac
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 11:03:18 2025 +0200

    SLING-12939 - New Sling Bundle Project fails due to changes in internal m2e 
API
    
    This makes upgrading easier
---
 .../org.apache.sling.ide.target-definition.target  | 94 +++++++++++-----------
 1 file changed, 47 insertions(+), 47 deletions(-)

diff --git 
a/eclipse/target-definition/org.apache.sling.ide.target-definition.target 
b/eclipse/target-definition/org.apache.sling.ide.target-definition.target
index a8e16c1a..472d8e8b 100644
--- a/eclipse/target-definition/org.apache.sling.ide.target-definition.target
+++ b/eclipse/target-definition/org.apache.sling.ide.target-definition.target
@@ -17,52 +17,52 @@
 -->
 <?pde version="3.8"?><target name="Sling IDE Tools" sequenceNumber="53">
 <locations>
-<location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
-       <repository location="https://download.eclipse.org/releases/2022-09/"/>
-       <unit id="org.eclipse.m2e.feature.feature.group" 
version="2.0.4.20220904-1703"/>
-       <unit id="org.eclipse.jst.web_ui.feature.feature.group" 
version="3.27.0.v202206160204"/>
-       <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group" 
version="3.27.0.v202206160204"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
-                       <repository 
location="https://download.eclipse.org/eclipse/updates/4.25/"/><!--Keep in sync 
with repo-ref in org.eclipse.m2e.repository/category.xml-->
-                       <unit id="org.eclipse.sdk.feature.group" 
version="0.0.0"/>
-                       <unit 
id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
-                       <unit id="org.eclipse.ui.tests.harness" 
version="0.0.0"/>
-                       <unit id="org.mockito.mockito-core" version="0.0.0"/>
-                       <unit id="org.eclipse.equinox.executable.feature.group" 
version="0.0.0"/>
-               </location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
-       <unit id="org.eclipse.swtbot.eclipse.feature.group" 
version="4.1.0.202306071420"/>
-       <repository 
location="https://download.eclipse.org/technology/swtbot/releases/4.1.0/"/>
-</location>
-       <location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
-               <repository 
location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
-               <unit id="com.google.gson" version="2.9.0.v20220704-0629"/>
-               <unit id="org.apache.httpcomponents.httpclient" 
version="4.5.13.v20210128-2225"/>
-       </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
+       <repository location="https://download.eclipse.org/releases/2022-09/"/>
+       <unit id="org.eclipse.m2e.feature.feature.group"/>
+       <unit id="org.eclipse.jst.web_ui.feature.feature.group"/>
+       <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
+       <repository 
location="https://download.eclipse.org/eclipse/updates/4.25/"/><!--Keep in sync 
with repo-ref in org.eclipse.m2e.repository/category.xml-->
+       <unit id="org.eclipse.sdk.feature.group"/>
+       <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group"/>
+       <unit id="org.eclipse.ui.tests.harness"/>
+       <unit id="org.mockito.mockito-core"/>
+       <unit id="org.eclipse.equinox.executable.feature.group"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
+       <unit id="org.eclipse.swtbot.eclipse.feature.group"/>
+       <repository 
location="https://download.eclipse.org/technology/swtbot/releases/4.1.0/"/>
+    </location>
+    <location includeAllPlatforms="false" includeConfigurePhase="false" 
includeMode="planner" includeSource="true" type="InstallableUnit">
+       <repository 
location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository"/>
+       <unit id="com.google.gson"/>
+       <unit id="org.apache.httpcomponents.httpclient"/>
+    </location>
        <!-- shared OSGi bundles -->
-       <location includeDependencyDepth="none" 
includeDependencyScopes="compile" includeSource="true" missingManifest="error" 
type="Maven">
-               <dependencies>
-                       <dependency>
-                               <groupId>org.apache.sling.ide</groupId>
-                               
<artifactId>org.apache.sling.ide.api</artifactId>
-                               <version>1.2.3-SNAPSHOT</version>
-                               <type>jar</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.sling.ide</groupId>
-                               
<artifactId>org.apache.sling.ide.artifacts</artifactId>
-                               <version>1.2.3-SNAPSHOT</version>
-                               <type>jar</type>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.sling.ide</groupId>
-                               
<artifactId>org.apache.sling.ide.impl-vlt</artifactId>
-                               <version>1.2.3-SNAPSHOT</version>
-                               <type>jar</type>
-                       </dependency>
-               </dependencies>
-       </location>
+    <location includeDependencyDepth="none" includeDependencyScopes="compile" 
includeSource="true" missingManifest="error" type="Maven">
+       <dependencies>
+           <dependency>
+               <groupId>org.apache.sling.ide</groupId>
+               <artifactId>org.apache.sling.ide.api</artifactId>
+               <version>1.2.3-SNAPSHOT</version>
+               <type>jar</type>
+           </dependency>
+           <dependency>
+               <groupId>org.apache.sling.ide</groupId>
+               <artifactId>org.apache.sling.ide.artifacts</artifactId>
+               <version>1.2.3-SNAPSHOT</version>
+               <type>jar</type>
+           </dependency>
+           <dependency>
+               <groupId>org.apache.sling.ide</groupId>
+               <artifactId>org.apache.sling.ide.impl-vlt</artifactId>
+               <version>1.2.3-SNAPSHOT</version>
+               <type>jar</type>
+           </dependency>
+       </dependencies>
+   </location>
 </locations>
-       <targetJRE 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
-</target>
+<targetJRE 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
+</target>
\ No newline at end of file

Reply via email to