mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 01:41:11 +07:00
A new implementation which generates and loads the runtime module repository from a module-descriptors.dat file in binary format is implemented. module-descriptors.jar in the old format is still generated for compatibility with other tools (e.g., IntelliJ Platform Gradle Plugin) and to provide a human-readable view. It's also used as a fallback variant if module-descriptors.dat is absent. The new format speeds up loading by around 10 times. GitOrigin-RevId: b17ba7b53f825e6dcf243ff0aa5b7aedaf7ab9e2
6 lines
544 B
Properties
6 lines
544 B
Properties
build.target.intellij.runtime.module.descriptors=IntelliJ Runtime Module Descriptors
|
|
builder.name.intellij.runtime.module.descriptors=IntelliJ runtime module descriptors builder
|
|
error.message.duplicating.id.0.is.found=Duplicating ID ''{0}'' is found
|
|
error.message.failed.to.save.repository.0=Failed to save the repository: {0}
|
|
error.message.project.compiler.output.directory.is.not.specified=Project compiler output directory is not specified.
|
|
progress.message.generating.intellij.modules.repository=Generating IntelliJ Modules Repository\u2026 |