Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeboer2007-03-21 02:55:33 +0000
committerdeboer2007-03-21 02:55:33 +0000
commit548800e60e547c0d247ac6ddc17719352741e971 (patch)
tree5416d0ba0b16e20acf90aab1b269a5135acc9b93 /plugins/org.eclipse.wst.server.http.core/plugin.properties
parent31b3609b1fdf131c2b94d65cc288fd9019f518c1 (diff)
downloadwebtools.servertools-548800e60e547c0d247ac6ddc17719352741e971.tar.gz
webtools.servertools-548800e60e547c0d247ac6ddc17719352741e971.tar.xz
webtools.servertools-548800e60e547c0d247ac6ddc17719352741e971.zip
[85971] Add HTTP server adapter
Diffstat (limited to 'plugins/org.eclipse.wst.server.http.core/plugin.properties')
-rw-r--r--plugins/org.eclipse.wst.server.http.core/plugin.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/org.eclipse.wst.server.http.core/plugin.properties b/plugins/org.eclipse.wst.server.http.core/plugin.properties
new file mode 100644
index 000000000..2d780b24c
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.http.core/plugin.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2007 IBM Corporation 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName=HTTP Server Support
+providerName=Eclipse.org
+
+runtimeTypeHttpLabel=HTTP Server
+runtimeTypeHttpDescription=Publishes and runs projects on an HTTP server.
+
+httpServerType=HTTP Server
+httpServerDescription=Publishes and runs projects on an HTTP server.

Back to the top