Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPHIBERNATE-4 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPHIBERNATE-4 Summary: maven.hibernate.delimiter property not documented Type: Bug Status: Closed Priority: Trivial Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-hibernate-plugin Assignee: Brett Porter Reporter: Stepan Koltsov Created: Fri, 21 May 2004 8:26 PM Updated: Mon, 7 Jun 2004 8:16 AM Description: maven.hibernate.delimiter property is used but not documented. This is patch. Index: properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/hibernate/xdocs/properties.xml,v retrieving revision 1.2 diff -u -r1.2 properties.xml --- properties.xml 4 Mar 2004 18:13:45 -0000 1.2 +++ properties.xml 22 May 2004 00:22:29 -0000 @@ -121,6 +121,11 @@ By default no files are excluded. </td> </tr> + <tr> + <td>maven.hibernate.delimiter</td> + <td>Yes</td> + <td>String used to separate commands in SQL output.</td> + </tr> </table> </section> </body> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
