Author: ate
Date: Mon Apr 30 16:18:13 2007
New Revision: 533877

URL: http://svn.apache.org/viewvc?view=rev&rev=533877
Log:
Don't put "" around table and columns names

Modified:
    portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/pom.xml

Modified: 
portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/pom.xml?view=diff&rev=533877&r1=533876&r2=533877
==============================================================================
--- portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/pom.xml 
(original)
+++ portals/jetspeed-2/branches/J2-M2-REDUX/jetspeed-portal-resources/pom.xml 
Mon Apr 30 16:18:13 2007
@@ -48,7 +48,7 @@
             </goals>
             <configuration>
               
<outputTarget>${project.build.directory}/classes/ddl</outputTarget>
-              <useDelimitedSqlIdentifiers>true</useDelimitedSqlIdentifiers>
+              <useDelimitedSqlIdentifiers>false</useDelimitedSqlIdentifiers>
               <sortForeignKeys>false</sortForeignKeys>
               <validateXml>false</validateXml>
               <useInternalDtd>true</useInternalDtd>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to