Added notification tester, did some other clean ups
[bm-groupware-server.git] / bm-webconfig / pom.xml
blob3e82fe0fe8836528d3f136bf153fba95c432475d
1 <!--
2 /*
3 WebConfig - a web administration interface for the Funambol DS server
4     Copyright (C) 2008 Mathew McBride
6     This program is free software: you can redistribute it and/or modify
7     it under the terms of the GNU Affero General Public License as published by
8     the Free Software Foundation, either version 3 of the License, or
9     (at your option) any later version.
11     This program is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     GNU Affero General Public License for more details.
16     You should have received a copy of the GNU Affero General Public License
17     along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 -->
21 <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/maven-v4_0_0.xsd">
22     <modelVersion>4.0.0</modelVersion>
23     <groupId>bmessage</groupId>
24     <artifactId>bm-webconfig-module</artifactId>
25     <version>0.1</version>
26     <name>bionicmessage webconfig</name>
27     <packaging>pom</packaging>
29     <!--
30         MODULES
31     -->
32     <modules>
33         <module>webconfig-webapp</module>
34         <module>webconfig</module>
35     </modules>
36    
37 </project>