You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2007/11/04 12:22:07 UTC

svn commit: r591762 - in /db/torque: generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java site/trunk/xdocs/changes.xml

Author: tfischer
Date: Sun Nov  4 03:22:06 2007
New Revision: 591762

URL: http://svn.apache.org/viewvc?rev=591762&view=rev
Log:
reverted last commit. The wrong files were committed.

Modified:
    db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
    db/torque/site/trunk/xdocs/changes.xml

Modified: db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
URL: http://svn.apache.org/viewvc/db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java?rev=591762&r1=591761&r2=591762&view=diff
==============================================================================
--- db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java (original)
+++ db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java Sun Nov  4 03:22:06 2007
@@ -135,8 +135,6 @@
 
         if (file.exists())
         {
-            System.out.println("SqlDbMap already exists at location " 
-                    + file.getAbsolutePath());
             FileInputStream fis = new FileInputStream(file);
             sqldbmap.load(fis);
             fis.close();
@@ -161,11 +159,6 @@
             }
 
             sqldbmap.setProperty(sqlFile, databaseName);
-            System.out.println("Adding property "
-                    + sqlFile
-                    + " with value "
-                    + databaseName
-                    + " to SqlDbMap");
         }
 
         sqldbmap.store(new FileOutputStream(getSqlDbMap()),

Modified: db/torque/site/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=591762&r1=591761&r2=591762&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun Nov  4 03:22:06 2007
@@ -31,9 +31,6 @@
 
   <body>
   <release version="3.3-RC3" date="in SVN">
-    <action type="add" dev="tfischer">
-      Maven 2 plugin: Added the attribute delimiterType for the sqlExec goal.
-    </action>
     <action type="change" dev="tfischer">
       Maven 2 plugin: changed the default value of the parameter
       &quot;suffix&quot; in the id-table-init-sql goal



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