You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2020/03/08 10:12:05 UTC

[ant] branch master updated (2f0e194 -> c37f13d)

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


    from 2f0e194  HTTP refused by Maven Central (breaks nightlies)
     new ae32a21  build.sysclasspath is a magic name
     new bf7c94a  antlib: is a magic name
     new 814e95b  More magic names
     new c37f13d  Merge pull request #111 from twogee/magic-names

The 14605 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/org/apache/tools/ant/AntClassLoader.java            |  2 +-
 src/main/org/apache/tools/ant/ComponentHelper.java           |  2 +-
 src/main/org/apache/tools/ant/MagicNames.java                |  2 +-
 src/main/org/apache/tools/ant/ProjectHelper.java             |  4 ++--
 src/main/org/apache/tools/ant/taskdefs/Classloader.java      |  6 +++---
 src/main/org/apache/tools/ant/taskdefs/Definer.java          |  6 +++---
 src/main/org/apache/tools/ant/taskdefs/Javac.java            |  6 +++---
 src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java | 12 ++++++------
 src/tests/junit/org/apache/tools/ant/ExecutorTest.java       |  2 +-
 .../tools/ant/taskdefs/optional/EchoPropertiesTest.java      |  3 ++-
 .../org/apache/tools/ant/types/CommandlineJavaTest.java      |  2 +-
 11 files changed, 24 insertions(+), 23 deletions(-)