Commit 54dcd98 1 parent 430753e commit 54dcd98 Copy full SHA for 54dcd98
File tree 7 files changed +8
-8
lines changed
spring-boot-project/spring-boot-tools
src/main/resources/org/springframework/boot/ant
spring-boot-jarmode-tools
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
antUnit " org.apache.ant:ant-antunit:1.3"
19
19
antIvy " org.apache.ivy:ivy:2.5.0"
20
20
21
- compileOnly(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-classic " ))
21
+ compileOnly(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader" ))
22
22
compileOnly(" org.apache.ant:ant:${ antVersion} " )
23
23
24
24
implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
Original file line number Diff line number Diff line change 42
42
43
43
<echo >Extracting spring-boot-loader to ${destdir}/dependency</echo >
44
44
<copy todir =" ${destdir}/dependency" >
45
- <javaresource name =" META-INF/loader/spring-boot-loader-classic .jar"
45
+ <javaresource name =" META-INF/loader/spring-boot-loader.jar"
46
46
loaderref=" spring.boot.antlib.loader" />
47
47
<flattenmapper />
48
48
</copy >
58
58
<lib />
59
59
<globmapper from =" *" to =" BOOT-INF/lib/*" />
60
60
</mappedresources >
61
- <zipfileset src =" ${destdir}/dependency/spring-boot-loader-classic .jar" />
61
+ <zipfileset src =" ${destdir}/dependency/spring-boot-loader.jar" />
62
62
<manifest >
63
63
<attribute name =" Main-Class"
64
64
value=" org.springframework.boot.loader.launch.JarLauncher" />
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
intTestImplementation(" org.junit.jupiter:junit-jupiter" )
35
35
intTestImplementation(" org.springframework:spring-core" )
36
36
37
- loader(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-classic " ))
37
+ loader(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader" ))
38
38
39
39
testImplementation(project(" :spring-boot-project:spring-boot" ))
40
40
testImplementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-test-support" ))
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
description = " Spring Boot Jarmode Tools"
7
7
8
8
dependencies {
9
- implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader-classic " ))
9
+ implementation(project(" :spring-boot-project:spring-boot-tools:spring-boot-loader" ))
10
10
implementation(" org.springframework:spring-core" )
11
11
12
12
testImplementation(" org.assertj:assertj-core" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
antDependencies " org.apache.ant:ant-launcher:1.10.7"
30
30
antDependencies " org.apache.ant:ant:1.10.7"
31
31
32
- testRepository(project(path : " :spring-boot-project:spring-boot-tools:spring-boot-loader-classic " , configuration : " mavenRepository" ))
32
+ testRepository(project(path : " :spring-boot-project:spring-boot-tools:spring-boot-loader" , configuration : " mavenRepository" ))
33
33
testRepository(project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter" , configuration : " mavenRepository" ))
34
34
35
35
testImplementation(project(path : " :spring-boot-project:spring-boot-tools:spring-boot-loader-tools" ))
Original file line number Diff line number Diff line change 65
65
<fileset dir =" ${ lib.dir } /runtime" />
66
66
<globmapper from =" *" to =" BOOT-INF/lib/*" />
67
67
</mappedresources >
68
- <zipfileset src =" ${ lib.dir } /loader/spring-boot-loader-classic- jar-${ ant-spring-boot.version } .jar" />
68
+ <zipfileset src =" ${ lib.dir } /loader/spring-boot-loader-jar-${ ant-spring-boot.version } .jar" />
69
69
<manifest >
70
70
<attribute name =" Main-Class" value =" org.springframework.boot.loader.launch.JarLauncher" />
71
71
<attribute name =" Start-Class" value =" ${ start-class } " />
Original file line number Diff line number Diff line change 7
7
</configurations >
8
8
<dependencies >
9
9
<dependency org =" org.springframework.boot" name =" spring-boot-starter" rev =" ${ant-spring-boot.version}" conf =" compile" />
10
- <dependency org =" org.springframework.boot" name =" spring-boot-loader-classic " rev =" ${ant-spring-boot.version}" conf =" loader->default" />
10
+ <dependency org =" org.springframework.boot" name =" spring-boot-loader" rev =" ${ant-spring-boot.version}" conf =" loader->default" />
11
11
</dependencies >
12
12
</ivy-module >
You can’t perform that action at this time.
0 commit comments