[jboss-cvs] JBossAS SVN: r99529 - in projects/docs/enterprise/EWP_5.0: Administration_And_Configuration_Guide/en-US/images and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 02:56:35 EST 2010


Author: laubai
Date: 2010-01-18 02:56:35 -0500 (Mon, 18 Jan 2010)
New Revision: 99529

Added:
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/images/clustering-as-arch.png
   projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/images/values_schema.png
Modified:
   projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Building_Blocks.xml
   projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/tutorial.xml
Log:
Added image to A&C Guide and Hibernate Guide to prevent PDF malformat and blindness.

Modified: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Building_Blocks.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Building_Blocks.xml	2010-01-18 07:42:37 UTC (rev 99528)
+++ projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Building_Blocks.xml	2010-01-18 07:56:35 UTC (rev 99529)
@@ -8,7 +8,6 @@
        shows the main pieces:-->
        </para>
 
-<!--replace with https://engineering.redhat.com/rt3/Ticket/Display.html?id=55884-->
       <screen>
 JGroups
   |-- JBoss Cache

Added: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/images/clustering-as-arch.png
===================================================================
(Binary files differ)


Property changes on: projects/docs/enterprise/EWP_5.0/Administration_And_Configuration_Guide/en-US/images/clustering-as-arch.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/images/values_schema.png
===================================================================
(Binary files differ)


Property changes on: projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/images/values_schema.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/tutorial.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/tutorial.xml	2010-01-18 07:42:37 UTC (rev 99528)
+++ projects/docs/enterprise/EWP_5.0/Hibernate/Hibernate_Core/en-US/tutorial.xml	2010-01-18 07:56:35 UTC (rev 99529)
@@ -1217,21 +1217,26 @@
 
             <para>
                 Here is the updated schema:
+	<inlinemediaobject>
+		<imageobject>
+			<imagedata fileref="images/values_schema.png"/>
+		</imageobject>
+	</inlinemediaobject>
             </para>
 
-            <programlisting><![CDATA[
+            <!--<programlisting><![CDATA[
   _____________        __________________
  |             |      |                  |       _____________
  |   EVENTS    |      |   PERSON_EVENT   |      |             |       ___________________
  |_____________|      |__________________|      |    PERSON   |      |                   |
  |             |      |                  |      |_____________|      | PERSON_EMAIL_ADDR |
- | *EVENT_ID   | <--> | *EVENT_ID        |      |             |      |___________________|
- |  EVENT_DATE |      | *PERSON_ID       | <--> | *PERSON_ID  | <--> |  *PERSON_ID       |
+ | *EVENT_ID   | <> | *EVENT_ID        |      |             |      |___________________|
+ |  EVENT_DATE |      | *PERSON_ID       | <> | *PERSON_ID  | <> |  *PERSON_ID       |
  |  TITLE      |      |__________________|      |  AGE        |      |  *EMAIL_ADDR      |
  |_____________|                                |  FIRSTNAME  |      |___________________|
                                                 |  LASTNAME   |
                                                 |_____________|
- ]]></programlisting>
+ ]]></programlisting>-->
 
             <para>
                 You can see that the primary key of the collection table is in fact a composite key that




More information about the jboss-cvs-commits mailing list