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

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

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

    chore(release): update source-bundle 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