Skip to content

Commit

Permalink
Add reference of the dependent update sites for reddeer p2 update site,
Browse files Browse the repository at this point in the history
fixes #2142

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Oct 27, 2021
1 parent 738e264 commit 0f3ee85
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 105 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Expand Up @@ -57,7 +57,7 @@
</developers>

<properties>
<tycho-version>2.2.0</tycho-version>
<tycho-version>2.4.0</tycho-version>
</properties>

<build>
Expand Down
15 changes: 0 additions & 15 deletions features/org.eclipse.reddeer.eclipse.feature/feature.xml
Expand Up @@ -30,21 +30,6 @@
%license
</license>

<plugin
id="com.fasterxml.jackson.core.jackson-core"
version="0.0.0"
unpack="false"/>

<plugin
id="com.fasterxml.jackson.core.jackson-databind"
version="0.0.0"
unpack="false"/>

<plugin
id="com.fasterxml.jackson.core.jackson-annotations"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.reddeer.swt"
download-size="0"
Expand Down
10 changes: 0 additions & 10 deletions features/org.eclipse.reddeer.gef.spy.feature/feature.xml
Expand Up @@ -28,16 +28,6 @@
<license url="%licenseURL">
%license
</license>

<plugin
id="org.eclipse.emf.validation"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.emf.workspace"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.reddeer.gef.spy"
Expand Down
20 changes: 0 additions & 20 deletions features/org.eclipse.reddeer.graphiti.feature/feature.xml
Expand Up @@ -29,26 +29,6 @@
%license
</license>

<plugin
id="org.eclipse.graphiti"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.graphiti.mm"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.graphiti.ui"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.emf.transaction"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.reddeer.swt"
download-size="0"
Expand Down
15 changes: 0 additions & 15 deletions features/org.eclipse.reddeer.recorder.feature/feature.xml
Expand Up @@ -29,21 +29,6 @@
<license url="%licenseURL">
%license
</license>

<plugin
id="org.eclipse.swtbot.generator"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.swtbot.generator.ui"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.swtbot.generator.jdt"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.reddeer.recorder"
Expand Down
40 changes: 0 additions & 40 deletions features/org.eclipse.reddeer.tests.feature/feature.xml
Expand Up @@ -29,46 +29,6 @@
%license
</license>

<plugin
id="org.mockito"
version="0.0.0"
unpack="false"/>

<plugin
id="org.objenesis"
version="0.0.0"
unpack="false"/>

<plugin
id="net.bytebuddy.byte-buddy"
version="0.0.0"
unpack="false"/>

<plugin
id="net.bytebuddy.byte-buddy-agent"
version="0.0.0"
unpack="false"/>

<plugin
id="org.json"
version="0.0.0"
unpack="false"/>

<plugin
id="org.yaml.snakeyaml"
version="0.0.0"
unpack="false"/>

<plugin
id="org.hamcrest.core"
version="0.0.0"
unpack="false"/>

<plugin
id="org.hamcrest.library"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.reddeer.eclipse.test"
download-size="0"
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -20,13 +20,13 @@
<packaging>pom</packaging>

<properties>
<tycho-version>2.2.0</tycho-version>
<tycho-version>2.4.0</tycho-version>
<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
<eclipse-target-site>https://download.eclipse.org/staging/2021-12/</eclipse-target-site>
<swtbot-update-site>https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
<!-- when making final release, switch from S to R latest update site - https://github.com/eclipse/reddeer/issues/2100 -->
<eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site>
<!--eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-S/</eclipse-orbit-update-site-->
<!--eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site-->
<eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-S/</eclipse-orbit-update-site>
<cbi-repo-site>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-repo-site>
<download-plugin-version>1.2.1</download-plugin-version>
<java.target.version>11</java.target.version>
Expand All @@ -41,7 +41,7 @@
<maven.compiler.source>${java.target.version}</maven.compiler.source>
<maven.compiler.target>${java.target.version}</maven.compiler.target>
<!-- Java Code Coverage -->
<jacoco-version>0.8.4</jacoco-version>
<jacoco-version>0.8.7</jacoco-version>
<!-- Sonar Properties -->
<sonar.code.codeCoveragePlugin>jacoco</sonar.code.codeCoveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand Down
5 changes: 5 additions & 0 deletions site/category.xml
Expand Up @@ -110,4 +110,9 @@
<feature url="org.eclipse.reddeer.e4.feature.qualifier" id="org.eclipse.reddeer.e4.feature" version="0.0.0">
<category name="E4Features"/>
</feature>

<!--Change the site to releases once doing final release -->
<!--repository-reference location="http://download.eclipse.org/releases/2021-12/" enabled="true" /-->
<repository-reference location="http://download.eclipse.org/staging/2021-12/" enabled="true" />
<repository-reference location="http://download.eclipse.org/eclipse/updates/4.22" enabled="true" />
</site>

0 comments on commit 0f3ee85

Please sign in to comment.