Sat, 01 Nov 2008 16:26:47 -0400Manually adjusting some more anomalous META-INF/services registrations.
Jesse Glick <jglick@netbeans.org> [Sat, 01 Nov 2008 16:26:47 -0400] rev 2752
Manually adjusting some more anomalous META-INF/services registrations.

Sat, 01 Nov 2008 15:28:17 -0400Some META-INF/services/* cleanups.
Jesse Glick <jglick@netbeans.org> [Sat, 01 Nov 2008 15:28:17 -0400] rev 2751
Some META-INF/services/* cleanups.
1. Some references to service implementations which no longer exist (or never existed)?
2. Typos, e.g. trailing space in class name.
3. Duplicate registrations of impl classes already registered in the right place.
4. An interface registered as an impl of itself (??).
5. DataLoader's need no longer be registered in lookup of unit tests; they should be found anyway.
6. No need to construct procedural MIMEResolver's in lookup of unit tests; declarative resolvers run anyway.
7. Some registrations in the wrong module (after impl was moved), in some cases specifying the wrong package name.
...and comments in other files which are dubious and which cannot be trivially converted to @ServiceProvider.
Some cases remain where @ServiceProvider really cannot be used:
1. Some services are being masked but nothing put in their place.
2. An impl which is not normally registered needs to be registered from another module (generally inside unit tests).

Sat, 01 Nov 2008 14:16:29 -0400META-INF/services cleanups.
Jesse Glick <jglick@netbeans.org> [Sat, 01 Nov 2008 14:16:29 -0400] rev 2750
META-INF/services cleanups.
1. Fixing syntax of position attribute in some CND modules.
2. Deleting files with no registrations.
3. Removing unnecessary comments.
4. Removing incorrect leading spaces in editor.lib2.

Thu, 23 Oct 2008 12:57:09 +0200removing unused module dependencies on deprecated editor modules
Vita Stejskal <vstejskal@netbeans.org> [Thu, 23 Oct 2008 12:57:09 +0200] rev 2749
removing unused module dependencies on deprecated editor modules

Mon, 20 Oct 2008 10:08:54 -0700#150606 Providing logging of the problem and avoiding NPE.
Peter Zavadsky <pzavadsky@netbeans.org> [Mon, 20 Oct 2008 10:08:54 -0700] rev 2748
#150606 Providing logging of the problem and avoiding NPE.

Mon, 20 Oct 2008 15:49:32 +0200Increasing spec. versions after 6.5.
Tonda Nebuzelsky <anebuzelsky@netbeans.org> [Mon, 20 Oct 2008 15:49:32 +0200] rev 2747
Increasing spec. versions after 6.5.

Thu, 16 Oct 2008 10:28:20 -0700#148157 Avoiding adding action for nodes it doesn't work for.
Peter Zavadsky <pzavadsky@netbeans.org> [Thu, 16 Oct 2008 10:28:20 -0700] rev 2746
#148157 Avoiding adding action for nodes it doesn't work for.

Wed, 15 Oct 2008 10:14:40 -0700#148062 Fixing image reference, to be shown in the VW multiview.
Peter Zavadsky <pzavadsky@netbeans.org> [Wed, 15 Oct 2008 10:14:40 -0700] rev 2745
#148062 Fixing image reference, to be shown in the VW multiview.

Mon, 06 Oct 2008 11:06:08 -0700#149015 Missing part of the original fix. release65_base
Peter Zavadsky <pzavadsky@netbeans.org> [Mon, 06 Oct 2008 11:06:08 -0700] rev 2744
#149015 Missing part of the original fix.

Fri, 03 Oct 2008 14:13:49 -0700#149015 Applying fix from 6.1 branch to trunk.
Peter Zavadsky <pzavadsky@netbeans.org> [Fri, 03 Oct 2008 14:13:49 -0700] rev 2743
#149015 Applying fix from 6.1 branch to trunk.