Former-commit-id:6e44abdba1
[formerly98171b5de9
] [formerlyd3497e47eb
] [formerly6e44abdba1
[formerly98171b5de9
] [formerlyd3497e47eb
] [formerly6958b861f0
[formerlyd3497e47eb
[formerly dddf20c9518c578d1bebd0b5e01b10c5080fd24e]]]] Former-commit-id:6958b861f0
Former-commit-id:c9b563338a
[formerly2c82d9cb07
] [formerly d50a176f97de36460cafeb5bb47f7dc824e33ce1 [formerlycbbdb231ce
]] Former-commit-id: 892afd7b093bec93e8f4c170f6b8ae08bea40239 [formerly560f0d9cc3
] Former-commit-id:35e34308c5
21 lines
No EOL
687 B
XML
21 lines
No EOL
687 B
XML
<project default="setup" basedir=".">
|
|
<property name="openfire.build.dir"
|
|
value="build.openfire.plugin" />
|
|
<property name="ant.abstract"
|
|
value="ant/abstract/abstract_setup.xml" />
|
|
|
|
<available file="../${openfire.build.dir}"
|
|
property="build.dir.location"
|
|
value="../${openfire.build.dir}"/>
|
|
|
|
<!-- Properties to share with the abstract "class". -->
|
|
<!--
|
|
TODO: if we have any reason to create additional openfire plugins,
|
|
we will want to replace this variable with the capability to
|
|
extract dependency information from the plugin manifest.
|
|
-->
|
|
<property name="plugin.dependent.libs"
|
|
value="" />
|
|
|
|
<import file="${build.dir.location}/${ant.abstract}" />
|
|
</project> |