Skip to content

Commit

Permalink
Add reference depndent update sites for reddeer p2 update site, fixes e…
Browse files Browse the repository at this point in the history
…clipse-archived#2142

Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Sep 13, 2021
1 parent f90dd15 commit 3b58003
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 102 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<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/releases/2021-09/</eclipse-target-site>
<swtbot-update-site>https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
Expand Down
3 changes: 3 additions & 0 deletions site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,7 @@
<feature url="org.eclipse.reddeer.e4.feature.qualifier" id="org.eclipse.reddeer.e4.feature" version="0.0.0">
<category name="E4Features"/>
</feature>

<repository-reference location="http://download.eclipse.org/releases/2021-09/" enabled="true" />
<repository-reference location="http://download.eclipse.org/eclipse/updates/4.21" enabled="true" />
</site>

0 comments on commit 3b58003

Please sign in to comment.