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

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


The following commit(s) were added to refs/heads/issue/SLING-8307-prep by this 
push:
     new 77a0bdea SLING-8307 - Update the Eclipse tooling release process after 
the restructuring and code signing changes
77a0bdea is described below

commit 77a0bdeafc2758f754db37f5ede73e6793d6c429
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 18:05:59 2025 +0200

    SLING-8307 - Update the Eclipse tooling release process after the 
restructuring and code signing changes
    
    Update the source-bundle module to include both eclipse and shared sources
---
 eclipse/source-bundle/assembly.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/eclipse/source-bundle/assembly.xml 
b/eclipse/source-bundle/assembly.xml
index dc732d6d..68e92980 100644
--- a/eclipse/source-bundle/assembly.xml
+++ b/eclipse/source-bundle/assembly.xml
@@ -26,7 +26,7 @@
         <!-- create a source zip of project's complete source -->
         <fileSet>
             <directory>${project.basedir}/../</directory>
-            <outputDirectory>${project.build.finalName}</outputDirectory>
+            <outputDirectory>eclipse</outputDirectory>
             <excludes>
                 <exclude>**/target/**</exclude>
                 <exclude>**/*.jar</exclude>
@@ -42,5 +42,18 @@
             
<directory>${project.build.directory}/maven-shared-archive-resources</directory>
             <outputDirectory></outputDirectory>
         </fileSet>
+        <fileSet>
+            <directory>${project.basedir}/../../shared</directory>
+            <outputDirectory>shared</outputDirectory>
+            <excludes>
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.jar</exclude>
+                <exclude>**/.project</exclude>
+                <exclude>**/.classpath</exclude>
+                <exclude>**/.settings/**</exclude>
+                <exclude>**/*.class</exclude>
+                <exclude>**/derby.log</exclude>
+            </excludes>
+        </fileSet>
     </fileSets>
 </assembly>

Reply via email to