File: use_debian_packaged_jar.patch

package info (click to toggle)
alter-sequence-alignment 1.3.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,132 kB
  • sloc: java: 6,623; xml: 60; makefile: 5; sh: 2
file content (22 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 05 Sep 2015 07:13:34 +0200
Description: Use Debian packaged JARs

--- a/alter-lib/build.xml
+++ b/alter-lib/build.xml
@@ -5,13 +5,13 @@
   <property name="build" location="${ALTERLIB.basedir}/build"/>
   <property name="src" location="${ALTERLIB.basedir}/src"/>  
   <property name="dist" location="${ALTERLIB.basedir}/dist"/>    
-  <property name="javacchome" location="${ALTERLIB.basedir}/javacc-5.0"/>
+  <property name="javacchome" location="/usr/share/java/"/>
   <property name="grammars" location="${src}/parser"/>
   <property name="javaversion" value="1.6" />
   
   <taskdef resource="net/sf/antcontrib/antcontrib.properties">
     <classpath>
-      <pathelement location="${ALTERLIB.basedir}/ant-contrib/ant-contrib-1.0b3.jar"/>
+      <pathelement location="/usr/share/ant/lib/ant-contrib.jar"/>
     </classpath>
   </taskdef>