Mon, 03 Feb 2014 11:33:10 +0100Removing unneeded imports
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Mon, 03 Feb 2014 11:33:10 +0100] rev 517
Removing unneeded imports

Mon, 03 Feb 2014 10:31:55 +0100By default use -target and -source 1.6
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Mon, 03 Feb 2014 10:31:55 +0100] rev 516
By default use -target and -source 1.6

Sun, 02 Feb 2014 22:23:17 +0100Object[] is not keyword
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Sun, 02 Feb 2014 22:23:17 +0100] rev 515
Object[] is not keyword

Sun, 02 Feb 2014 18:08:59 +0100Documenting passing of arrays between Java and JavaScript
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Sun, 02 Feb 2014 18:08:59 +0100] rev 514
Documenting passing of arrays between Java and JavaScript

Sat, 01 Feb 2014 08:51:16 +0100Including few usecases in the package description
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Sat, 01 Feb 2014 08:51:16 +0100] rev 513
Including few usecases in the package description

Thu, 30 Jan 2014 17:08:51 +0100The preprocessing behavior seems to be in good shape, merging to default branch
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 30 Jan 2014 17:08:51 +0100] rev 512
The preprocessing behavior seems to be in good shape, merging to default branch

Thu, 30 Jan 2014 17:07:35 +0100Don't export foreign META-INF/services, export only what we declare preprocess
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 30 Jan 2014 17:07:35 +0100] rev 511
Don't export foreign META-INF/services, export only what we declare

Thu, 30 Jan 2014 16:46:14 +0100No special checks. If there is no META-INF/services/net.java.html.js.classes, then assume we can run without special classloaders preprocess
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 30 Jan 2014 16:46:14 +0100] rev 510
No special checks. If there is no META-INF/services/net.java.html.js.classes, then assume we can run without special classloaders

Thu, 30 Jan 2014 14:59:33 +0100Using META-INF/net.java.html.js.classes to find out whether runtime patching is needed or not. The annotation processor for @JavaScriptBody generate the file, the maven class post processor empties it. If such file is around, the bootstrap creates own file, otherwise it assumes patching has been done and is not needed in runtime. preprocess
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 30 Jan 2014 14:59:33 +0100] rev 509
Using META-INF/net.java.html.js.classes to find out whether runtime patching is needed or not. The annotation processor for @JavaScriptBody generate the file, the maven class post processor empties it. If such file is around, the bootstrap creates own file, otherwise it assumes patching has been done and is not needed in runtime.

Thu, 30 Jan 2014 12:11:06 +0100Merge from default branch preprocess
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 30 Jan 2014 12:11:06 +0100] rev 508
Merge from default branch