1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  
     | 
    
      From: Markus Koschany <apo@debian.org>
Date: Wed, 10 Aug 2022 23:02:06 +0200
Subject: noadditionalprovisions
Forwarded: not-needed
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)
--- a/build.xml
+++ b/build.xml
@@ -130,6 +130,7 @@
     <zip destfile="build/Furniture.jar" basedir="src">
       <include name="com/eteks/sweethome3d/io/*FurnitureCatalog*.properties"/>
       <include name="com/eteks/sweethome3d/io/resources/**"/>
+      <exclude name="com/eteks/sweethome3d/io/*ContributedFurnitureCatalog*.properties"/>
       <exclude name="com/eteks/sweethome3d/io/resources/textures/**"/>
       <exclude name="com/eteks/sweethome3d/io/resources/patterns/**"/>
       <exclude name="com/eteks/sweethome3d/io/resources/examples/**"/>
 
     |