Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2015-06-02 17:14:01 +0000
committerAngel Avila2015-09-12 00:43:17 +0000
commitd055c3735ab151b3150f4545e34024f625d447df (patch)
tree0c5eeba302754a1f59146cf6246c868b6c61deb2 /features
parent21d8f90ffc10f133858fc289a15280b5377b70cf (diff)
downloadorg.eclipse.osee-d055c3735ab151b3150f4545e34024f625d447df.tar.gz
org.eclipse.osee-d055c3735ab151b3150f4545e34024f625d447df.tar.xz
org.eclipse.osee-d055c3735ab151b3150f4545e34024f625d447df.zip
Revert "feature[ats_ATS148512]: Configure Jetty HttpService with config admin"
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.x.core.external.feature/feature.xml14
-rw-r--r--features/org.eclipse.osee.x.core.feature/feature.xml7
2 files changed, 7 insertions, 14 deletions
diff --git a/features/org.eclipse.osee.x.core.external.feature/feature.xml b/features/org.eclipse.osee.x.core.external.feature/feature.xml
index aea76fc8556..54c1e554883 100644
--- a/features/org.eclipse.osee.x.core.external.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.external.feature/feature.xml
@@ -30,13 +30,6 @@
<import plugin="javax.ws.rs" version="2.0.0" match="greaterOrEqual"/>
<import plugin="javax.validation" version="1.1.0" match="greaterOrEqual"/>
<import plugin="javax.annotation" version="1.2.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.jetty.continuation" version="8.1.10" match="compatible"/>
- <import plugin="org.eclipse.jetty.http" version="8.1.10" match="compatible"/>
- <import plugin="org.eclipse.jetty.io" version="8.1.10" match="compatible"/>
- <import plugin="org.eclipse.jetty.security" version="8.1.10" match="compatible"/>
- <import plugin="org.eclipse.jetty.server" version="8.1.10" match="compatible"/>
- <import plugin="org.eclipse.jetty.servlet" version="8.1.10" match="compatible"/>
- <import plugin="org.eclipse.jetty.util" version="8.1.10" match="compatible"/>
</requires>
<plugin
@@ -204,6 +197,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.equinox.http.jetty"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.equinox.registry"
download-size="0"
install-size="0"
diff --git a/features/org.eclipse.osee.x.core.feature/feature.xml b/features/org.eclipse.osee.x.core.feature/feature.xml
index 9f1cba0a2b3..f48da6a73f5 100644
--- a/features/org.eclipse.osee.x.core.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.feature/feature.xml
@@ -218,11 +218,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.osee.http.jetty"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top