blob: 0887017dc821a8d5c8786dbdd51cba5a6e7d4116 [file] [log] [blame]
Gert Vanthienen971f9332009-06-06 13:57:36 +00001<?xml version="1.0" encoding="UTF-8"?>
Guillaume Nodet916f28a2009-09-22 09:11:12 +00002<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">
Gert Vanthienen971f9332009-06-06 13:57:36 +00003
4 <!--
5
6 Licensed to the Apache Software Foundation (ASF) under one or more
7 contributor license agreements. See the NOTICE file distributed with
8 this work for additional information regarding copyright ownership.
9 The ASF licenses this file to You under the Apache License, Version 2.0
10 (the "License"); you may not use this file except in compliance with
11 the License. You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 -->
21
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.apache.felix.karaf</groupId>
26 <artifactId>karaf</artifactId>
Guillaume Nodet3b7f8762009-09-22 09:15:21 +000027 <version>1.1.0-SNAPSHOT</version>
Gert Vanthienen971f9332009-06-06 13:57:36 +000028 </parent>
29
Gert Vanthienen1ba9a052009-08-06 21:36:13 +000030 <groupId>org.apache.felix.karaf.webconsole</groupId>
31 <artifactId>webconsole</artifactId>
32 <packaging>pom</packaging>
Guillaume Nodet3b7f8762009-09-22 09:15:21 +000033 <version>1.1.0-SNAPSHOT</version>
Gert Vanthienen1ba9a052009-08-06 21:36:13 +000034 <name>Apache Felix Karaf :: Web Console</name>
Gert Vanthienen971f9332009-06-06 13:57:36 +000035
Gert Vanthienen1ba9a052009-08-06 21:36:13 +000036 <modules>
Guillaume Nodet974bf0d2009-08-07 09:48:21 +000037 <module>features</module>
38 <module>gogo</module>
Gert Vanthienen1ba9a052009-08-06 21:36:13 +000039 <module>branding</module>
Gert Vanthienen968eed02009-08-17 06:17:31 +000040 <module>admin</module>
Gert Vanthienen1ba9a052009-08-06 21:36:13 +000041 </modules>
Gert Vanthienen971f9332009-06-06 13:57:36 +000042
43</project>