Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml')
-rwxr-xr-xreleng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
index 4e3b412bc2a..eb45098d7f7 100755
--- a/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
+++ b/releng/rcp/org.eclipse.papyrus.rcp.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.papyrus.rcp.feature"
label="%featureName"
- version="6.0.0.qualifier"
+ version="6.6.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
@@ -20,9 +20,8 @@
</license>
<url>
- <discovery label="Eclipse latest" url="http://download.eclipse.org/releases/latest/"/>
- <discovery label="2021-03" url="http://download.eclipse.org/releases/2021-03/"/>
- <discovery label="Eclipse Platform 4.19" url="http://download.eclipse.org/eclipse/updates/4.19"/>
+ <discovery label="2023-12" url="http://download.eclipse.org/releases/2023-12/"/>
+ <discovery label="Eclipse Platform 4.30" url="http://download.eclipse.org/eclipse/updates/4.30"/>
</url>
<requires>
@@ -49,7 +48,6 @@
<import feature="org.eclipse.emf.validation.sdk"/>
<import feature="org.eclipse.emf.compare.source"/>
<import feature="org.eclipse.emf.compare.ide.ui.source"/>
- <import feature="org.eclipse.emf.cdo.epp"/>
<import feature="org.eclipse.gmf.runtime.sdk"/>
<import feature="org.eclipse.egit"/>
<import feature="org.eclipse.egit.import"/>

Back to the top