You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2004/06/01 17:31:04 UTC

cvs commit: maven-plugins/hibernate/xdocs navigation.xml goals.xml changes.xml index.xml properties.xml

epugh       2004/06/01 08:31:04

  Modified:    hibernate/xdocs navigation.xml goals.xml changes.xml
                        index.xml properties.xml
  Log:
  Fix typo's and enhance property docs
  
  Revision  Changes    Path
  1.3       +1 -1      maven-plugins/hibernate/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	4 Mar 2004 18:13:45 -0000	1.2
  +++ navigation.xml	1 Jun 2004 15:31:04 -0000	1.3
  @@ -24,7 +24,7 @@
     <body>
       <links>
         <item name="Maven"      href="http://maven.apache.org/"/>
  -      <item name="Hibernate"  href="http://hibernate.sourceforge.net"/>
  +      <item name="Hibernate"  href="http://www.hibernate.org"/>
       </links>
       <menu name="Overview">
         <item name="Goals" href="/goals.html" />
  
  
  
  1.3       +2 -2      maven-plugins/hibernate/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	4 Mar 2004 18:13:45 -0000	1.2
  +++ goals.xml	1 Jun 2004 15:31:04 -0000	1.3
  @@ -29,9 +29,9 @@
         <table>
         	<tr><th>Goal</th><th>Description</th></tr>
         	
  -		<a name="hibernate:schma-export" />
  +		<a name="hibernate:schema-export" />
         	<tr>
  -      	  <td>hibernate:schma-export</td>
  +      	  <td>hibernate:schema-export</td>
         	  <td>
                Creates SQL DDL file from set of *.hbm.xml files      	    
         	  </td>
  
  
  
  1.13      +3 -0      maven-plugins/hibernate/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml	16 May 2004 02:32:39 -0000	1.12
  +++ changes.xml	1 Jun 2004 15:31:04 -0000	1.13
  @@ -25,6 +25,9 @@
     </properties>
     <body>
       <release version="1.1" date="2004-05-15">
  +      <action dev="epugh" type="update">Update to hibernate-2.1.3.</action>
  +    </release>
  +    <release version="1.1" date="2004-05-15">
         <action dev="brett" type="fix" issue="MPHIBERNATE-2">Fix class not found exception by using correct base class loader.</action>
       </release>
       <release version="1.0" date="2004-03-11">
  
  
  
  1.3       +1 -1      maven-plugins/hibernate/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	4 Mar 2004 18:13:45 -0000	1.2
  +++ index.xml	1 Jun 2004 15:31:04 -0000	1.3
  @@ -28,7 +28,7 @@
       <section name="Maven Hibernate Plug-in">
         <p>
           This plugin provides easy intergration with 
  -        <a href="http://db.apache.org/torque/">Hiberante 2.x</a> for your project.  
  +        <a href="http://www.hibernate.org/">Hibernate 2.x</a> for your project.  
           <br/>
           For the moment the functionality is very limited. 
         </p>
  
  
  
  1.3       +8 -6      maven-plugins/hibernate/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/hibernate/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	4 Mar 2004 18:13:45 -0000	1.2
  +++ properties.xml	1 Jun 2004 15:31:04 -0000	1.3
  @@ -33,14 +33,14 @@
             <td>No</td>
             <td>
               The location of Hibernate configuration file 
  -            (Java properties file). This file is also se in the
  -            runtime by Hibernate for confiuraing Hibernate Session,
  -            so it's better to keep it separatly from project's 
  +            (Java properties file). This file is also set in the
  +            runtime by Hibernate for configuring Hibernate Session,
  +            so it's better to keep it separately from the project's 
               configuration files like 
               <code>project.properties</code> etc.
               <br/>
               For description of the properties take a look
  -            at <a href="http://hibernate.bluemars.net/hib_docs/reference/html/session-configuration.html">Hibernate User Guide</a>
  +            at <a href="http://www.hibernate.org/hib_docs/reference/en/html/session-configuration.html#configuration-hibernatejdbc">Hibernate User Guide</a>
             </td>
           </tr>
           <tr>
  @@ -55,14 +55,16 @@
             <td>maven.hibernate.text</td>
             <td>Yes</td>
             <td>
  -			 It defaults to <code>no</code>			 
  +			 It defaults to <code>no</code>.  If set to true, then the
  +			 generated SQL will be output only to the filesystem, not 
  +			 inserted into the database.	 
             </td>
           </tr>
           <tr>
             <td>maven.hibernate.drop</td>
             <td>Yes</td>
             <td>
  -			 Indicates...
  +			 Indicates whether to drop to generate just a drop table script.
   			 <br/>			 
   			 It defaults to <code>no</code>
             </td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org