awips2/javaUtilities/com.raytheon.openfire.plugin.configuration.collaboration/setup.xml
Brian Clements 02319f36e4 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: f0c89ef6c6 [formerly f6b2827434] [formerly 5b4f1e8288 [formerly ff23569984eee43927c10ca041ca7e0ca4d40a3b]]
Former-commit-id: 5b4f1e8288
Former-commit-id: a1d9e40bd4
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>