Name: dm26566 Date: 09/25/2000
There is code in the Merlin master workspace that appears to not
be part of the build and should be removed. In fact, this stuff is _so_
old that is has not compiled since before the 1.0b release of the JDK...
ls -l /ws/merlin/src/share/classes/sun/net/www/protocol/news/
-r--r--r-- 1 sherylb green 7151 Feb 5 2000 ArticlePoster.java
-r--r--r-- 1 sherylb green 932 Feb 5 2000 Handler.java
-r--r--r-- 1 sherylb green 6802 Feb 5 2000 InlineButton.java
-r--r--r-- 1 sherylb green 3247 Feb 5 2000 NewsDirectoryEntry.java
-r--r--r-- 1 sherylb green 7804 Feb 5 2000 Newsgroup.java
-r--r--r-- 1 sherylb green 4928 Feb 5 2000 NumberSet.java
-r--r--r-- 1 sherylb green 4481 Feb 5 2000 PostMessageButton.java
-r--r--r-- 1 sherylb green 1290 Feb 5 2000 ReadIndicator.java
drwxrwxrwx 2 sherylb green 512 Feb 5 2000 SCCS/
-r--r--r-- 1 sherylb green 1092 Feb 5 2000 TotalUnReadIndicator.java
-r--r--r-- 1 sherylb green 13098 Feb 5 2000 newsFetcher.java
This code should be removed with the
command:
% workspace filerm src/share/classes/sun/net/www/protocol/news
======================================================================