blob: ba3a47cceed2a5fcd6aa8a5bac0cdd9e2b4b7d9d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="../../book.css" type="text/css"/>
<title>Creating and Updating JSF Libraries</title>
</head>
<body>
<h1>Adding and Removing JSF Library References from a Project</h1>
<br>
JSF Library References for a project are managed as properties of the project. To add or remove library referernces:
<b>Project -> Properties -> JSF Library References</b>
<img alt="Preferences -> Web and XML -> JSF Libraries" src="./images/jsflibs_projectrefs.png">
<br>
<br>
<ul>
<li>To modify the choice of implementation, choose from the Implementation dropdown list.
<li>To add a component library, select the library from list on left and use "&gt;" to add to the selected list</li>
<li>To add all libraries, use "&gt;&gt;"</li>
<li>To remove a component library, select library from list on the right and use "&lt;" button</li>
<li>To remove all libraries, use "&lt;&lt;" button</li>
<li>To create a new library, use "New...: button</li>
<li>To change whether or not a selected component library is deployed, use the "Deploy" checkbox</li>
</ul>
<p>Click "OK" button to complete the update of the JSF Library References for this project</p>
<br>
<img src="../../images/ngrelc.png" alt="Related concepts" border="0"/>
<p> <br></p>
<p> <img src="../../images/ngrelr.png" alt="Related reference" border="0">
</p>
<p>
<a href="../reference/jsf_libraries.html">JSF Libraries</a><br>
<a href="../reference/jsf_facets.html">JSF Facets</a><br>
</p>
<p> <img src="../../images/ngrelt.png" alt="Related tasks" border="0">
</p>
<p>
<a href="../tasks/jsf_libs.html">Create and Update JSF Libaries</a></p>
</body>
</html>