We normally use Eclipse for a particular Java project, but recently I imported the project into NetBeans to use its dialog building features.
Since I\'ll probably co
The NetBeans knowledge base article on project files & version control discusses the NetBeans project files, with loose advice about which files are project specific (i.e. can be shared via version control), and which are user specific.
Here is the section on version control:
If the project is checked out of a version control system, the
build(ornbbuild),dist(ornbdist), and thenbproject/privatefolders should not be checked into that version control system.If the project is under the CVS, Subversion, or Mercurial version control systems, the appropriate "ignore" files are created or updated for these directories when the project is imported.
Though
nbproject/privateshould be ignored,nbprojectshould be checked into the version control system.nbprojectcontains project metadata that enables other users to open the project in NetBeans without having to import the project first.