-
Notifications
You must be signed in to change notification settings - Fork 1
/
base.bndrun
73 lines (62 loc) · 2.57 KB
/
base.bndrun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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.
-runpath.base: \
\
com.github.rotty3000.osgi.config.aff,\
\
ch.qos.logback.classic,\
ch.qos.logback.core,\
org.apache.felix.logback,\
slf4j.api
-runsystempackages: \
org.slf4j;version=${slf4j.version},\
org.slf4j.event;version=${slf4j.version},\
org.slf4j.helpers;version=${slf4j.version},\
org.slf4j.spi;version=${slf4j.version}
-runsystemcapabilities: ${native_capability}
-runproperties.base: \
felix.cm.config.plugins=org.apache.felix.configadmin.plugin.interpolation,\
felix.fileinstall.log.level=4,\
felix.fileinstall.noInitialDelay=true,\
felix.fileinstall.poll=200,\
launch.activators=com.github.rotty3000.osgi.config.aff.StartupMeasurementBundleActivator
-runvm: \
"-XX:FlightRecorderOptions=stackdepth=128",\
"-XX:StartFlightRecording=,duration=200s,filename=flight-${tstamp}.jfr",\
"-XX:+UseZGC",\
"-Xmx256m"
-runfw: org.eclipse.osgi
#-runjdb: 8000
#-runtrace: true
-resolve.effective: resolve, active
-runrequires: \
osgi.identity;filter:='(osgi.identity=org.apache.felix.configadmin)',\
osgi.identity;filter:='(osgi.identity=org.apache.felix.configadmin.plugin.interpolation)',\
osgi.identity;filter:='(osgi.identity=org.apache.felix.fileinstall)',\
osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.command)'
-runstartlevel: \
order=sortbynameversion,\
begin=-1
-runbundles: \
org.apache.felix.configadmin;version='[1.9.24,1.9.25)',\
org.apache.felix.configadmin.plugin.interpolation;version='[1.2.4,1.2.5)',\
org.apache.felix.converter;version='[1.0.18,1.0.19)',\
org.apache.felix.fileinstall;version='[3.7.4,3.7.5)',\
org.apache.felix.gogo.command;version='[1.1.2,1.1.3)',\
org.apache.felix.gogo.runtime;version='[1.1.4,1.1.5)',\
org.apache.felix.gogo.shell;version='[1.1.4,1.1.5)',\
org.osgi.util.function;version='[1.2.0,1.2.1)'