/
githubmirror
/
jdk11u-dev
ОбзорДокументацияВойти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
jdk11u-dev/
.../netbeans/common/
..
architectures

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
README-ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
build-folder.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
closed-share-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
closed-share-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
demo-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
demo-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
file-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
java-data-native.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
java-data-no-native.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
jtreg-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
jtreg-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
macosx-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
macosx-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
make.xml

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
properties.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
sample-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
sample-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
share-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
share-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
shared.xml

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
standard-actions.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
standard-bindings.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
unix-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
unix-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
windows-sources.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
windows-view.ent

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
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.