Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.wst.server.http.core/plugin.xml')
-rw-r--r--plugins/org.eclipse.wst.server.http.core/plugin.xml71
1 files changed, 0 insertions, 71 deletions
diff --git a/plugins/org.eclipse.wst.server.http.core/plugin.xml b/plugins/org.eclipse.wst.server.http.core/plugin.xml
deleted file mode 100644
index c6bcbfcda..000000000
--- a/plugins/org.eclipse.wst.server.http.core/plugin.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
- <extension point="org.eclipse.wst.server.core.runtimeTypes">
- <runtimeType
- id="org.eclipse.wst.server.http.runtime"
- name="%runtimeTypeHttpLabel"
- description="%runtimeTypeHttpDescription"
- facetRuntimeComponent="org.eclipse.wst.server.http.runtime"
- facetRuntimeVersion="1.0"
- class="org.eclipse.wst.server.http.core.internal.HttpRuntime">
- <moduleType
- types="PHP"
- versions="1.0"/>
- <moduleType
- types="wst.web"
- versions="1.0"/>
- </runtimeType>
- </extension>
-
- <extension point="org.eclipse.wst.server.core.serverTypes">
- <serverType
- id="org.eclipse.wst.server.http.server"
- name="%httpServerType"
- description="%httpServerDescription"
- supportsRemoteHosts="true"
- runtime="true"
- initialState="started"
- hasConfiguration="false"
- runtimeTypeId="org.eclipse.wst.server.http.runtime"
- class="org.eclipse.wst.server.http.core.internal.HttpServer"
- behaviourClass="org.eclipse.wst.server.http.core.internal.HttpServerBehaviour"/>
- </extension>
-
- <extension point="org.eclipse.wst.server.core.runtimeLocators">
- <runtimeLocator
- id="org.eclipse.wst.server.http.runtime.locator"
- typeIds="org.eclipse.wst.server.http.runtime"
- class="org.eclipse.wst.server.http.core.internal.HttpRuntimeLocator"/>
- </extension>
-
- <extension point="org.eclipse.wst.common.project.facet.core.runtimes">
- <runtime-component-type
- id="org.eclipse.wst.server.http.runtime"/>
- <runtime-component-version
- type="org.eclipse.wst.server.http.runtime"
- version="1.0"/>
- <supported>
- <runtime-component
- id="org.eclipse.wst.server.http.runtime"
- version="1.0"/>
- <facet
- id="wst.web"
- version="[1.0"/>
- </supported>
- </extension>
-
- <extension point="org.eclipse.wst.common.project.facet.core.defaultFacets">
- <default-facets>
- <runtime-component id="org.eclipse.wst.server.http.runtime"/>
- <facet id="wst.jsdt.web" version="1.0"/>
- </default-facets>
- </extension>
-
- <extension point="org.eclipse.wst.server.core.launchableAdapters">
- <launchableAdapter
- id="org.eclipse.wst.server.http.web"
- class="org.eclipse.wst.server.http.core.internal.HttpLaunchableAdapterDelegate"
- typeIds="org.eclipse.wst.server.http.server"/>
- </extension>
-</plugin> \ No newline at end of file

Back to the top