-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathrsp-target.target
More file actions
97 lines (79 loc) · 4.69 KB
/
rsp-target.target
File metadata and controls
97 lines (79 loc) · 4.69 KB
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
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.6"?>
<target includeMode="feature" name="rsp-target-0.26.9.Final">
<locations>
<!-- To get around NEXUS validation rules, CHANGE THE VERSION AT THE TOP OF THIS FILE -->
<!-- don't forget to increment these files when moving up a version: build.xml, *.target -->
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.jboss.org/jbosstools/updates/requirements/orbit/R20210825222808/" />
<unit id="org.junit" version="4.12.0.v201504281640" />
<unit id="com.google.gson" version="2.8.7.v20210624-1215" />
<unit id="org.apache.commons.compress" version="1.6.0.v201310281400" />
<unit id="org.tukaani.xz" version="1.9.0.v20210624-1259" />
<!-- Docker Tooling deps -->
<unit id="org.assertj" version="3.20.2.v20210706-1104" />
<unit id="org.json" version="1.0.0.v201011060100" />
<unit id="org.mockito" version="2.23.0.v20200310-1642" />
<unit id="net.bytebuddy.byte-buddy" version="1.9.0.v20181107-1410"/>
<unit id="net.bytebuddy.byte-buddy-agent" version="1.9.0.v20181106-1534"/>
<unit id="org.objenesis" version="2.6.0.v20180420-1519"/>
</location>
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.jboss.org/jbosstools/updates/requirements/logback/1.2.3/" />
<!-- qos.logback 1.2.3 requires org.slf4j.spi [1.7.10,1.8.0) -->
<unit id="ch.qos.logback.classic" version="1.2.3" />
<unit id="ch.qos.logback.core" version="1.2.3" />
<unit id="slf4j.api" version="1.7.28" />
</location>
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.jboss.org/jbosstools/updates/requirements/lsp4j/0.10.0/" />
<!-- lsp4j -->
<unit id="org.eclipse.lsp4j.jsonrpc" version="0.10.0.v20201105-1103" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer"
includeSource="true" type="Maven">
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.log</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.everit.osgi.bundles</groupId>
<artifactId>org.everit.osgi.bundles.org.apache.xmlcommons.full</artifactId>
<version>1.4.1-20150918</version>
</dependency>
</dependencies>
</location>
<!-- SimRel -->
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer"
type="InstallableUnit" includeSource="true">
<repository
location="http://download.jboss.org/jbosstools/updates/requirements/simrel/20190301-0700-Simrel.2019-03.M3/" />
<!-- p2.discovery -->
<unit id="org.eclipse.equinox.p2.discovery" version="1.1.100.v20180822-1302" />
<unit id="org.eclipse.equinox.p2.discovery.compatibility" version="1.1.100.v20180822-1302" />
<unit id="org.eclipse.equinox.p2.ui.discovery" version="1.1.100.v20180822-1357" />
<!-- Platform: CVS, JDT, RCP, PDE, Equinox, Help -->
<!-- <unit id="com.ibm.icu.base" version="56.1.0.v201601250100"/> -->
<unit id="org.eclipse.equinox.executable.feature.group" version="3.8.300.v20190213-1655" />
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="1.2.200.v20190129-1112" />
<unit id="org.eclipse.equinox.p2.user.ui.feature.group" version="2.4.300.v20190220-1158" />
<!-- <unit id="org.eclipse.equinox.http.registry" version="1.1.500.v20171221-2204"/> -->
<unit id="org.eclipse.equinox.server.core.feature.group" version="1.9.0.v20190218-2100" />
<unit id="org.eclipse.equinox.server.jetty.feature.group" version="1.8.0.v20190223-1328" />
<unit id="org.eclipse.help.feature.group" version="2.2.500.v20190301-0040" />
<unit id="org.eclipse.jdt.feature.group" version="3.17.0.v20190301-0040" />
<unit id="org.eclipse.pde.feature.group" version="3.13.400.v20190301-0538" />
<unit id="org.eclipse.platform.feature.group" version="4.11.0.v20190301-0040" />
<unit id="org.eclipse.rcp.feature.group" version="4.11.0.v20190301-0040" />
<!-- required for swtbot and reddeer -->
<!-- org.eclipse.linuxtools.docker.reddeer 2.1.0.201805161441 requires org.hamcrest.library 1.3.0 -->
<unit id="org.hamcrest.core" version="1.3.0.v20180420-1519" />
<unit id="org.hamcrest.library" version="1.3.0.v20180524-2246" />
<!-- required for java 11 -->
<unit id="javax.annotation" version="1.2.0.v201602091430" />
</location>
</locations>
<targetJRE
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
</target>