File: fix-build-time-classpath.patch

package info (click to toggle)
filius 2.9.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,760 kB
  • sloc: java: 36,441; xml: 1,141; sh: 33; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix lintian warning 'classpath-contains-relative-path'.
Author: Andreas B. Mundt <andi@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,6 @@
 						<manifest>
 							<mainClass>filius.Main</mainClass>
 							<addClasspath>true</addClasspath>
-							<classpathPrefix>lib/</classpathPrefix>
 						</manifest>
 						<manifestEntries>
 							<Class-Path>.</Class-Path>