2012-10-16 13:27:07 -05:00
|
|
|
<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"
|
2014-02-11 16:06:03 -06:00
|
|
|
value="org.apache.commons.collections,org.apache.http" />
|
2012-10-16 13:27:07 -05:00
|
|
|
|
|
|
|
<import file="${build.dir.location}/${ant.abstract}" />
|
|
|
|
</project>
|