Fri, 24 Aug 2007 15:09:07 +0000fixing hyperlinks that had line breaks in between iz_109114_scope_dev_root
pkeegan@netbeans.org [Fri, 24 Aug 2007 15:09:07 +0000] rev 1378
fixing hyperlinks that had line breaks in between

Fri, 24 Aug 2007 09:33:47 +0000LInk fixing
jbranam@netbeans.org [Fri, 24 Aug 2007 09:33:47 +0000] rev 1377
LInk fixing

Fri, 24 Aug 2007 07:50:04 +0000LInk fixing
jbranam@netbeans.org [Fri, 24 Aug 2007 07:50:04 +0000] rev 1376
LInk fixing

Fri, 24 Aug 2007 06:13:04 +0000Fix unstable build.
sandipchitale@netbeans.org [Fri, 24 Aug 2007 06:13:04 +0000] rev 1375
Fix unstable build.

User the release* properties in nbbuild/project.properties as described in

http://wiki.netbeans.org/wiki/view/DevFaqExternalLibrariesUpdated

to copy files in external directory.

Fri, 24 Aug 2007 05:49:54 +0000Fix unstable build.
sandipchitale@netbeans.org [Fri, 24 Aug 2007 05:49:54 +0000] rev 1374
Fix unstable build.

User the release* properties in nbbuild/project.properties as described in

http://wiki.netbeans.org/wiki/view/DevFaqExternalLibrariesUpdated

to copy files in external directory.

Fri, 24 Aug 2007 01:59:07 +0000Partial fix Issue # 111438 - External binaries location in CVS does not follow NB CVS rules
sandipchitale@netbeans.org [Fri, 24 Aug 2007 01:59:07 +0000] rev 1373
Partial fix Issue # 111438 - External binaries location in CVS does not follow NB CVS rules

Moved external jars to module's external directory and named them with appropriate format.
Adjusted the paths in project.xml, project.properties and library definitions.
Added targets to build.xml files to copy the files in external directory to the target.
Replaced usage of visualweb/ravehelp/external/jhall-2.0_02.jar with core/javahelp/external/jh-2.0_04
and cleanedup the visualweb/ravehelp module.

Need licenses for:

ejb-2.0.jar
woodstock jars

Fri, 24 Aug 2007 01:28:28 +0000Fix for #113552: ObjectArrayDataProvider cannot be set to an array of Interface type
deva@netbeans.org [Fri, 24 Aug 2007 01:28:28 +0000] rev 1372
Fix for #113552: ObjectArrayDataProvider cannot be set to an array of Interface type

Fri, 24 Aug 2007 01:09:33 +0000Fix to avoid creation of duplicate model for a page during project open. This problem was a result of a recent change to fix startup issues.
deva@netbeans.org [Fri, 24 Aug 2007 01:09:33 +0000] rev 1371
Fix to avoid creation of duplicate model for a page during project open. This problem was a result of a recent change to fix startup issues.

Thu, 23 Aug 2007 23:33:29 +0000Merge jdbcsupport-designtime and -runtime libraries (sqlx.jar) into the jsfsupport libraries.
potingwu@netbeans.org [Thu, 23 Aug 2007 23:33:29 +0000] rev 1370
Merge jdbcsupport-designtime and -runtime libraries (sqlx.jar) into the jsfsupport libraries.

Thu, 23 Aug 2007 23:14:01 +0000#107096 During debugging found too many listeners (it seems activation deactivation is not working well),
pzavadsky@netbeans.org [Thu, 23 Aug 2007 23:14:01 +0000] rev 1369
#107096 During debugging found too many listeners (it seems activation deactivation is not working well),
using weak listener instead. Also added other info to UI hierarchy dump, in order to easier debug the issue.