~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to apisupport/project/javahelp/org/netbeans/modules/apisupport/project/docs/distribute_plugin/remove_unwanted_modules.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
 *        Copyright � 2006 Sun Microsystems, Inc. All rights reserved. 
 
4
 *        Use is subject to license terms.
 
5
> -->
 
6
<html>
 
7
<head>
 
8
 
 
9
        <title>Removing Unwanted Modules</title>
 
10
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
11
<link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
12
</head>
 
13
 
 
14
<body>
 
15
        
 
16
        <h2>Removing Unwanted Modules</h2>
 
17
<p><small> 
 
18
<a href="#seealso">See Also</a> 
 
19
</small></p>
 
20
 
 
21
<p>You can exclude unwanted modules from a standalone application, leaving only those
 
22
 you really need. By default, all the modules that the IDE
 
23
uses are included. 
 
24
 
 
25
 <p><b>To remove unwanted modules:</b>
 
26
 
 
27
<ol>
 
28
        <li>Right-click a module-suite project and choose Properties.
 
29
        <li>In the Project Properties dialog box, click Libraries.
 
30
        <li>Uncheck all the clusters that you want to exclude from the standalone application. The only
 
31
        cluster that all standalone applications need is <tt>platform<i>NNN</i></tt>. 
 
32
        <li>Expand the nodes of the clusters that you want to keep, and uncheck any module
 
33
         that you want to exclude from the cluster.
 
34
         <li>Click OK.
 
35
 
 
36
</ol>
 
37
 
 
38
<ul class="note">
 
39
        <li>When you <a href="branding_plugins.html">brand a standalone application</a>, the IDE
 
40
         asks you whether it should exclude IDE-related modules for you. If you do not let the IDE
 
41
          exclude IDE-related modules, you can do so manually using the steps above.
 
42
</ul>
 
43
 
 
44
<dl>
 
45
    <dt><a name="seealso">See Also</a></dt>
 
46
    <dd>  <a href="../about/nbmodule-about.html">About NetBeans Platform and Module Development</a></dd>
 
47
    <dd><a href="../about/about-netbeans-platform.html">About the NetBeans Platform</a></dd>
 
48
</dl> 
 
49
<hr>
 
50
<small><a href="../credits.html">Legal Notices</a></small> 
 
51
<table cellpadding="20" border="0"> 
 
52
<tr><td>&nbsp;</td></tr> 
 
53
<tr><td>&nbsp;</td></tr> 
 
54
<tr><td>&nbsp;</td></tr> 
 
55
</table> 
 
56
</body></html>