-
Notifications
You must be signed in to change notification settings - Fork 1
/
platform-firealarm-felix-it.xml
90 lines (82 loc) · 3.16 KB
/
platform-firealarm-felix-it.xml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<platform>
<name>Fire Alarm Felix</name>
<system>mvn:org.apache.felix/org.apache.felix.main/4.0.3</system>
<packages>
org.osgi.framework; version=1.6.0,
org.osgi.framework.launch; version=1.0.0,
org.osgi.framework.wiring; version=1.0.0,
org.osgi.framework.startlevel; version=1.0.0,
org.osgi.framework.hooks.bundle; version=1.0.0,
org.osgi.framework.hooks.resolver; version=1.0.0,
org.osgi.framework.hooks.service; version=1.1.0,
org.osgi.framework.hooks.weaving; version=1.0.0,
org.osgi.service.packageadmin; version=1.2.0,
org.osgi.service.startlevel; version=1.1.0,
org.osgi.service.url; version=1.0.0,
org.osgi.util.tracker;version=1.5.0
</packages>
<profile name="minimal" default="true">
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.osgi/org.osgi.core/4.2.0</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.osgi/org.osgi.compendium/4.2.0</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.slf4j/slf4j-api/1.6.6</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.slf4j/jcl-over-slf4j/1.6.6</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.slf4j/jul-to-slf4j/1.6.6</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:ch.qos.logback/logback-core/1.0.6</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:ch.qos.logback/logback-classic/1.0.6</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.apache.felix/org.apache.felix.log/1.0.1</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.apache.felix/org.apache.felix.configadmin/1.4.0</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.apache.felix/org.apache.felix.metatype/1.0.4</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.apache.felix/org.apache.felix.scr/1.6.0</url>
</bundle>
<bundle>
<name>Fire Alarm Dependency</name>
<url>mvn:org.apache.felix/org.apache.felix.eventadmin/1.3.2</url>
</bundle>
</profile>
<profile name="tui" extends="minimal">
<bundle>
<name>Apache Felix Gogo Command (0.12.0)</name>
<url>link:classpath:runner-links/org.apache.felix.gogo.command-0.12.0.link</url>
</bundle>
<bundle>
<name>Apache Felix Gogo Runtime (0.10.0)</name>
<url>link:classpath:runner-links/org.apache.felix.gogo.runtime-0.10.0.link</url>
</bundle>
<bundle>
<name>Apache Felix Gogo Shell (0.10.0)</name>
<url>link:classpath:runner-links/org.apache.felix.gogo.shell-0.10.0.link</url>
</bundle>
</profile>
</platform>