LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: CaptainJester on February 21, 2005, 15:22:34

Title: JDK 1.5 code in CVS
Post by: CaptainJester on February 21, 2005, 15:22:34
Are you guys now switching to Java 1.5?  I did an update from CVS last night and noticed there is now some 1.5 code in there.  One file that has it is org.lwjgl.util.generator.ALTypeMap
Title: Re: JDK 1.5 code in CVS
Post by: spasi on February 21, 2005, 15:33:12
Quote from: "CaptainJester"Are you guys now switching to Java 1.5?

No, we only use 1.5 features for the new extension generator. Have a look at LWJGL/doc/generator.txt for details.
Title: JDK 1.5 code in CVS
Post by: CaptainJester on February 21, 2005, 15:59:38
Thanks.

Looks nice.