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>