File: no-java-files.patch

package info (click to toggle)
openrefine 3.6.2-2%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 44,192 kB
  • sloc: javascript: 95,878; java: 80,800; xml: 5,881; sh: 791; makefile: 65; sql: 60
file content (41 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
From: Markus Koschany <apo@debian.org>
Date: Wed, 24 Aug 2022 20:01:59 +0200
Subject: no-java-files

---
 main/pom.xml   | 5 -----
 server/pom.xml | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/main/pom.xml b/main/pom.xml
index 4b61428..8ea4ef6 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -27,11 +27,6 @@
 
   <build>
     <finalName>openrefine-main</finalName>
-    <resources>
-      <resource>
-        <directory>src</directory>
-      </resource>
-    </resources>
     <testSourceDirectory>tests/server/src</testSourceDirectory>
     <testResources>
       <testResource>
diff --git a/server/pom.xml b/server/pom.xml
index e168085..f2955e4 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -28,11 +28,6 @@
 
   <build>
     <finalName>openrefine-${project.version}-server</finalName>
-    <resources>
-      <resource>
-        <directory>src</directory>
-      </resource>
-    </resources>
     <outputDirectory>classes</outputDirectory>
     <plugins>
       <plugin>