File: noadditionalprovisions.patch

package info (click to toggle)
sweethome3d 7.0.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,624 kB
  • sloc: java: 116,418; xml: 6,982; cpp: 3,918; ansic: 394; makefile: 43; sh: 38; php: 26
file content (21 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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(+)

diff --git a/build.xml b/build.xml
index 2725e87..82004ae 100644
--- a/build.xml
+++ b/build.xml
@@ -120,6 +120,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/**"/>