This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 122891 - Move libary def of project module into woodstock wrapper module
Summary: Move libary def of project module into woodstock wrapper module
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Dongmei Cao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-27 19:52 UTC by Lark Fitzgerald
Modified: 2008-01-23 20:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-11-27 19:52:12 UTC
Woodstock needs more control over its updates.  When .jar files get updated (with name changes like dojo), they need 
to be able to not only provide the new library, but change the references in the ide to use the new .jars.
Comment 1 Dongmei Cao 2007-11-27 20:05:23 UTC
We need to move the library definition (woodstock-components.xml) for the Woodstock components from project/jsf to the
woodstock/components wrapper module. 
Comment 2 Dongmei Cao 2008-01-23 20:12:58 UTC
Added the definitions in the woodstock wrapper module. See the following checkin

User: dongmeic
Date: 2008/01/23 12:09:01

Added:
  
visualweb/woodstock/components/src/org/netbeans/modules/visualweb/woodstock/webui/jsf/designtime/libraries/Bundle.properties
  
visualweb/woodstock/components/src/org/netbeans/modules/visualweb/woodstock/webui/jsf/designtime/libraries/woodstock-components.xml
  
visualweb/woodstock/components/src/org/netbeans/modules/visualweb/woodstock/webui/jsf/designtime/libraries/woodstock-theme-default.xml

Modified:
   visualweb/woodstock/components/src/org/netbeans/modules/visualweb/woodstock/webui/jsf/designtime/layer.xml

Log:
 Fix for bug http://www.netbeans.org/issues/show_bug.cgi?id=122891.
 Added the woodstock library definitions in the wrapper module
Comment 3 Dongmei Cao 2008-01-23 20:14:58 UTC
Remove the definitions from the project/jsf. See checkin

User: dongmeic
Date: 2008/01/23 12:10:48

Removed:
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/libraries/woodstock-components.xml
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/libraries/woodstock-theme-default.xml

Modified:
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/libraries/Bundle.properties
   visualweb/project/jsf/src/org/netbeans/modules/visualweb/project/jsf/resources/layer.xml

Log:
 Fix for bug http://www.netbeans.org/issues/show_bug.cgi?id=122891. Removed the woodstock library defintions from the
project/jsf. They were added into the woodstock wrapper module
Comment 4 Dongmei Cao 2008-01-23 20:21:24 UTC
The same modification has been done in the wrapper module in woodstock repository.