summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2011-10-28 10:46:33 +0000
committerStefan Bodewig <bodewig@apache.org>2011-10-28 10:46:33 +0000
commit5ecf92bf58b97b706cc15d4fee480d1213dc4750 (patch)
tree793e394127c8e6838115ba60f93e2d2b8590dc7a /WHATSNEW
parentea4b41e1d9eef5fa052179595ab0b01c9895e009 (diff)
downloadant-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--WHATSNEW7
1 files changed, 6 insertions, 1 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 09c1a6df8..ba0a73f73 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -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
===================================