Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-03-14 17:43:03 +0000
committerSimon Kaegi2007-03-14 17:43:03 +0000
commitd6a66f1b55196ac551463b9c9c845441c46a25b3 (patch)
tree714c56781b8b38d40f57a8c3e262bb96710a9eca /bundles/org.eclipse.equinox.http.registry
parentbc99b204dc75dd68aeb10264e292d4d8a58d6d4a (diff)
downloadrt.equinox.bundles-d6a66f1b55196ac551463b9c9c845441c46a25b3.tar.gz
rt.equinox.bundles-d6a66f1b55196ac551463b9c9c845441c46a25b3.tar.xz
rt.equinox.bundles-d6a66f1b55196ac551463b9c9c845441c46a25b3.zip
Bug 174384 - Need to look at adding localization files to the server-side bundles
Diffstat (limited to 'bundles/org.eclipse.equinox.http.registry')
-rw-r--r--bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF3
-rw-r--r--bundles/org.eclipse.equinox.http.registry/about.html28
-rw-r--r--bundles/org.eclipse.equinox.http.registry/build.properties7
-rw-r--r--bundles/org.eclipse.equinox.http.registry/plugin.properties16
-rw-r--r--bundles/org.eclipse.equinox.http.registry/plugin.xml6
5 files changed, 54 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF
index d6fee4a28..3d33bba09 100644
--- a/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.http.registry/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Http Service Registry Extensions
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.equinox.http.registry;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.equinox.http.registry.internal.Activator
@@ -17,3 +17,4 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.0/Foundation-1.0,
J2SE-1.3
Export-Package: org.eclipse.equinox.http.registry
+Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.equinox.http.registry/about.html b/bundles/org.eclipse.equinox.http.registry/about.html
new file mode 100644
index 000000000..d7e1cdf1e
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http.registry/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>January 30, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.http.registry/build.properties b/bundles/org.eclipse.equinox.http.registry/build.properties
index 741edd48c..1f9e1f7be 100644
--- a/bundles/org.eclipse.equinox.http.registry/build.properties
+++ b/bundles/org.eclipse.equinox.http.registry/build.properties
@@ -2,5 +2,8 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
-src.includes = schema/
+ plugin.xml,\
+ about.html,\
+ plugin.properties
+src.includes = schema/,\
+ about.html
diff --git a/bundles/org.eclipse.equinox.http.registry/plugin.properties b/bundles/org.eclipse.equinox.http.registry/plugin.properties
new file mode 100644
index 000000000..cad230cac
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http.registry/plugin.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# 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
+###############################################################################
+bundleName = Http Service Registry Extensions
+providerName = Eclipse.org
+servletsName = HttpService servlets
+resourcesName = HttpService resources
+httpcontextsName = HttpService httpcontexts
+
diff --git a/bundles/org.eclipse.equinox.http.registry/plugin.xml b/bundles/org.eclipse.equinox.http.registry/plugin.xml
index 8dedc5c10..8d9cf9074 100644
--- a/bundles/org.eclipse.equinox.http.registry/plugin.xml
+++ b/bundles/org.eclipse.equinox.http.registry/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
- <extension-point id="servlets" name="HttpService servlets" schema="schema/servlets.exsd"/>
- <extension-point id="resources" name="HttpService resources" schema="schema/resources.exsd"/>
- <extension-point id="httpcontexts" name="HttpService httpcontexts" schema="schema/httpcontexts.exsd"/>
+ <extension-point id="servlets" name="%servletsName" schema="schema/servlets.exsd"/>
+ <extension-point id="resources" name="%resourcesName" schema="schema/resources.exsd"/>
+ <extension-point id="httpcontexts" name="%httpcontextsName" schema="schema/httpcontexts.exsd"/>
</plugin>

Back to the top