1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| <?xml version="1.0" encoding="UTF-8"?>
| <feature
| id="com.jrockit.mc.rcp.product"
| label="%name"
| version="5.5.1.172852"
| provider-name="Oracle">
|
| <description url="%descriptionUrl">
| %description
| </description>
|
| <copyright>
| %copyright
| </copyright>
|
| <license url="%licenseUrl">
| %license
| </license>
|
| <includes
| id="com.jrockit.mc.feature.rcp"
| version="5.5.1.172852"/>
|
| </feature>
|
|