Tue, 19 Apr 2005 19:32:33 +0000Adding SPL to a few files (not all that need it by far). Developers - either BLD200504201800
jglick@netbeans.org [Tue, 19 Apr 2005 19:32:33 +0000] rev 1682
Adding SPL to a few files (not all that need it by far). Developers - either
1. Remember to do it yourself.
2. Or run "ant -f nbbuild/monitor.xml check-licenses" periodically.
3. Or fix your templates (e.g. in the IDE) to include the SPL.

Tue, 19 Apr 2005 13:08:44 +0000clean-javadoc target added BLD200504191800
mkuchtiak@netbeans.org [Tue, 19 Apr 2005 13:08:44 +0000] rev 1681
clean-javadoc target added

Mon, 18 Apr 2005 22:17:01 +0000#57933: replacing ${nb.*.dir} properties with literal equivalents. Also fixing old references to some JAR paths
jglick@netbeans.org [Mon, 18 Apr 2005 22:17:01 +0000] rev 1680
#57933: replacing ${nb.*.dir} properties with literal equivalents. Also fixing old references to some JAR paths
which have changed recently, which ought to fix a few broken unit tests out there.

Fri, 15 Apr 2005 14:15:51 +0000Primary index of btree storage improved. Btree storage now uses special PrimaryIndex instead of SinglevaluedBtree index. This PrimaryIndex is much smaller and faster. BLD200504171800
thurka@netbeans.org [Fri, 15 Apr 2005 14:15:51 +0000] rev 1679
Primary index of btree storage improved. Btree storage now uses special PrimaryIndex instead of SinglevaluedBtree index. This PrimaryIndex is much smaller and faster.

Fri, 15 Apr 2005 12:34:13 +0000TreeMetrics.print() takes PrintStream parameter now
thurka@netbeans.org [Fri, 15 Apr 2005 12:34:13 +0000] rev 1678
TreeMetrics.print() takes PrintStream parameter now

Wed, 13 Apr 2005 15:32:26 +0000sort new objects according to MOFID - this greatly improves hits/miss ratio in FileCache since there is a lots of cases where objects are read sequentially BLD200504141800
thurka@netbeans.org [Wed, 13 Apr 2005 15:32:26 +0000] rev 1677
sort new objects according to MOFID - this greatly improves hits/miss ratio in FileCache since there is a lots of cases where objects are read sequentially

Sat, 09 Apr 2005 19:32:54 +0000Update to pass with JDK5 BLD200504111800
cliffwd@netbeans.org [Sat, 09 Apr 2005 19:32:54 +0000] rev 1676
Update to pass with JDK5

Sat, 09 Apr 2005 19:26:56 +0000Update location of schema2beansdev.jar to make it work again.
cliffwd@netbeans.org [Sat, 09 Apr 2005 19:26:56 +0000] rev 1675
Update location of schema2beansdev.jar to make it work again.

Thu, 07 Apr 2005 14:26:16 +0000fixed (made accurate) BLD200504071800
mpetras@netbeans.org [Thu, 07 Apr 2005 14:26:16 +0000] rev 1674
fixed (made accurate)

Sun, 27 Mar 2005 00:44:23 +0000getImmediateCompositeId() added to allow finding out whether an object has a composite without deserializing the composite. deimos_base
mmatula@netbeans.org [Sun, 27 Mar 2005 00:44:23 +0000] rev 1673
getImmediateCompositeId() added to allow finding out whether an object has a composite without deserializing the composite.