File: use_debian_packaged_concurrent_jar.patch

package info (click to toggle)
libcolt-free-java 1.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,220 kB
  • ctags: 14,190
  • sloc: java: 30,344; xml: 896; makefile: 22; sh: 3
file content (14 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Description: Use Debian packaged version if concurrent
--- a/build.xml
+++ b/build.xml
@@ -62,6 +62,9 @@ See the target "usage" further below for
 		<include name="*.jar"/>
 		<exclude name="${jar.filename}"/>
 	</fileset>
+	<fileset dir="/usr/share/java">
+		<include name="concurrent.jar"/>
+        </fileset>
 	<!-- <pathelement location="${build.home}/classes"/> -->
 </path>