--- old/make/jdk/netbeans/common/README-ent 2020-04-29 12:11:28.016610559 +0200 +++ /dev/null 2020-02-11 10:29:13.086348146 +0100 @@ -1,25 +0,0 @@ -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. --- /dev/null 2020-02-11 10:29:13.086348146 +0100 +++ new/make/ide/netbeans/jdk/common/README-ent 2020-04-29 12:11:27.644610562 +0200 @@ -0,0 +1,25 @@ +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.