LBL_DeltaX_ToolTip=<html>Change in x direction in mm.<\br>Some other second line text</html>
Have this as ONE line in the Bundle.properties file.
LBL_DeltaX_ToolTip=<html>Change in x direction in mm.<\br>Some other second line text</html>
<target name="build-brand" depends="-init">
<propertyfile
file="${basedir}/../moduleA/com/mycode/xyz/Bundle.properties"
comment="Updated by build script for full version info">
<entry key="fullVersion" value="${app.version}" />
</propertyfile>
</target>
<propertyfile
file="${basedir}/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties"
comment="Updated by build script">
<entry key="key="currentVersion" " value="${app.title} ${app.version}.${build.number} ${app.comment}" />
</propertyfile>