106
96
<target name="download-l10n-jars" description="Download Netbeans Platform Localization JARs on the website">
109
99
<property name="l10n.dir" value="l10n"/>
110
100
<get src="${l10n.url}${l10n.file}" dest="${dist.dir}" verbose="true" skipexisting="true" ignoreerrors="true"/>
111
101
<available file="${dist.dir}/${l10n.file}" property="l10n.exists"/>