summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-18 17:32:50 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-18 17:32:50 +0200
commit8d97cb95019b04707fdd60b4d9994d0acc9c6554 (patch)
tree3cfb82be0229a1f517ecadf40b03182b4204a3e7 /ChangeLog
parente9e0b23fc89dbec01138359033b13a8f8be50ee8 (diff)
downloadautomake-8d97cb95019b04707fdd60b4d9994d0acc9c6554.tar.gz
java: fix various blunders in test 'java-mix.test'
* tests/java-mix.test: Add missing call to `set -e'. Fix inverted semantics (`.java' files are expected *not* to be distributed by default, not the other way round). Fix various typos in the name of the `.java' files. Correct other minor blunders. Improve some comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f7a26324..468c205b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-09-18 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ java: fix various blunders in test 'java-mix.test'
+ * tests/java-mix.test: Add missing call to `set -e'. Fix inverted
+ semantics (`.java' files are expected *not* to be distributed by
+ default, not the other way round). Fix various typos in the name
+ of the `.java' files. Correct other minor blunders. Improve some
+ comments.
+
2011-04-23 Stefano Lattarini <stefano.lattarini@gmail.com>
java: allow both JAVA and nobase_JAVA in the same Makefile.am