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 111590 - API review for JSF Library
Summary: API review for JSF Library
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 105328
  Show dependency tree
 
Reported: 2007-08-01 10:33 UTC by Petr Pisl
Modified: 2007-08-08 16:33 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2007-08-01 10:33:36 UTC
We bundle JSF 1.2 in NetBeans and there is a library wrapper module for this. Up until now we added this library only
into  the classpath for a Web JSF application. Visual Web needs to work with this api also in the design time. So the
library module has to expose all api packages as public packages. 

<public-packages>
   <subpackages>javax.faces</subpackages>
</public-packages>
Comment 1 Petr Pisl 2007-08-08 16:19:17 UTC
Assigned to me back to commit the change. 
Comment 2 Petr Pisl 2007-08-08 16:33:43 UTC
Changes are in the trunk.

Checking in project.xml;
/cvs/web/libs/jsf-1_2/nbproject/project.xml,v  <--  project.xml
new revision: 1.2; previous revision: 1.1
done