Carsten Ziegeler | ef0b5c6 | 2007-07-04 17:06:50 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 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 | --> |
Carsten Ziegeler | ce2d4a7 | 2007-08-22 07:06:44 +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/maven-v4_0_0.xsd"> |
Carsten Ziegeler | ef0b5c6 | 2007-07-04 17:06:50 +0000 | [diff] [blame] | 21 | |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
Carsten Ziegeler | 7baa52a | 2007-07-24 09:31:07 +0000 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>org.apache.felix.commons</groupId> |
Carsten Ziegeler | ef09a2c | 2007-07-24 09:39:40 +0000 | [diff] [blame] | 26 | <artifactId>commons-build</artifactId> |
Carsten Ziegeler | 08d11b7 | 2007-08-22 06:46:55 +0000 | [diff] [blame] | 27 | <version>1.0.0</version> |
Carsten Ziegeler | 7baa52a | 2007-07-24 09:31:07 +0000 | [diff] [blame] | 28 | <relativePath>../pom</relativePath> |
| 29 | </parent> |
Carsten Ziegeler | ef0b5c6 | 2007-07-04 17:06:50 +0000 | [diff] [blame] | 30 | |
| 31 | <properties> |
| 32 | <pkgArtifactId>xml-apis</pkgArtifactId> |
| 33 | <pkgVersion>1.3.4</pkgVersion> |
| 34 | <realPkgVersion>1.3.04</realPkgVersion> |
| 35 | <pomVersion>0001</pomVersion> |
| 36 | <osgiVersion>${pkgVersion}</osgiVersion> |
| 37 | </properties> |
| 38 | |
| 39 | <groupId>org.apache.felix.commons</groupId> |
| 40 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
Carsten Ziegeler | 5440c5c | 2007-08-22 07:07:01 +0000 | [diff] [blame^] | 41 | <version>1.3.4-0002-SNAPSHOT</version> |
Carsten Ziegeler | ef0b5c6 | 2007-07-04 17:06:50 +0000 | [diff] [blame] | 42 | <packaging>bundle</packaging> |
| 43 | |
| 44 | <name>${pkgArtifactId} bundle</name> |
| 45 | <description> |
| 46 | This bundle simply wraps ${pkgArtifactId}-${realPkgVersion}.jar. |
| 47 | </description> |
| 48 | |
| 49 | <organization> |
| 50 | <name>Apache Felix Project</name> |
| 51 | <url>http://felix.apache.org/</url> |
| 52 | </organization> |
| 53 | |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 54 | <scm> |
Carsten Ziegeler | 5440c5c | 2007-08-22 07:07:01 +0000 | [diff] [blame^] | 55 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/xml-apis</connection> |
| 56 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/xml-apis</developerConnection> |
| 57 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/xml-apis</url> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 58 | </scm> |
| 59 | |
Carsten Ziegeler | ef0b5c6 | 2007-07-04 17:06:50 +0000 | [diff] [blame] | 60 | <dependencies> |
| 61 | <dependency> |
| 62 | <groupId>${pkgArtifactId}</groupId> |
| 63 | <artifactId>${pkgArtifactId}</artifactId> |
| 64 | <version>${realPkgVersion}</version> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>xalan</groupId> |
| 68 | <artifactId>xalan</artifactId> |
| 69 | <version>2.7.0</version> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>xerces</groupId> |
| 73 | <artifactId>xercesImpl</artifactId> |
| 74 | <version>2.8.1</version> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.apache.bcel</groupId> |
| 78 | <artifactId>bcel</artifactId> |
| 79 | <version>5.2</version> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>xml-resolver</groupId> |
| 83 | <artifactId>xml-resolver</artifactId> |
| 84 | <version>1.2</version> |
| 85 | </dependency> |
| 86 | </dependencies> |
| 87 | <build> |
| 88 | <plugins> |
| 89 | <plugin> |
| 90 | <groupId>org.apache.felix</groupId> |
| 91 | <artifactId>maven-bundle-plugin</artifactId> |
| 92 | <extensions>true</extensions> |
| 93 | <configuration> |
| 94 | <instructions> |
| 95 | <Bundle-SymbolicName> |
| 96 | ${pom.artifactId} |
| 97 | </Bundle-SymbolicName> |
| 98 | <Import-Package>org.xml.sax.*, org.w3c.dom.*, javax.xml.*, org.apache.xml.resolver.*,javax.swing,javax.swing.border,javax.swing.event</Import-Package> |
| 99 | <Export-Package> |
| 100 | org.xml.sax.*, org.w3c.dom.*, javax.xml.*, org.apache.xml.resolver.* |
| 101 | </Export-Package> |
| 102 | <Private-Package> |
| 103 | org.apache.xalan.*,org.apache.xml.*,org.apache.xpath.*,org.apache.html.dom, |
| 104 | org.apache.wml.*,org.apache.xerces.*,java_cup.runtime, |
| 105 | org.apache.bcel.*,org.apache.env.* |
| 106 | </Private-Package> |
| 107 | <Include-Resource> |
Carsten Ziegeler | 27100a8 | 2007-07-25 08:59:58 +0000 | [diff] [blame] | 108 | src/main/resources, |
Carsten Ziegeler | ef0b5c6 | 2007-07-04 17:06:50 +0000 | [diff] [blame] | 109 | @xercesImpl-2.8.1.jar!/META-INF/services/**, |
| 110 | @xalan-2.7.0.jar!/META-INF/services/** |
| 111 | </Include-Resource> |
| 112 | <DynamicImport-Package>javax.naming</DynamicImport-Package> |
| 113 | </instructions> |
| 114 | </configuration> |
| 115 | </plugin> |
| 116 | </plugins> |
| 117 | </build> |
Karl Pauls | 0a3858c | 2007-07-13 22:03:31 +0000 | [diff] [blame] | 118 | </project> |