David Jencks | 4091369 | 2015-12-28 06:45:16 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 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 | --> |
| 20 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | <parent> |
| 24 | <groupId>org.apache.felix</groupId> |
| 25 | <artifactId>felix-parent</artifactId> |
| 26 | <version>3</version> |
| 27 | <relativePath /> |
| 28 | </parent> |
| 29 | <artifactId>org.apache.felix.scr.ext.anno</artifactId> |
| 30 | <version>0.1-SNAPSHOT</version> |
| 31 | <name>Apache Felix Declarative Services Extensions BND annotation</name> |
| 32 | <description> |
| 33 | BND meta-annotation for adding felix ds extension attributes |
| 34 | to generated xml component descriptors |
| 35 | </description> |
| 36 | <scm> |
| 37 | <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr-ext-anno</connection> |
| 38 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr-ext-anno</developerConnection> |
| 39 | <url>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr-ext-anno</url> |
| 40 | </scm> |
| 41 | <properties> |
| 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 43 | </properties> |
| 44 | <dependencies> |
| 45 | <dependency> |
| 46 | <groupId>biz.aQute.bnd</groupId> |
| 47 | <artifactId>biz.aQute.bnd.annotation</artifactId> |
| 48 | <version>3.1.0</version> |
| 49 | <scope>provided</scope> |
| 50 | </dependency> |
| 51 | </dependencies> |
| 52 | </project> |