summaryrefslogtreecommitdiff
path: root/trunk/qpid/java/lib/poms/org.apache.felix.framework-1.0.0.pom
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/java/lib/poms/org.apache.felix.framework-1.0.0.pom')
-rw-r--r--trunk/qpid/java/lib/poms/org.apache.felix.framework-1.0.0.pom66
1 files changed, 0 insertions, 66 deletions
diff --git a/trunk/qpid/java/lib/poms/org.apache.felix.framework-1.0.0.pom b/trunk/qpid/java/lib/poms/org.apache.felix.framework-1.0.0.pom
deleted file mode 100644
index c7e6cd489e..0000000000
--- a/trunk/qpid/java/lib/poms/org.apache.felix.framework-1.0.0.pom
+++ /dev/null
@@ -1,66 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<project>
- <parent>
- <groupId>org.apache.felix</groupId>
- <artifactId>felix</artifactId>
- <version>1.0.0</version>
- <relativePath>../pom/pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>bundle</packaging>
- <name>Apache Felix Framework</name>
- <artifactId>org.apache.felix.framework</artifactId>
- <version>1.0.0</version>
- <dependencies>
- <dependency>
- <groupId>${pom.groupId}</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
- </dependency>
- <!--dependency>
- We include ServiceTracker source code directly to avoid some
- packaging issues. Will need to edit main pom to exclude this
- dependency once it is added back in.
- <groupId>${pom.groupId}</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>0.9.0-SNAPSHOT</version>
- </dependency-->
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.0</version>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Bundle-Name>Apache Felix Framework</Bundle-Name>
- <Bundle-Description>OSGi R4 framework implementation.</Bundle-Description>
- <Export-Package>org.osgi.framework,org.osgi.service.packageadmin,org.osgi.service.url,org.osgi.service.startlevel,org.osgi.util.tracker</Export-Package>
- <Private-Package>org.apache.felix.moduleloader.*,org.apache.felix.framework.*</Private-Package>
- <Import-Package>!*</Import-Package>
- <Include-Resource>{src/main/resources/},org/osgi/framework/=target/classes/org/osgi/framework/</Include-Resource>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>