Name Date Size

.. 2013-05-16 00:04:17 12

architectures 2013-05-16 00:04:17 10

build-folder.ent 2013-05-16 00:04:17 1.6 KiB

closed-share-sources.ent 2013-05-16 00:04:17 2 KiB

closed-share-view.ent 2013-05-16 00:04:17 1.8 KiB

demo-sources.ent 2013-05-16 00:04:17 1.7 KiB

demo-view.ent 2013-05-16 00:04:17 1.7 KiB

file-view.ent 2013-05-16 00:04:17 1.8 KiB

java-data-native.ent 2013-05-16 00:04:17 2.1 KiB

java-data-no-native.ent 2013-05-16 00:04:17 2 KiB

jtreg-sources.ent 2013-05-16 00:04:17 1.7 KiB

jtreg-view.ent 2013-05-16 00:04:17 1.7 KiB

make.xml 2013-05-16 00:04:17 3.1 KiB

properties.ent 2013-05-16 00:04:17 2.1 KiB

README-ent 2013-05-16 00:04:17 1,002

sample-sources.ent 2013-05-16 00:04:17 1.7 KiB

sample-view.ent 2013-05-16 00:04:17 1.7 KiB

share-sources.ent 2013-05-16 00:04:17 1.9 KiB

share-view.ent 2013-05-16 00:04:17 1.8 KiB

shared.xml 2013-05-16 00:04:17 19.5 KiB

standard-actions.ent 2013-05-16 00:04:17 1.7 KiB

standard-bindings.ent 2013-05-16 00:04:17 5.7 KiB

unix-sources.ent 2013-05-16 00:04:17 2 KiB

unix-view.ent 2013-05-16 00:04:17 1.9 KiB

windows-sources.ent 2013-05-16 00:04:17 1.9 KiB

windows-view.ent 2013-05-16 00:04:17 1.8 KiB

README-ent

The *.ent files in this directory provide common functionality to the
project.xml file of various projects. There are different kinds,
e.g. "-sources" from share-sources.ent
* -sources: Defines sources used by a project.
* -view: Defines project's sources that are displayed in the Projects tab.
* -actions: Defines a set of actions of the project available from NetBeans.
* -bindings: Defines the targets invoked by the corresponding actions.
Note that -sources and -view files come in pairs: A project will have an
entity reference for each, so that it uses and displays the sources.
Similarly, -actions and -bindings are paired.
These kinds are not paired:
build-folder.ent: Defines the location of the folder where compiled classes,
resources, etc. are placed.
java-data-native.ent, java-data-no-native.ent: These define information about
the location of classes and sources of native and non-native projects, where
"native" is suggestive of "native code", that is, non-Java source code.