| | |
| | | <property name="snmp.src.dir" location="src/snmp/src" /> |
| | | <property name="snmp.classes.dir" |
| | | location="${classes.dir}/org/opends/server/snmp" /> |
| | | |
| | | |
| | | |
| | | <!-- Properties for license inclusion. --> |
| | | <condition property="include.license.file"> |
| | |
| | | |
| | | <!-- Regenerate example plugin. --> |
| | | <antcall target="example-plugin" /> |
| | | |
| | | |
| | | <!-- Copy license if required. --> |
| | | <antcall target="copylicense" /> |
| | | </target> |
| | |
| | | <jvmarg value="-DLdapMapping"/> |
| | | </java> |
| | | </target> |
| | | |
| | | |
| | | <!-- Create license file if requested. |
| | | |
| | | |
| | | This target should only be called from targets which have defined the |
| | | pdir property, such as prepackage and rebuild. |
| | | |
| | | |
| | | The license file will be copied to ${pdir}/Legal/license_to_accept.txt. |
| | | This file location is hard-coded in the following classes: |
| | | |
| | | |
| | | org.opends.server.tools.upgrade.LicenseFile |
| | | org.opends.quicksetup.LicenseFile |
| | | |
| | | |
| | | Care must be taken to keep these filenames synchronized. |
| | | --> |
| | | <target name="copylicense" if="include.license.file" > |
| | |
| | | <fileset file="${lib.dir}/*.exe" /> |
| | | </copy> |
| | | |
| | | <copy todir="${pdir}"> |
| | | <fileset file="${resource.dir}/instance.loc" /> |
| | | </copy> |
| | | |
| | | <antcall target="example-plugin" /> |
| | | |
| | | <fixcrlf srcDir="${scripts.dir}" destDir="${pdir}/bin" excludes="*.bat,_client-script.sh,_server-script.sh,_mixed-script.sh,_script-util.sh" eol="lf" /> |