Michael E. Rodriguez | 69df15c | 2007-03-14 04:54:13 +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 | --> |
| 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 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> |
Michael E. Rodriguez | 69df15c | 2007-03-14 04:54:13 +0000 | [diff] [blame] | 29 | </parent> |
| 30 | <properties> |
| 31 | <pkgArtifactId>hibernate</pkgArtifactId> |
| 32 | <pkgVersion>3.1.3</pkgVersion> |
| 33 | <pomVersion>0001</pomVersion> |
| 34 | <osgiVersion>${pkgVersion}</osgiVersion> |
| 35 | </properties> |
| 36 | <groupId>org.apache.felix.commons</groupId> |
| 37 | <artifactId>${pom.groupId}.${pkgArtifactId}</artifactId> |
| 38 | <version>${osgiVersion}-${pomVersion}-SNAPSHOT</version> |
| 39 | <packaging>bundle</packaging> |
| 40 | <name>${pkgArtifactId} bundle</name> |
| 41 | <description> |
| 42 | This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. |
| 43 | </description> |
| 44 | <organization> |
| 45 | <name>Apache Felix Project</name> |
Karl Pauls | 5a105ac | 2007-06-18 20:54:19 +0000 | [diff] [blame] | 46 | <url>http://felix.apache.org/</url> |
Michael E. Rodriguez | 69df15c | 2007-03-14 04:54:13 +0000 | [diff] [blame] | 47 | </organization> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 48 | <scm> |
Carsten Ziegeler | 08d11b7 | 2007-08-22 06:46:55 +0000 | [diff] [blame^] | 49 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/commons/hibernate</connection> |
| 50 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/commons/hibernate</developerConnection> |
Carsten Ziegeler | 7a79dfb | 2007-07-24 07:08:51 +0000 | [diff] [blame] | 51 | <url>http://svn.apache.org/viewcvs/felix/trunk/commons/hibernate</url> |
| 52 | </scm> |
| 53 | |
Michael E. Rodriguez | 69df15c | 2007-03-14 04:54:13 +0000 | [diff] [blame] | 54 | <dependencies> |
| 55 | <dependency> |
| 56 | <groupId>org.hibernate</groupId> |
| 57 | <artifactId>${pkgArtifactId}</artifactId> |
| 58 | <version>${pkgVersion}</version> |
| 59 | <exclusions> |
| 60 | <exclusion> |
| 61 | <groupId>asm</groupId> |
| 62 | <artifactId>asm</artifactId> |
| 63 | </exclusion> |
| 64 | <exclusion> |
| 65 | <groupId>ehcache</groupId> |
| 66 | <artifactId>ehcache</artifactId> |
| 67 | </exclusion> |
| 68 | <exclusion> |
| 69 | <groupId>commons-logging</groupId> |
| 70 | <artifactId>commons-logging</artifactId> |
| 71 | </exclusion> |
| 72 | <exclusion> |
| 73 | <groupId>ant</groupId> |
| 74 | <artifactId>ant</artifactId> |
| 75 | </exclusion> |
| 76 | <exclusion> |
| 77 | <groupId>c3p0</groupId> |
| 78 | <artifactId>c3p0</artifactId> |
| 79 | </exclusion> |
| 80 | <exclusion> |
| 81 | <groupId>proxool</groupId> |
| 82 | <artifactId>proxool</artifactId> |
| 83 | </exclusion> |
| 84 | <exclusion> |
| 85 | <groupId>ehcache</groupId> |
| 86 | <artifactId>ehcache</artifactId> |
| 87 | </exclusion> |
| 88 | <exclusion> |
| 89 | <groupId>opensymphony</groupId> |
| 90 | <artifactId>oscache</artifactId> |
| 91 | </exclusion> |
| 92 | <exclusion> |
| 93 | <groupId>swarmcache</groupId> |
| 94 | <artifactId>swarmcache</artifactId> |
| 95 | </exclusion> |
| 96 | <exclusion> |
| 97 | <groupId>jboss</groupId> |
| 98 | <artifactId>jboss-cache</artifactId> |
| 99 | </exclusion> |
| 100 | <exclusion> |
| 101 | <groupId>jgroups</groupId> |
| 102 | <artifactId>jgroups-all</artifactId> |
| 103 | </exclusion> |
| 104 | <exclusion> |
| 105 | <groupId>cglib</groupId> |
| 106 | <artifactId>cglib</artifactId> |
| 107 | </exclusion> |
| 108 | <exclusion> |
| 109 | <groupId>asm</groupId> |
| 110 | <artifactId>asm</artifactId> |
| 111 | </exclusion> |
| 112 | <exclusion> |
| 113 | <groupId>asm</groupId> |
| 114 | <artifactId>asm-attrs</artifactId> |
| 115 | </exclusion> |
| 116 | <exclusion> |
| 117 | <groupId>commons-collections</groupId> |
| 118 | <artifactId>commons-collections</artifactId> |
| 119 | </exclusion> |
| 120 | <exclusion> |
| 121 | <groupId>javax.security</groupId> |
| 122 | <artifactId>jacc</artifactId> |
| 123 | </exclusion> |
| 124 | <exclusion> |
| 125 | <groupId>dom4j</groupId> |
| 126 | <artifactId>dom4j</artifactId> |
| 127 | </exclusion> |
| 128 | <exclusion> |
| 129 | <groupId>javax.transaction</groupId> |
| 130 | <artifactId>jta</artifactId> |
| 131 | </exclusion> |
| 132 | <exclusion> |
| 133 | <groupId>antlr</groupId> |
| 134 | <artifactId>antlr</artifactId> |
| 135 | </exclusion> |
| 136 | </exclusions> |
| 137 | </dependency> |
| 138 | </dependencies> |
| 139 | <build> |
| 140 | <plugins> |
| 141 | <plugin> |
| 142 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 797bc98 | 2007-05-21 18:35:07 +0000 | [diff] [blame] | 143 | <artifactId>maven-bundle-plugin</artifactId> |
Michael E. Rodriguez | 69df15c | 2007-03-14 04:54:13 +0000 | [diff] [blame] | 144 | <extensions>true</extensions> |
| 145 | <configuration> |
| 146 | <instructions> |
| 147 | <Bundle-SymbolicName> |
| 148 | ${pom.artifactId} |
| 149 | </Bundle-SymbolicName> |
| 150 | <Export-Package>*;version=${pkgVersion}</Export-Package> |
| 151 | <Import-Package> |
| 152 | com.mchange.v2.c3p0.*;resolution:=optional, |
| 153 | com.opensymphony.oscache.*;resolution:=optional, |
| 154 | javax.security.jacc.*;resolution:=optional, |
| 155 | org.apache.tools.ant.*;resolution:=optional, |
| 156 | org.jboss.cache.*;resolution:=optional, |
| 157 | org.logicalcobwebs.proxool.*;resolution:=optional, |
| 158 | net.sf.swarmcache.*;resolution:=optional, |
| 159 | javax.transaction.*;version=1.0.1, * |
| 160 | </Import-Package> |
| 161 | </instructions> |
| 162 | </configuration> |
| 163 | </plugin> |
| 164 | </plugins> |
| 165 | </build> |
| 166 | </project> |