Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Arjun Panday | 594e824 | 2011-12-29 20:57:25 +0000 | [diff] [blame] | 2 | <!-- |
| 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 Panday | b2c4f2a | 2012-01-16 19:17:59 +0000 | [diff] [blame] | 20 | <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 Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
Arjun Panday | 594e824 | 2011-12-29 20:57:25 +0000 | [diff] [blame] | 22 | <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 Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 29 | <groupId>org.apache.felix</groupId> |
Arjun Panday | 0e4eacc | 2012-01-20 08:21:21 +0000 | [diff] [blame] | 30 | <artifactId>servicediagnostics.reactor</artifactId> |
Arjun Panday | 374b388 | 2012-01-16 19:18:34 +0000 | [diff] [blame] | 31 | <version>0.1.1-SNAPSHOT</version> |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 32 | <packaging>pom</packaging> |
| 33 | |
Arjun Panday | 0e4eacc | 2012-01-20 08:21:21 +0000 | [diff] [blame] | 34 | <name>Service Diagnostics - Reactor</name> |
Arjun Panday | 594e824 | 2011-12-29 20:57:25 +0000 | [diff] [blame] | 35 | <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 Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 39 | <modules> |
| 40 | <module>core</module> |
Arjun Panday | 0e4eacc | 2012-01-20 08:21:21 +0000 | [diff] [blame] | 41 | <module>sample</module> |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 42 | </modules> |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 43 | |
| 44 | </project> |