Wed, 24 Jun 2009 17:51:59 +0200Eliminating need for XML SAX and DOM 2 in base Java module
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 17:51:59 +0200] rev 1265
Eliminating need for XML SAX and DOM 2 in base Java module

Wed, 24 Jun 2009 17:50:25 +0200Reading of exported preferences yields the same results if done via DOM as well as nanoXML parser xml-sax-and-dom-2
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 17:50:25 +0200] rev 1264
Reading of exported preferences yields the same results if done via DOM as well as nanoXML parser

Wed, 24 Jun 2009 17:29:29 +0200Simple output of Preferences is the same as the original one via DOM xml-sax-and-dom-2
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 17:29:29 +0200] rev 1263
Simple output of Preferences is the same as the original one via DOM

Wed, 24 Jun 2009 16:38:24 +0200By default (when no XML SAX and DOM 2 present) parsing the properties stream with simple nanoXML parser xml-sax-and-dom-2
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 16:38:24 +0200] rev 1262
By default (when no XML SAX and DOM 2 present) parsing the properties stream with simple nanoXML parser

Wed, 24 Jun 2009 14:53:01 +0200Providing 1/4 of default implementation for XML operations from java.util.** and verifying that its behaviour is similar enough with the original implementation based on DOM xml-sax-and-dom-2
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 14:53:01 +0200] rev 1261
Providing 1/4 of default implementation for XML operations from java.util.** and verifying that its behaviour is similar enough with the original implementation based on DOM

Wed, 24 Jun 2009 13:44:46 +0200Using code injection to separate XML related operations on Properties and Preferences outside of base module. Default implementation is still missing. xml-sax-and-dom-2
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 13:44:46 +0200] rev 1260
Using code injection to separate XML related operations on Properties and Preferences outside of base module. Default implementation is still missing.

Wed, 24 Jun 2009 12:33:10 +0200Starting work on eliminating XML chunks from base Java xml-sax-and-dom-2
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2009 12:33:10 +0200] rev 1259
Starting work on eliminating XML chunks from base Java

Mon, 22 Jun 2009 18:07:11 +0200Introducing tools module
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 22 Jun 2009 18:07:11 +0200] rev 1258
Introducing tools module

Mon, 22 Jun 2009 17:40:22 +0200Merging eliminateswing branch, as the swing (and AWT) seem to compile separatelly
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 22 Jun 2009 17:40:22 +0200] rev 1257
Merging eliminateswing branch, as the swing (and AWT) seem to compile separatelly

Mon, 22 Jun 2009 17:38:36 +0200All parts of the code compile after the 'client' separation eliminateswing
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 22 Jun 2009 17:38:36 +0200] rev 1256
All parts of the code compile after the 'client' separation