awips2/javaUtilities/com.raytheon.openfire.plugin.configuration.collaboration/setup.xml
Brian Clements f6b2827434 Issue #2756 new collaboration openfire plugin and http service
new servlet http service that communicates with openfire for configuration
new openfire plugin to reflect new http service
openfire and http service no longer need to be on same machine
moved http header parsing code from ogc to common util
updated collaboration http code to prefer XML instead of HTML


Former-commit-id: ff23569984eee43927c10ca041ca7e0ca4d40a3b
2014-02-18 10:03:12 -06:00

21 lines
No EOL
733 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="org.apache.commons.collections,org.apache.http" />
<import file="${build.dir.location}/${ant.abstract}" />
</project>