Makefile.am (ordinary_java_source_files): Added java/nio/channels/FileChannel.java.

2002-11-20  Michael Koch <konqueror@gmx.de>

	* Makefile.am (ordinary_java_source_files):
	Added java/nio/channels/FileChannel.java.
	* Makefile.in: Regenerated.

From-SVN: r59313
This commit is contained in:
Michael Koch 2002-11-20 21:19:26 +00:00 committed by Michael Koch
parent 3d4b192ae9
commit c6de9c29fd
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-11-20 Michael Koch <konqueror@gmx.de>
* Makefile.am (ordinary_java_source_files):
Added java/nio/channels/FileChannel.java.
* Makefile.in: Regenerated.
2002-11-20 Michael Koch <konqueror@gmx.de>
* java/io/FileInputStream.java

View File

@ -1982,6 +1982,7 @@ java/nio/channels/Channel.java \
java/nio/channels/ClosedChannelException.java \
java/nio/channels/ClosedSelectorException.java \
java/nio/channels/DatagramChannel.java \
java/nio/channels/FileChannel.java \
java/nio/channels/GatheringByteChannel.java \
java/nio/channels/IllegalBlockingModeException.java \
java/nio/channels/InterruptibleChannel.java \

View File

@ -1732,6 +1732,7 @@ java/nio/channels/Channel.java \
java/nio/channels/ClosedChannelException.java \
java/nio/channels/ClosedSelectorException.java \
java/nio/channels/DatagramChannel.java \
java/nio/channels/FileChannel.java \
java/nio/channels/GatheringByteChannel.java \
java/nio/channels/IllegalBlockingModeException.java \
java/nio/channels/InterruptibleChannel.java \
@ -3012,6 +3013,7 @@ DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
.deps/java/nio/channels/ClosedChannelException.P \
.deps/java/nio/channels/ClosedSelectorException.P \
.deps/java/nio/channels/DatagramChannel.P \
.deps/java/nio/channels/FileChannel.P \
.deps/java/nio/channels/GatheringByteChannel.P \
.deps/java/nio/channels/IllegalBlockingModeException.P \
.deps/java/nio/channels/InterruptibleChannel.P \