commit | ae47dc9b5eb23f174b98579b997d365aaf36b1f4 | [log] [tgz] |
---|---|---|
author | johnbracken <john.b.bracken@oracle.com> | Sun Jan 27 13:57:47 2013 -0800 |
committer | johnbracken <john.b.bracken@oracle.com> | Sun Jan 27 13:57:47 2013 -0800 |
tree | d68b8bffc2b08deae3962b2b4789ec9e62236514 | |
parent | 7fee857d4d98dfef58c6072a3b85ec027ce35dc4 [diff] |
Fix for table name always being declared.
diff --git a/tools/org.eclipse.persistence.tools.gen.db/resource/templates/xml_entities/main.xml.vm b/tools/org.eclipse.persistence.tools.gen.db/resource/templates/xml_entities/main.xml.vm index 7ea552e..7492930 100644 --- a/tools/org.eclipse.persistence.tools.gen.db/resource/templates/xml_entities/main.xml.vm +++ b/tools/org.eclipse.persistence.tools.gen.db/resource/templates/xml_entities/main.xml.vm
@@ -1,6 +1,6 @@ #### Entity #### <entity class="${table.qualifiedClassName}" access="VIRTUAL"> - <table name=$customizer.convertToXmlStringLiteral(${table.name})/> + <table name=$customizer.convertToXmlStringLiteral(${table.name})/> #end #### Mappings #### <attributes>