MIDP Project Properties: Sources Filtering

Use to determine the files and packages that are included in a JAR file for a specific project configuration.

Element Description

Use Values from "Default Configuration"

Enables you to customize the properties for a project configuration other than the default configuration if this option is unchecked.

Exclude Files That Ant Excludes By Default

Excludes from the JAR file the files that are defined by Ant to be excluded by default (version control files and folders).

Exclude Test Sources

Excludes tests and test packages are from the JAR file.

Sources Used in Build

Provides a file tree where you can identify files and packages to be included or excluded from the JAR file. Top level nodes are top level sources and packages. All files and packages are selected by default.

Note: All items in the project node are included by default. Expand the nodes and uncheck the boxes next to the files or packages you want to exclude.

Additional Excludes

Specifies additional files and packages to exclude.


To see the list of files excluded by the Exclude options, hold the cursor over the option. The tooltip lists the files to be excluded.


Related Topics

Developing Applications with NetBeans IDE,

Developing Applications with NetBeans IDE,

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.