Commit d46406fc authored by Andy Wilkinson's avatar Andy Wilkinson

Remove loading of non-existent properties file from antlib

Fixes gh-19552
parent cb404549
...@@ -34,17 +34,6 @@ ...@@ -34,17 +34,6 @@
<local name="spring-boot.version" /> <local name="spring-boot.version" />
<loadproperties prefix="spring-boot">
<javaresource
name="META-INF/maven/org.springframework.boot/spring-boot-antlib/pom.properties"
loaderref="spring.boot.antlib.loader" />
<filterchain>
<linecontainsregexp>
<regexp pattern="^version=" />
</linecontainsregexp>
</filterchain>
</loadproperties>
<local name="destdir" /> <local name="destdir" />
<dirname file="@{destfile}" property="destdir" /> <dirname file="@{destfile}" property="destdir" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment