NetBeans - adding extra folders
If you would like to add extra folders to your netbean project just add this
in this example web is a subdirectory of the project base directory.
in this example web is a subdirectory of the project base directory.
<view>
<items>
<source-folder style="tree">
<label>Web Pages</label>
<location>web</location>
</source-folder>
Comments