File: ivy-configuration.patch

package info (click to toggle)
lombok-patcher 0.42-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 344 kB
  • sloc: java: 2,306; xml: 213; sh: 41; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Adjusts the ivy configuration to work with ivy-debian-helper
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -166,7 +166,7 @@
 	</target>
 	
 	<target name="config-ivy" depends="ensure-ipp">
-		<ivy:configure file="buildScripts/ivysettings.xml" />
+		<ivy:configure file="/usr/share/ivy-debian-helper/ivysettings.xml" />
 	</target>
 	
 	<target name="deps" depends="ensureBuildDeps, ensureRuntimeDeps, ensureTestDeps" />
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -10,7 +10,6 @@
 	<dependencies>
 		<dependency org="junit" name="junit" rev="4.13" conf="test -> default"/>
 		<dependency org="com.jcraft" name="jsch" rev="0.1.42" conf="build->default" />
-		<dependency org="projectlombok.org" name="jsch-ant-fixed" rev="0.1.45" conf="build" />
 		<dependency org="org.ow2.asm" name="asm" rev="9.1" conf="runtime, build -> default; contrib->sources" />
 		<dependency org="org.ow2.asm" name="asm-tree" rev="9.1" conf="runtime, build->default; contrib->sources" />
 		<dependency org="org.ow2.asm" name="asm-commons" rev="9.1" conf="runtime, build->default; contrib->sources" />