Skip to content

Commit d46406f

Browse files
committed
Remove loading of non-existent properties file from antlib
Fixes gh-19552
1 parent cb40454 commit d46406f

File tree

1 file changed

+0
-11
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-antlib/src/main/resources/org/springframework/boot/ant

1 file changed

+0
-11
lines changed

spring-boot-project/spring-boot-tools/spring-boot-antlib/src/main/resources/org/springframework/boot/ant/antlib.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434

3535
<local name="spring-boot.version" />
3636

37-
<loadproperties prefix="spring-boot">
38-
<javaresource
39-
name="META-INF/maven/org.springframework.boot/spring-boot-antlib/pom.properties"
40-
loaderref="spring.boot.antlib.loader" />
41-
<filterchain>
42-
<linecontainsregexp>
43-
<regexp pattern="^version=" />
44-
</linecontainsregexp>
45-
</filterchain>
46-
</loadproperties>
47-
4837
<local name="destdir" />
4938
<dirname file="@{destfile}" property="destdir" />
5039

0 commit comments

Comments
 (0)