diff options
author | Eike Stepper | 2008-05-24 08:03:04 +0000 |
---|---|---|
committer | Eike Stepper | 2008-05-24 08:03:04 +0000 |
commit | e64161817af5ba48bb7019e24b10edf8ef6ef65d (patch) | |
tree | 651ef4fe50fed5b0f64b7a0e197d723598562b64 /plugins/org.eclipse.net4j.http/plugin.properties | |
parent | 18c35c4710ecf93bc0d36aaf507e5e497d147500 (diff) | |
download | cdo-e64161817af5ba48bb7019e24b10edf8ef6ef65d.tar.gz cdo-e64161817af5ba48bb7019e24b10edf8ef6ef65d.tar.xz cdo-e64161817af5ba48bb7019e24b10edf8ef6ef65d.zip |
[232648] Provide an HTTPConnector
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232648
Diffstat (limited to 'plugins/org.eclipse.net4j.http/plugin.properties')
-rw-r--r-- | plugins/org.eclipse.net4j.http/plugin.properties | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.http/plugin.properties b/plugins/org.eclipse.net4j.http/plugin.properties new file mode 100644 index 0000000000..6302ad47c3 --- /dev/null +++ b/plugins/org.eclipse.net4j.http/plugin.properties @@ -0,0 +1,25 @@ +# Copyright (c) 2004 - 2008 Eike Stepper, Germany. +# 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: +# Eike Stepper - initial API and implementation + +# NLS_MESSAGEFORMAT_VAR + +# ============================================================================== +# Do not change the properties between this line and the last line containing: +# %%% END OF TRANSLATED PROPERTIES %%% +# Instead, either redefine an existing property, or create a new property, +# append it to the end of the file, and change the code to use the new name. +# ============================================================================== + +pluginName = Net4j Transport HTTP (Incubation) +providerName = Eclipse.org + +# ============================================================================== +# %%% END OF TRANSLATED PROPERTIES %%% +# The above properties have been shipped for translation. +# ============================================================================== |