diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-09-18 17:32:50 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-09-18 17:32:50 +0200 |
commit | 8d97cb95019b04707fdd60b4d9994d0acc9c6554 (patch) | |
tree | 3cfb82be0229a1f517ecadf40b03182b4204a3e7 /ChangeLog | |
parent | e9e0b23fc89dbec01138359033b13a8f8be50ee8 (diff) | |
download | automake-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |