Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 1 | <!--
|
| 2 | Licensed to the Apache Software Foundation (ASF) under one
|
| 3 | or more contributor license agreements. See the NOTICE file
|
| 4 | distributed with this work for additional information
|
| 5 | regarding copyright ownership. The ASF licenses this file
|
| 6 | to you under the Apache License, Version 2.0 (the
|
| 7 | "License"); you may not use this file except in compliance
|
| 8 | with the License. You may obtain a copy of the License at
|
| 9 |
|
| 10 | http://www.apache.org/licenses/LICENSE-2.0
|
| 11 |
|
| 12 | Unless required by applicable law or agreed to in writing,
|
| 13 | software distributed under the License is distributed on an
|
| 14 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
| 15 | KIND, either express or implied. See the License for the
|
| 16 | specific language governing permissions and limitations
|
| 17 | under the License.
|
| 18 | -->
|
| 19 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 22 | <parent>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 23 | <groupId>org.apache.felix</groupId>
|
Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 24 | <artifactId>felix</artifactId>
|
| 25 | <version>1.0.2</version>
|
| 26 | <relativePath>../../pom/pom.xml</relativePath>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 27 | </parent>
|
| 28 | <modelVersion>4.0.0</modelVersion>
|
| 29 | <artifactId>org.apache.felix.ipojo.ant</artifactId>
|
Clement Escoffier | 7d116ff | 2008-03-29 15:04:02 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix</groupId>
|
| 31 | <version>0.7.6-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 32 | <packaging>bundle</packaging>
|
| 33 | <name>Apache Felix iPOJO Ant Task</name>
|
| 34 | <dependencies>
|
| 35 | <dependency>
|
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 36 | <groupId>org.apache.felix</groupId>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 37 | <artifactId>org.apache.felix.ipojo.metadata</artifactId>
|
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 38 | <version>0.7.6-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 39 | </dependency>
|
| 40 | <dependency>
|
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 41 | <groupId>org.apache.felix</groupId>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 42 | <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
|
Clement Escoffier | 4a12e33 | 2008-04-07 13:29:34 +0000 | [diff] [blame] | 43 | <version>0.7.6-SNAPSHOT</version>
|
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 44 | </dependency>
|
| 45 | <dependency>
|
| 46 | <groupId>xerces</groupId>
|
| 47 | <artifactId>xercesImpl</artifactId>
|
| 48 | <version>2.4.0</version>
|
| 49 | </dependency>
|
| 50 | <dependency>
|
| 51 | <groupId>ant</groupId>
|
| 52 | <artifactId>ant</artifactId>
|
| 53 | <version>1.6.5</version>
|
| 54 | </dependency>
|
| 55 | </dependencies>
|
| 56 |
|
| 57 | <build>
|
| 58 | <plugins>
|
| 59 | <plugin>
|
| 60 | <groupId>org.apache.felix</groupId>
|
| 61 | <artifactId>maven-bundle-plugin</artifactId>
|
| 62 | <version>1.4.0</version>
|
| 63 | <extensions>true</extensions>
|
| 64 | <configuration>
|
| 65 | <instructions>
|
| 66 | <Bundle-Name>iPOJO Ant Task</Bundle-Name>
|
Carsten Ziegeler | cf6e51b | 2008-04-17 06:33:59 +0000 | [diff] [blame] | 67 | <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> |
Clement Escoffier | ce0e1e5 | 2008-03-28 15:33:36 +0000 | [diff] [blame] | 68 | <Bundle-Description>
|
| 69 | iPOJO Ant Task
|
| 70 | </Bundle-Description>
|
| 71 | <Private-Package>
|
| 72 | org.apache.felix.ipojo.metadata,
|
| 73 | org.apache.felix.ipojo.manipulator,
|
| 74 | org.apache.felix.ipojo.xml.parser,
|
| 75 | org.apache.felix.ipojo.manipulation*,
|
| 76 | org.objectweb.asm.util;-split-package:=merge-first,
|
| 77 | org.objectweb.asm;-split-package:=merge-first,
|
| 78 | org.objectweb.asm.commons;-split-package:=merge-first,
|
| 79 | org.apache.xerces.parsers,
|
| 80 | org.apache.xerces.xni*,
|
| 81 | org.apache.xerces.impl*,
|
| 82 | org.apache.xerces.util.*
|
| 83 | </Private-Package>
|
| 84 | <Export-Package>
|
| 85 | org.apache.felix.ipojo.task
|
| 86 | </Export-Package>
|
| 87 | </instructions>
|
| 88 | </configuration>
|
| 89 | </plugin>
|
| 90 | </plugins>
|
| 91 | </build>
|
Clement Escoffier | 42ef155 | 2007-08-14 13:45:19 +0000 | [diff] [blame] | 92 | </project> |