Use to specify classes that you want to include or exclude when you compile a project. All resources on the classpath are included by default.
Element | Description |
---|---|
Includes |
Includes the specified classes.
Type the absolute path to the classes on the project classpath that you want to include in compilation. You can also use The default |
Excludes |
Excludes the specified classes.
Type the absolute path to the classes on the project classpath that you want to exclude from compilation. You can also use |
Included Files |
Displays a list of all resources that are included when the project is compiled. |
Excluded Files |
Displays a list of all resources that are excluded when the project is compiled. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. |