mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
55 lines
970 B
Plaintext
55 lines
970 B
Plaintext
View root() {
|
|
rooot() {
|
|
Tasks() {
|
|
build setup() {
|
|
init()
|
|
wrapper()
|
|
}
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
child1() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
child2() {
|
|
Tasks() {
|
|
help() {
|
|
buildEnvironment()
|
|
components()
|
|
dependencies()
|
|
dependencyInsight()
|
|
dependentComponents()
|
|
help()
|
|
model()
|
|
projects()
|
|
properties()
|
|
tasks()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|