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.

<view>
<items>
<source-folder style="tree">
<label>Web Pages</label>
<location>web</location>
</source-folder>

Comments

Popular posts from this blog

Vim vi how to reload a file your editing