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

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


The following commit(s) were added to refs/heads/master by this push:
     new a16f81cd SLING-12939 - New Sling Bundle Project fails due to changes 
in internal m2e API (#48)
a16f81cd is described below

commit a16f81cdb81211e12bad9555e8980ca8e1bde20b
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Sep 17 17:19:24 2025 +0200

    SLING-12939 - New Sling Bundle Project fails due to changes in internal m2e 
API (#48)
    
    - also align the updates/ repository to the 2022-12 release
    - do not include the slf4j-api bundle in the p2 update repository, it is 
already present in the
    Eclipse 2022-12 Java EE developer edition
---
 eclipse/feature/feature.xml                                        | 7 -------
 .../org.apache.sling.ide.target-definition.target                  | 4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/eclipse/feature/feature.xml b/eclipse/feature/feature.xml
index a115b7a0..4f78247b 100644
--- a/eclipse/feature/feature.xml
+++ b/eclipse/feature/feature.xml
@@ -253,13 +253,6 @@
          version="0.0.0"
          unpack="false"/>
 
-   <plugin
-         id="org.slf4j.api"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
    <plugin
          id="org.apache.sling.ide.artifacts"
          download-size="0"
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 df2f0abc..086ee760 100644
--- a/eclipse/target-definition/org.apache.sling.ide.target-definition.target
+++ b/eclipse/target-definition/org.apache.sling.ide.target-definition.target
@@ -24,7 +24,7 @@
        <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-->
+       <repository 
location="https://download.eclipse.org/eclipse/updates/4.26/"/><!--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"/>
@@ -65,4 +65,4 @@
    </location>
 </locations>
 <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
+</target>

Reply via email to