[hibernate-commits] Hibernate SVN: r14078 - core/trunk/documentation/manual/fr-FR/src/main/docbook/content.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Tue Oct 9 15:05:51 EDT 2007
Author: steve.ebersole at jboss.com
Date: 2007-10-09 15:05:51 -0400 (Tue, 09 Oct 2007)
New Revision: 14078
Modified:
core/trunk/documentation/manual/fr-FR/src/main/docbook/content/architecture.xml
core/trunk/documentation/manual/fr-FR/src/main/docbook/content/example_mappings.xml
Log:
fixed image extensions/types
Modified: core/trunk/documentation/manual/fr-FR/src/main/docbook/content/architecture.xml
===================================================================
--- core/trunk/documentation/manual/fr-FR/src/main/docbook/content/architecture.xml 2007-10-09 19:04:11 UTC (rev 14077)
+++ core/trunk/documentation/manual/fr-FR/src/main/docbook/content/architecture.xml 2007-10-09 19:05:51 UTC (rev 14078)
@@ -30,7 +30,7 @@
<imagedata fileref="../images/overview.svg" format="SVG" align="center"/>
</imageobject>
<imageobject role="html">
- <imagedata fileref="../images/overview.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/overview.png" format="PNG" align="center"/>
</imageobject>
</mediaobject>
@@ -53,7 +53,7 @@
<imagedata fileref="../images/lite.svg" format="SVG" align="center"/>
</imageobject>
<imageobject role="html">
- <imagedata fileref="../images/lite.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/lite.png" format="PNG" align="center"/>
</imageobject>
</mediaobject>
@@ -67,7 +67,7 @@
<imagedata fileref="../images/full_cream.svg" format="SVG" align="center"/>
</imageobject>
<imageobject role="html">
- <imagedata fileref="../images/full_cream.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/full_cream.png" format="PNG" align="center"/>
</imageobject>
</mediaobject>
Modified: core/trunk/documentation/manual/fr-FR/src/main/docbook/content/example_mappings.xml
===================================================================
--- core/trunk/documentation/manual/fr-FR/src/main/docbook/content/example_mappings.xml 2007-10-09 19:04:11 UTC (rev 14077)
+++ core/trunk/documentation/manual/fr-FR/src/main/docbook/content/example_mappings.xml 2007-10-09 19:05:51 UTC (rev 14078)
@@ -34,10 +34,10 @@
<mediaobject>
<imageobject role="fo">
- <imagedata fileref="../images/EmployerEmployee.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/EmployerEmployee.png" format="PNG" align="center"/>
</imageobject>
<imageobject role="html">
- <imagedata fileref="../images/EmployerEmployee.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/EmployerEmployee.png" format="PNG" align="center"/>
</imageobject>
</mediaobject>
@@ -148,10 +148,10 @@
<mediaobject>
<imageobject role="fo">
- <imagedata fileref="../images/AuthorWork.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/AuthorWork.png" format="PNG" align="center"/>
</imageobject>
<imageobject role="html">
- <imagedata fileref="../images/AuthorWork.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/AuthorWork.png" format="PNG" align="center"/>
</imageobject>
</mediaobject>
@@ -272,10 +272,10 @@
<mediaobject>
<imageobject role="fo">
- <imagedata fileref="../images/CustomerOrderProduct.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/CustomerOrderProduct.png" format="PNG" align="center"/>
</imageobject>
<imageobject role="html">
- <imagedata fileref="../images/CustomerOrderProduct.gif" format="GIF" align="center"/>
+ <imagedata fileref="../images/CustomerOrderProduct.png" format="PNG" align="center"/>
</imageobject>
</mediaobject>
More information about the hibernate-commits
mailing list