File: ignore_appbundler.patch

package info (click to toggle)
king 2.24%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,620 kB
  • sloc: java: 111,577; xml: 1,868; cpp: 209; sh: 128; perl: 127; python: 99; makefile: 60; ansic: 7
file content (18 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Andreas Tille <tille@debian.org>
Last-Updated: Fri, 02 Dec 2016 13:24:23 +0100
Description: Do not try to build appbundler
Forwarded: not-needed

--- a/king/build.xml
+++ b/king/build.xml
@@ -362,10 +362,6 @@
     </exec>
 </target>
 
-<taskdef name="bundleapp"
-         classname="com.oracle.appbundler.AppBundlerTask"
-         classpath="../lib/appbundler/appbundler-1.0ea.jar" />
-
 <property environment="env" />         
          
 <!--<target name="mac-app" depends="dist">-->