blob: 651b9a7ce3537b2a66a0d15ddf7cde6d07816089 [file] [log] [blame]
Carsten Ziegelerdb301862011-11-18 09:40:49 +00001<?xml version="1.0" encoding="UTF-8"?>
Arjun Panday594e8242011-12-29 20:57:25 +00002<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
Arjun Pandayb2c4f2a2012-01-16 19:17:59 +000020<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">
Carsten Ziegelerdb301862011-11-18 09:40:49 +000021 <modelVersion>4.0.0</modelVersion>
Arjun Panday594e8242011-12-29 20:57:25 +000022 <parent>
23 <groupId>org.apache.felix</groupId>
24 <artifactId>felix-parent</artifactId>
25 <version>2.1</version>
26 <relativePath>../../pom/pom.xml</relativePath>
27 </parent>
28
Carsten Ziegelerdb301862011-11-18 09:40:49 +000029 <groupId>org.apache.felix</groupId>
Arjun Panday0e4eacc2012-01-20 08:21:21 +000030 <artifactId>servicediagnostics.reactor</artifactId>
Arjun Panday374b3882012-01-16 19:18:34 +000031 <version>0.1.1-SNAPSHOT</version>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000032 <packaging>pom</packaging>
33
Arjun Panday0e4eacc2012-01-20 08:21:21 +000034 <name>Service Diagnostics - Reactor</name>
Arjun Panday594e8242011-12-29 20:57:25 +000035 <description>
36 This is a plugin for the Apache Felix OSGi web console providing a graphical representation of services and missing required dependencies.
37 </description>
38
Carsten Ziegelerdb301862011-11-18 09:40:49 +000039 <modules>
40 <module>core</module>
Arjun Panday0e4eacc2012-01-20 08:21:21 +000041 <module>sample</module>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000042 </modules>
Carsten Ziegelerdb301862011-11-18 09:40:49 +000043
44</project>