Sat, 20 Jun 2009 22:21:50 +0200gensrc needs to be present only when we are merging the sources
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 20 Jun 2009 22:21:50 +0200] rev 1249
gensrc needs to be present only when we are merging the sources

Sat, 20 Jun 2009 22:11:08 +0200Merge new build tag
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 20 Jun 2009 22:11:08 +0200] rev 1248
Merge new build tag

Sat, 20 Jun 2009 22:10:34 +0200Replacing RepaintManager with RepaintController which does not reference Applet in its signatures
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 20 Jun 2009 22:10:34 +0200] rev 1247
Replacing RepaintManager with RepaintController which does not reference Applet in its signatures

Fri, 19 Jun 2009 21:46:14 +0200Cleaning base from references to applet. All eliminated except RepaintManager which has been enriched in 1.6 with a public method that takes Applet as parameter.
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 19 Jun 2009 21:46:14 +0200] rev 1246
Cleaning base from references to applet. All eliminated except RepaintManager which has been enriched in 1.6 with a public method that takes Applet as parameter.

Fri, 19 Jun 2009 17:10:53 +0200corba classes separated, base does not depend on them anymore
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 19 Jun 2009 17:10:53 +0200] rev 1245
corba classes separated, base does not depend on them anymore

Fri, 19 Jun 2009 15:50:04 +0200Merge of the beans separation into the fully buildable JDK
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 19 Jun 2009 15:50:04 +0200] rev 1244
Merge of the beans separation into the fully buildable JDK

Fri, 19 Jun 2009 15:33:12 +0200all java sources compiles as a whole using ant
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 19 Jun 2009 15:33:12 +0200] rev 1243
all java sources compiles as a whole using ant

Fri, 19 Jun 2009 13:14:51 +0200Can the JDK be compiled by Ant as a whole? Seems so. With this config the compilation yields no 'cannot found' errors
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 19 Jun 2009 13:14:51 +0200] rev 1242
Can the JDK be compiled by Ant as a whole? Seems so. With this config the compilation yields no 'cannot found' errors

Thu, 18 Jun 2009 17:48:58 +0200Invoking 'ant clean base' after the JDK is compiled via 'make all' now compiles everything into build/modularize/base.jar
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 18 Jun 2009 17:48:58 +0200] rev 1241
Invoking 'ant clean base' after the JDK is compiled via 'make all' now compiles everything into build/modularize/base.jar

Wed, 17 Jun 2009 15:11:07 +0200In order to make javabeans module independent on applet and yet allow Beans class to have a method which references AppletInitializer, I am creating new module: deprecated7. This one shall consist of all the garbage identified in JDK7 development which has so many dependencies that it does not fit anywhere else. Beans class is moved there and instead of it, there is new BeanFactory class with the same methods (expect the one with AppletInitializer parameter).
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 17 Jun 2009 15:11:07 +0200] rev 1240
In order to make javabeans module independent on applet and yet allow Beans class to have a method which references AppletInitializer, I am creating new module: deprecated7. This one shall consist of all the garbage identified in JDK7 development which has so many dependencies that it does not fit anywhere else. Beans class is moved there and instead of it, there is new BeanFactory class with the same methods (expect the one with AppletInitializer parameter).