Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-11-18 17:47:10 +0000
committerKonrad Kolosowski2003-11-18 17:47:10 +0000
commit931c2ac7a1bff08057b22bdb05eb4c7f651191ca (patch)
treef5a2c4f53c7c0c3772e2ce470020fc6383bae3eb
parent80c1f7ecc24a6392e9887134ffce5006f517e931 (diff)
downloadeclipse.platform.ua-R2_1_maintenance.tar.gz
eclipse.platform.ua-R2_1_maintenance.tar.xz
eclipse.platform.ua-R2_1_maintenance.zip
46777 DBCS String not getting transfered correctly from the simple search form to the Advanced search form when the Advanced search link is clickedr213_v20031118R2_1_maintenance
-rw-r--r--org.eclipse.help.webapp/build.xml2
-rw-r--r--org.eclipse.help.webapp/plugin.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/build.xml b/org.eclipse.help.webapp/build.xml
index 19bbf9bcc..a78e6df49 100644
--- a/org.eclipse.help.webapp/build.xml
+++ b/org.eclipse.help.webapp/build.xml
@@ -8,7 +8,7 @@
<target name="init" depends="properties">
<property name="plugin" value="org.eclipse.help.webapp"/>
- <property name="version.suffix" value="_2.1.2"/>
+ <property name="version.suffix" value="_2.1.3"/>
<property name="full.name" value="${plugin}${version.suffix}"/>
<property name="temp.folder" value="${basedir}/temp.folder"/>
<property name="plugin.destination" value="${basedir}"/>
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 3bcc5ed11..088413f5a 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -2,7 +2,7 @@
<plugin
id="org.eclipse.help.webapp"
name="%help_plugin_name"
- version="2.1.2"
+ version="2.1.3"
provider-name="%providerName"
class="org.eclipse.help.internal.webapp.HelpWebappPlugin">

Back to the top