Closed sid-srini closed 2 months ago
Moved the addition of the build project dirs locale_ja and locale_zh_CN to nbcode/l10n/ from inside netbeans-l10n/.
Enhanced the Package ant task definition in netbeans-l10n to:
disabledModules
enabledClusterPath
disabled.modules
cluster.path
Fixed nbcode/nbproject/platform.properties to specify ${path.separator} instead of ':' for the cluster.path value separator.
${path.separator}
':'
Loaded the platform.properties in the locale build scripts and pass the values for disabled.modules and cluster.path to the buildPackage task.
Updated the build.xml scripts to pass the appropriate property values for the netbeans/ and netbeans-l10n/ dirs.
Fixed the clean-l10n target to clean out the copied artifacts from vscode/nbcode/extras/
clean-l10n
Fixed minor typos.
Changed javac source 1.8 -> release 17
Moved the addition of the build project dirs locale_ja and locale_zh_CN to nbcode/l10n/ from inside netbeans-l10n/.
Enhanced the Package ant task definition in netbeans-l10n to:
disabledModules
andenabledClusterPath
as input.disabled.modules
andcluster.path
can be used to set these parameters.Fixed nbcode/nbproject/platform.properties to specify
${path.separator}
instead of':'
for thecluster.path
value separator.Loaded the platform.properties in the locale build scripts and pass the values for
disabled.modules
andcluster.path
to the buildPackage task.Updated the build.xml scripts to pass the appropriate property values for the netbeans/ and netbeans-l10n/ dirs.
Fixed the
clean-l10n
target to clean out the copied artifacts from vscode/nbcode/extras/Fixed minor typos.
Changed javac source 1.8 -> release 17