diff options
author | Mark Wielaard <mark@klomp.org> | 2006-11-26 22:47:42 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2006-11-26 22:47:42 +0000 |
commit | d1dcc0854fb444720d1d9c57780aeef887a64ec3 (patch) | |
tree | ddb4c0b1e0d27d92cfb69201d130783e9faa3bf7 | |
parent | 2e60c42a8c0dcae616df9a070f48c42389f0f164 (diff) | |
download | classpath-d1dcc0854fb444720d1d9c57780aeef887a64ec3.tar.gz |
* lib/Makefile.am (propertydirs): Removed.
(resources): Explicitly create all dirs.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-11-26 Mark Wielaard <mark@klomp.org> + * lib/Makefile.am (propertydirs): Removed. + (resources): Explicitly create all dirs. + +2006-11-26 Mark Wielaard <mark@klomp.org> + * gnu/java/net/PlainSocketImpl.java (accept): Reset timeout on Socket. 2006-11-26 Dalibor Topic <robilad@kaffe.org> |