Makefile.am (ordinary_java_source_files): Added java/nio/channels/FileChannel.java.
authorMichael Koch <konqueror@gmx.de>
Wed, 20 Nov 2002 21:19:26 +0000 (21:19 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 20 Nov 2002 21:19:26 +0000 (21:19 +0000)
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

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index 5d978a50600f14cff79cd99a050865a8574fdd19..f4bf4e57563dfbdb8353921f5b1048603ad1c35a 100644 (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
index 285466c23ea72230467c8158a32c8b261e1da931..38b36cd331855f7db3f9f8eb85ed8e17ca59a5fe 100644 (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 \
index abda06a31a8cb2c65efba78848f65898a00a3fc7..c98b52b1aa2a6cafd5e4d9d11f461b29ebcaedc9 100644 (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 \