diff options
author | Stefan Bodewig <bodewig@apache.org> | 2011-10-28 10:46:33 +0000 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2011-10-28 10:46:33 +0000 |
commit | 5ecf92bf58b97b706cc15d4fee480d1213dc4750 (patch) | |
tree | 793e394127c8e6838115ba60f93e2d2b8590dc7a /WHATSNEW | |
parent | ea4b41e1d9eef5fa052179595ab0b01c9895e009 (diff) | |
download | ant-5ecf92bf58b97b706cc15d4fee480d1213dc4750.tar.gz |
add an option to suppress the artifical package-info.class files created by <javac>. PR 52096
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1190243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -134,7 +134,12 @@ Other changes: property hasn't been set when the resource was empty even if the quiet attribute was set to true. They will now use VERBOSE instead. - Bugzilla Report 52107. + Bugzilla Report 52107. + + * <javac> has a new attribute createMissingPackageInfoClass that can + be set to false to prevent Ant from creating empty dummy classes + used for up-to-date-ness checks. + Bugzilla Report 52096. Changes from Ant 1.8.1 TO Ant 1.8.2 =================================== |