File: remove-unused-source.patch

package info (click to toggle)
basex 10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,684 kB
  • sloc: java: 156,985; xml: 54,172; sh: 43; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove (for debian package) unused upstream source.
 Upstream code base contains functionality (basexhttp, dba) that
 is not included in this package and thus removed.
Author: Alexander Holupirek <alex@holupirek.de>
Forwarded: not-needed

--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,6 @@
 
   <modules>
     <module>basex-core</module>
-    <module>basex-api</module>
   </modules>
 
   <properties>