| | |
| | | <!-- copy the l10n message properties files (for generated messages)--> |
| | | <target name="copyl10nmessages"> |
| | | <copy todir="${build.dir}/classes/admin/messages/org/opends/server/admin/std/meta/"> |
| | | <fileset dir="${msgl10n.prop.dir}" includes="*_fr.properties,*_de.properties,*_es.properties,*_ja.properties,*_ko.properties,*_zh_CN.properties,*_zh_TW.properties,*_pl.properties"> |
| | | <fileset dir="${msgl10n.prop.dir}" includes="*_fr.properties,*_de.properties,*_es.properties,*_ja.properties,*_ko.properties,*_zh_CN.properties,*_zh_TW.properties,*_pl.properties,*_ca_ES.properties"> |
| | | </fileset> |
| | | </copy> |
| | | </target> |
| | |
| | | |
| | | <jar jarfile="${pdir}/lib/${SHORT_NAME}.jar" |
| | | basedir="${classes.dir}" |
| | | excludes="${ads.classes.dir}, ${quicksetup.globalcompile.classes.dir}, org/opends/server/snmp/**,**/*_fr.properties,**/*_ja.properties,**/*_de.properties,**/*_es.properties,**/*_zh_TW.properties,**/*_zh_CN.properties,**/*_ko.properties,**/*_pl.properties" |
| | | excludes="${ads.classes.dir}, ${quicksetup.globalcompile.classes.dir}, org/opends/server/snmp/**,**/*_fr.properties,**/*_ja.properties,**/*_de.properties,**/*_es.properties,**/*_zh_TW.properties,**/*_zh_CN.properties,**/*_ko.properties,**/*_pl.properties,**/*_ca_ES.properties" |
| | | compress="true" index="true" /> |
| | | |
| | | <jar jarfile="${pdir}/lib/${SHORT_NAME}_fr.jar" |
| | |
| | | includes="**/*_pl.properties" |
| | | compress="true" index="true" /> |
| | | |
| | | <jar jarfile="${pdir}/lib/${SHORT_NAME}_ca_ES.jar" |
| | | basedir="${classes.dir}" |
| | | includes="**/*_ca_ES.properties" |
| | | compress="true" index="true" /> |
| | | |
| | | <jar jarfile="${pdir}/lib/quicksetup.jar" |
| | | basedir="${quicksetup.classes.dir}" compress="true" index="true" /> |
| | | |
| | |
| | | <include name="${SHORT_NAME}_es.jar" /> |
| | | <include name="${SHORT_NAME}_zh_TW.jar" /> |
| | | <include name="${SHORT_NAME}_zh_CN.jar" /> |
| | | <include name="${SHORT_NAME}_pl.jar" /> |
| | | <include name="${SHORT_NAME}_pl.jar" /> |
| | | <include name="${SHORT_NAME}_ca_ES.jar" /> |
| | | </lib> |
| | | </war> |
| | | |