*** empty log message ***
diff --git a/update/org.eclipse.update.examples/doc-html/update_install_ex.html b/update/org.eclipse.update.examples/doc-html/update_install_ex.html
index 9231e5f..8a31aec 100644
--- a/update/org.eclipse.update.examples/doc-html/update_install_ex.html
+++ b/update/org.eclipse.update.examples/doc-html/update_install_ex.html
@@ -64,6 +64,10 @@
 <br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

 install.xml</tt>

 <br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

+install.properties</tt>

+<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

+install_en.properties</tt>

+<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

 orq.eclipse.update.examples.component_1.0.0.jar</tt>

 <p>The above directory structure is required to exist on the server. There

 is a common <tt>install</tt> root. There is also a common <tt>components</tt>

@@ -78,7 +82,7 @@
 <tt>install.xml</tt>

 file that describes the component is also exposed to allow the update support

 to find out about the component without the need to actually download the

-jar.

+jar. The <tt>install[_locale].properties</tt> files contain separated strings.

 <p>Please refer to PDE documentation for additional details of creating

 component jars. Select <b>Help</b>, then <b>Help Contents</b> and <b>PDE

 ISV Guide</b> (from the drop box). Please refer to the Eclipse platform

@@ -86,7 +90,8 @@
 <b>Help</b>,

 then <b>Help Contents</b> and <b>Platform Plug-In Developer Guide</b> (from

 the drop box). The installation information is contained in section <b>Reference</b>,

-<b>Other Reference Articles, Platform Installation and Update</b>.

+<b>Other

+Reference Articles, Platform Installation and Update</b>.

 <br>&nbsp;

 <p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation 2000" BORDER=0 height=12 width=195></a>

 </body>

diff --git a/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.properties b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.properties
new file mode 100644
index 0000000..c331002
--- /dev/null
+++ b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.properties
@@ -0,0 +1,4 @@
+comp.name = Update Example Component

+comp.desc = This is the default description for an example component.

+comp.updt.url1 = Examples update site

+plg1.name = Examples Plugin

diff --git a/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.xml b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.xml
index e2ef7e4..009cae2 100644
--- a/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.xml
+++ b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install.xml
@@ -2,21 +2,21 @@
 <!-- File written by PDE 1.0 -->

 <component

       id="org.eclipse.update.examples.component"

-      label="Update Example Component"

+      label="%comp.name"

       version="1.0.0"

       provider-name="">

 

    <description>

-      This is an example component.

+   %comp.desc

    </description>

 

    <url>

-      <update label="Examples update site" url="http://update.server/directory"/>

+      <update label="%comp.updt.url1" url="http://update.server/directory"/>

    </url>

 

    <plugin

          id="org.eclipse.update.examples"

-         label="Examples Plugin"

+         label="%plg1.name"

          version="1.0.0">

    </plugin>

 

diff --git a/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install_en.properties b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install_en.properties
new file mode 100644
index 0000000..63327fc
--- /dev/null
+++ b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/install_en.properties
@@ -0,0 +1,4 @@
+comp.name = Update Example Component

+comp.desc = This is the English description for an example component.

+comp.updt.url1 = Examples update site

+plg1.name = Examples Plugin
\ No newline at end of file
diff --git a/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/org.eclipse.update.examples.component_1.0.0.jar b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/org.eclipse.update.examples.component_1.0.0.jar
index 6775356..b3e80ad 100644
--- a/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/org.eclipse.update.examples.component_1.0.0.jar
+++ b/update/org.eclipse.update.examples/install/components/org.eclipse.update.examples.component_1.0.0/org.eclipse.update.examples.component_1.0.0.jar
Binary files differ