blob: 203146526a7ea8507902a05f7c7783ace7f046e7 [file] [log] [blame]
Pierre De Rop3a00a212015-03-01 09:27:46 +00001#
2# Licensed to the Apache Software Foundation (ASF) under one or more
3# contributor license agreements. See the NOTICE file distributed with
4# this work for additional information regarding copyright ownership.
5# The ASF licenses this file to You under the Apache License, Version 2.0
6# (the "License"); you may not use this file except in compliance with
7# the License. You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17Bundle-Version: 1.0.0
18-buildpath: \
19 org.apache.felix.dependencymanager;version=latest,\
20 osgi.core;version=4.2,\
21 osgi.cmpn;version=4.2,\
22 org.apache.felix.gogo.runtime;version=latest,\
23 org.apache.felix.dependencymanager.runtime;version=latest,\
24 org.apache.felix.dependencymanager.annotation;version=latest,\
25 biz.aQute.bnd.annotation
26-runfw: org.apache.felix.framework;version='[4.4.0,4.4.0]'
27-runee: JavaSE-1.7
28-runbundles: \
29 org.apache.felix.dependencymanager;version=latest,\
30 org.apache.felix.metatype;version=1.0.4,\
31 org.apache.felix.log;version=1.0.1,\
32 org.apache.felix.gogo.command;version=0.14.0,\
33 org.apache.felix.gogo.runtime;version=0.12.0,\
34 org.apache.felix.gogo.shell;version=0.10.0,\
35 org.apache.felix.dependencymanager.shell;version=latest,\
36 org.apache.felix.dependencymanager.runtime;version=latest,\
Pierre De Ropc8295c22015-06-04 10:15:35 +000037 org.apache.felix.configadmin;version=1.8.6,\
Pierre De Rop3a00a212015-03-01 09:27:46 +000038 org.apache.felix.eventadmin;version=1.4.3,\
39 biz.aQute.bndlib;version=2.3.0,\
40 org.apache.felix.webconsole;version=4.2.2,\
41 org.apache.felix.http.api;version=2.3.0,\
42 org.apache.felix.http.servlet-api;version=1.0.0,\
43 org.apache.felix.http.jetty;version=2.3.0,\
44 org.apache.felix.dependencymanager.samples.hello.api;version=latest,\
45 org.apache.felix.dependencymanager.samples.tpool;version=latest,\
46 org.apache.felix.dependencymanager.samples.conf;version=latest,\
47 org.apache.felix.dependencymanager.samples.device.api;version=latest
48-runproperties: \
49 org.apache.felix.dependencymanager.parallel='!org.apache.felix.dependencymanager.samples.tpool, *',\
50 org.apache.felix.dependencymanager.runtime.log=warn,\
51 org.apache.felix.dependencymanager.loglevel=2,\
52 org.apache.felix.log.maxSize=100000,\
53 org.apache.felix.log.storeDebug=true
54-plugin: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin;log=debug;\
55 path:=${workspace}/org.apache.felix.dependencymanager.annotation/generated/org.apache.felix.dependencymanager.annotation.jar
56
57-sub: \
58 *.bnd
Pierre De Rop6710d1b2015-03-01 17:42:46 +000059-metatype: *
60Include-Resource: META-INF/=resources/LICENSE,\
61 META-INF/=resources/NOTICE,\
62 META-INF/=resources/DEPENDENCIES,\
Pierre De Ropa59f94b2015-06-11 22:37:36 +000063 META-INF/=${workspace}/release/resources/changelog.txt
Pierre De Rop6710d1b2015-03-01 17:42:46 +000064Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
65Bundle-DocURL: http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager.html
66Bundle-Vendor: The Apache Software Foundation