Author: d.plentz
Date: 2007-08-14 17:17:14 -0400 (Tue, 14 Aug 2007)
New Revision: 12939
Modified:
core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml
core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml
core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml
core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml
Log:
[HHH-2164] Minor bug in section "20.1.1. Customizing the schema"
Modified:
core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml
===================================================================
---
core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml 2007-08-14
20:07:25 UTC (rev 12938)
+++
core/trunk/documentation/manual/en-US/src/main/docbook/modules/toolset_guide.xml 2007-08-14
21:17:14 UTC (rev 12939)
@@ -100,7 +100,7 @@
</para>
<programlisting><![CDATA[<many-to-one name="org"
column="orgId" unique-key="OrgEmployeeId"/>
-<property name="employeeId"
unique-key="OrgEmployee"/>]]></programlisting>
+<property name="employeeId"
unique-key="OrgEmployeeId"/>]]></programlisting>
<para>
An <literal>index</literal> attribute specifies the name of
an index that
Modified:
core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml
===================================================================
---
core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml 2007-08-14
20:07:25 UTC (rev 12938)
+++
core/trunk/documentation/manual/fr-FR/src/main/docbook/modules/toolset_guide.xml 2007-08-14
21:17:14 UTC (rev 12939)
@@ -94,7 +94,7 @@
dans le fichier de mapping.
</para>
<programlisting><![CDATA[<many-to-one name="org"
column="orgId" unique-key="OrgEmployeeId"/>
- <property name="employeeId"
unique-key="OrgEmployee"/>]]></programlisting>
+ <property name="employeeId"
unique-key="OrgEmployeeId"/>]]></programlisting>
<para>
Un attribut <literal>index</literal> indique le nom d'un
index qui sera
Modified:
core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml
===================================================================
---
core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml 2007-08-14
20:07:25 UTC (rev 12938)
+++
core/trunk/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml 2007-08-14
21:17:14 UTC (rev 12939)
@@ -92,7 +92,7 @@
</para>
<programlisting><![CDATA[<many-to-one name="org"
column="orgId" unique-key="OrgEmployeeId"/>
-<property name="employeeId"
unique-key="OrgEmployee"/>]]></programlisting>
+<property name="employeeId"
unique-key="OrgEmployeeId"/>]]></programlisting>
Modified:
core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml
===================================================================
---
core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml 2007-08-14
20:07:25 UTC (rev 12938)
+++
core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/toolset_guide.xml 2007-08-14
21:17:14 UTC (rev 12939)
@@ -100,7 +100,7 @@
</para>
<programlisting><![CDATA[<many-to-one name="org"
column="orgId" unique-key="OrgEmployeeId"/>
-<property name="employeeId"
unique-key="OrgEmployee"/>]]></programlisting>
+<property name="employeeId"
unique-key="OrgEmployeeId"/>]]></programlisting>
<para>
An <literal>index</literal> attribute specifies the name of
an index that
Show replies by date