[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en ...

Manik Surtani msurtani at jboss.com
Mon Jan 22 17:50:10 EST 2007


  User: msurtani
  Date: 07/01/22 17:50:10

  Modified:    docs/JBossCache-UserGuide/en  master.xml
  Log:
  Refactoring docs dir
  
  Revision  Changes    Path
  1.3       +29 -14    JBossCache/docs/JBossCache-UserGuide/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/master.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- master.xml	22 Jan 2007 16:20:00 -0000	1.2
  +++ master.xml	22 Jan 2007 22:50:10 -0000	1.3
  @@ -13,17 +13,26 @@
           <!ENTITY state_transfer SYSTEM "modules/state_transfer.xml">
           <!ENTITY compatibility SYSTEM "modules/compatibility.xml">
           <!ENTITY configuration SYSTEM "modules/configuration.xml">
  -        <!ENTITY mgmt_information SYSTEM "modules/mgmt_information.xml">
  -        <!ENTITY jboss_integration SYSTEM "modules/jboss_integration.xml">
  +        <!ENTITY deployment SYSTEM "modules/deployment.xml">
  +        <!ENTITY configuration_reference SYSTEM "modules/configuration_reference.xml">
  +        <!ENTITY jmx_reference SYSTEM "modules/jmx_reference.xml">
           ]>
   <book lang="en">
      <bookinfo>
  -      <title>JBoss Cache - A Structured, Replicated, Transactional Cache</title>
  -
  -      <subtitle>User Guide</subtitle>
  +      <title>JBoss Cache User Guide</title>
  +      <subtitle>A clustered, transactional cache</subtitle>
   
  +      <!-- Release version and date -->
         <releaseinfo>Release 2.0.0 Habanero</releaseinfo>
         <pubdate>February 2007</pubdate>
  +
  +      <!-- Authors/contributors -->
  +      <author>
  +         <firstname>Manik</firstname>
  +         <surname>Surtani</surname>
  +         <email>manik at jboss.org</email>
  +      </author>
  +
         <author>
            <firstname>Bela</firstname>
            <surname>Ban</surname>
  @@ -37,12 +46,6 @@
         </author>
   
         <author>
  -         <firstname>Manik</firstname>
  -         <surname>Surtani</surname>
  -         <email>manik at jboss.org</email>
  -      </author>
  -
  -      <author>
            <firstname>Brian</firstname>
            <surname>Stansberry</surname>
            <email>brian.stansberry at jboss.com</email>
  @@ -59,6 +62,17 @@
            <surname>Zamarreño</surname>
            <email>galder.zamarreno at jboss.com</email>
         </author>
  +
  +
  +      <!-- copyright info -->
  +      <copyright>
  +         <year>2004</year>
  +         <year>2005</year>
  +         <year>2006</year>
  +         <year>2007</year>
  +         <holder>JBoss, a division of Red Hat Inc.</holder>
  +      </copyright>
  +
      </bookinfo>
   
      <!-- Adds a table of contents here -->
  @@ -69,10 +83,10 @@
      <part label="I">
         <title>Introduction to JBoss Cache</title>
         &introduction;
  +      &configuration;
         &basic_api;
  +      &deployment;
         &compatibility;
  -      &mgmt_information;
  -      &jboss_integration;
      </part>
   
      <part label="II">
  @@ -88,6 +102,7 @@
   
      <part label="IV">
         <title>JBoss Cache Configuration References</title>
  -      &configuration;
  +      &configuration_reference;
  +      &jmx_reference;
      </part>
   </book>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list