File: 04-use_system_jmapviewer.patch

package info (click to toggle)
josm 0.0.svn11427%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 113,396 kB
  • ctags: 39,235
  • sloc: java: 261,148; xml: 113,421; perl: 9,724; jsp: 250; sh: 102; makefile: 93
file content (15 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't embed parts of jmapviewer in final josm JAR.
Author: David Paleino <dapal@debian.org>
Bug-Debian: https://bugs.debian.org/731029
Forwarded: not-needed

--- a/build.xml
+++ b/build.xml
@@ -158,7 +158,6 @@ Debian-Release: ${debian.version}
             <zipfileset dir="images" prefix="images"/>
             <zipfileset dir="data" prefix="data"/>
             <zipfileset dir="styles" prefix="styles"/>
-            <zipfileset dir="${src.dir}/org/openstreetmap/gui/jmapviewer/images" prefix="org/openstreetmap/gui/jmapviewer/images"/>
         </jar>
     </target>
     <!-- Mac OS X target -->