File: 01-build_less.patch

package info (click to toggle)
jmapviewer 2.25%2Bdfsg-1~bpo13%2B1
  • links: PTS, VCS
  • area: main
  • in suites: trixie-backports
  • size: 620 kB
  • sloc: java: 4,704; xml: 297; makefile: 17; sh: 2
file content (16 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Adjustments to the ant build file.
 Only build the components required for the Debian package.
Author: Andrew Harvey <andrew.harvey4@gmail.com>
Forwarded: not-needed

--- a/build.xml
+++ b/build.xml
@@ -25,7 +25,7 @@
         <pathelement location="bin"/>
     </path>
 
-    <target name="all" depends="clean,build,test,svn_info,pack,create_run_jar,spotbugs,checkstyle,javadoc,create_release_zip,create_source_release_zip" />
+    <target name="all" depends="clean,build,test,svn_info,pack,create_run_jar" />
 
     <target name="clean">
         <mkdir dir="bin" />