Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.net4j-feature/feature.xml')
-rw-r--r--features/org.eclipse.net4j-feature/feature.xml27
1 files changed, 4 insertions, 23 deletions
diff --git a/features/org.eclipse.net4j-feature/feature.xml b/features/org.eclipse.net4j-feature/feature.xml
index 482bace3e2..a5c9670c3d 100644
--- a/features/org.eclipse.net4j-feature/feature.xml
+++ b/features/org.eclipse.net4j-feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2007-2020 Eike Stepper (Loehne, Germany) and others.
+ Copyright (c) 2007-2023 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.net4j"
label="%featureName"
- version="4.12.0.qualifier"
+ version="4.22.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.emf.cdo.license"
@@ -60,27 +60,7 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.net4j.http.common"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.net4j.http"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.net4j.http.server"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
+<!-- The following plugins are probably not needed anymore because of the net4j.http.* removal:
<plugin
id="org.apache.commons.codec"
download-size="0"
@@ -94,5 +74,6 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+-->
</feature>

Back to the top