Commit 29502f18 authored by guus's avatar guus

Skeleton for web-admin module.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/maven-externalsbased@13070 b35dd754-fafc-0310-a699-88a17e54d16e
parent b2fbe334
......@@ -11,6 +11,7 @@
<modules>
<module>xmppserver</module>
<module>dbutil</module>
<module>webadmin</module>
</modules>
<organization>
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>webadmin</artifactId>
<name>Openfires webbased admininstration interface</name>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment