This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
org.eclipse.reddeer.eclipse.feature
org.eclipse.reddeer.gef.spy.feature
org.eclipse.reddeer.graphiti.feature
org.eclipse.reddeer.recorder.feature
org.eclipse.reddeer.tests.feature Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 </developers >
5858
5959 <properties >
60- <tycho-version >2.2 .0</tycho-version >
60+ <tycho-version >2.4 .0</tycho-version >
6161 </properties >
6262
6363 <build >
Original file line number Diff line number Diff line change 3030 %license
3131 </license >
3232
33- <plugin
34- id =" com.fasterxml.jackson.core.jackson-core"
35- version =" 0.0.0"
36- unpack =" false" />
37-
38- <plugin
39- id =" com.fasterxml.jackson.core.jackson-databind"
40- version =" 0.0.0"
41- unpack =" false" />
42-
43- <plugin
44- id =" com.fasterxml.jackson.core.jackson-annotations"
45- version =" 0.0.0"
46- unpack =" false" />
47-
4833 <plugin
4934 id =" org.eclipse.reddeer.swt"
5035 download-size =" 0"
Original file line number Diff line number Diff line change 2828 <license url =" %licenseURL" >
2929 %license
3030 </license >
31-
32- <plugin
33- id =" org.eclipse.emf.validation"
34- version =" 0.0.0"
35- unpack =" false" />
36-
37- <plugin
38- id =" org.eclipse.emf.workspace"
39- version =" 0.0.0"
40- unpack =" false" />
4131
4232 <plugin
4333 id =" org.eclipse.reddeer.gef.spy"
Original file line number Diff line number Diff line change 2929 %license
3030 </license >
3131
32- <plugin
33- id =" org.eclipse.graphiti"
34- version =" 0.0.0"
35- unpack =" false" />
36-
37- <plugin
38- id =" org.eclipse.graphiti.mm"
39- version =" 0.0.0"
40- unpack =" false" />
41-
42- <plugin
43- id =" org.eclipse.graphiti.ui"
44- version =" 0.0.0"
45- unpack =" false" />
46-
47- <plugin
48- id =" org.eclipse.emf.transaction"
49- version =" 0.0.0"
50- unpack =" false" />
51-
5232 <plugin
5333 id =" org.eclipse.reddeer.swt"
5434 download-size =" 0"
Original file line number Diff line number Diff line change 2929 <license url =" %licenseURL" >
3030 %license
3131 </license >
32-
33- <plugin
34- id =" org.eclipse.swtbot.generator"
35- version =" 0.0.0"
36- unpack =" false" />
37-
38- <plugin
39- id =" org.eclipse.swtbot.generator.ui"
40- version =" 0.0.0"
41- unpack =" false" />
42-
43- <plugin
44- id =" org.eclipse.swtbot.generator.jdt"
45- version =" 0.0.0"
46- unpack =" false" />
4732
4833 <plugin
4934 id =" org.eclipse.reddeer.recorder"
Original file line number Diff line number Diff line change 2929 %license
3030 </license >
3131
32- <plugin
33- id =" org.mockito"
34- version =" 0.0.0"
35- unpack =" false" />
36-
37- <plugin
38- id =" org.objenesis"
39- version =" 0.0.0"
40- unpack =" false" />
41-
42- <plugin
43- id =" net.bytebuddy.byte-buddy"
44- version =" 0.0.0"
45- unpack =" false" />
46-
47- <plugin
48- id =" net.bytebuddy.byte-buddy-agent"
49- version =" 0.0.0"
50- unpack =" false" />
51-
52- <plugin
53- id =" org.json"
54- version =" 0.0.0"
55- unpack =" false" />
56-
57- <plugin
58- id =" org.yaml.snakeyaml"
59- version =" 0.0.0"
60- unpack =" false" />
61-
62- <plugin
63- id =" org.hamcrest.core"
64- version =" 0.0.0"
65- unpack =" false" />
66-
67- <plugin
68- id =" org.hamcrest.library"
69- version =" 0.0.0"
70- unpack =" false" />
71-
7232 <plugin
7333 id =" org.eclipse.reddeer.eclipse.test"
7434 download-size =" 0"
Original file line number Diff line number Diff line change 2020 <packaging >pom</packaging >
2121
2222 <properties >
23- <tycho-version >2.2 .0</tycho-version >
23+ <tycho-version >2.4 .0</tycho-version >
2424 <tychoExtrasVersion >${tycho-version}</tychoExtrasVersion >
2525 <eclipse-target-site >https://download.eclipse.org/staging/2021-12/</eclipse-target-site >
2626 <swtbot-update-site >https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site >
2727 <!-- when making final release, switch from S to R latest update site - https://github.com/eclipse/reddeer/issues/2100 -->
28- <eclipse-orbit-update-site >https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site >
29- <!-- eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-S/</eclipse-orbit-update-site-- >
28+ <!-- eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site-- >
29+ <eclipse-orbit-update-site >https://download.eclipse.org/tools/orbit/downloads/latest-S/</eclipse-orbit-update-site >
3030 <cbi-repo-site >https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-repo-site >
3131 <download-plugin-version >1.2.1</download-plugin-version >
3232 <java .target.version>11</java .target.version>
4141 <maven .compiler.source>${java.target.version} </maven .compiler.source>
4242 <maven .compiler.target>${java.target.version} </maven .compiler.target>
4343 <!-- Java Code Coverage -->
44- <jacoco-version >0.8.4 </jacoco-version >
44+ <jacoco-version >0.8.7 </jacoco-version >
4545 <!-- Sonar Properties -->
4646 <sonar .code.codeCoveragePlugin>jacoco</sonar .code.codeCoveragePlugin>
4747 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
Original file line number Diff line number Diff line change 110110 <feature url =" org.eclipse.reddeer.e4.feature.qualifier" id =" org.eclipse.reddeer.e4.feature" version =" 0.0.0" >
111111 <category name =" E4Features" />
112112 </feature >
113+
114+ <!-- Change the site to releases once doing final release -->
115+ <!-- repository-reference location="http://download.eclipse.org/releases/2021-12/" enabled="true" /-->
116+ <repository-reference location =" http://download.eclipse.org/staging/2021-12/" enabled =" true" />
117+ <repository-reference location =" http://download.eclipse.org/eclipse/updates/4.22" enabled =" true" />
113118</site >
You can’t perform that action at this time.
0 commit comments