[jdom-interest] JDOM Easter Egg + MANIFEST.MF with versioning info.

Jason Hunter jhunter at collab.net
Mon Mar 12 00:47:51 PST 2001


Steven Gould wrote:
> 
> Below are three files for inclusion in the JDOM source tree:
> MANIFEST.MF, info.xml and JDOMEasterEgg.java. These address the
> following items from the TODO.txt file:

> ...

> ----------------------------------------
> src/java/JDOMEasterEgg.java
> ----------------------------------------
>  System.out.println( info.description );
>  System.out.println();
> 
>  // Iterate through authors, outputting each in turn
>  System.out.println( "Authors:" );
>  Iterator it = info.authors.iterator();
>  while ( it.hasNext() )

> ...

This doesn't look like a complete file.  Can you resend?

-jh-



More information about the jdom-interest mailing list