Author: tfischer
Date: Sun Nov  4 01:26:26 2007
New Revision: 591746

URL: http://svn.apache.org/viewvc?rev=591746&view=rev
Log:
- removed unused imports
- foxed the javadoc of the class

Modified:
    
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/IdTableInitSqlMojo.java

Modified: 
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/IdTableInitSqlMojo.java
URL: 
http://svn.apache.org/viewvc/db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/IdTableInitSqlMojo.java?rev=591746&r1=591745&r2=591746&view=diff
==============================================================================
--- 
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/IdTableInitSqlMojo.java
 (original)
+++ 
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/IdTableInitSqlMojo.java
 Sun Nov  4 01:26:26 2007
@@ -20,11 +20,9 @@
  */
 
 import org.apache.commons.configuration.PropertiesConfiguration;
-import org.apache.torque.task.TorqueSQLTask;
-import org.apache.maven.plugin.MojoExecutionException;
 
 /**
- * Generates SQL for creating the database from the schema.xml files.
+ * Generates SQL for populating the id table in the database.
  *
  * @author Raphael Pieroni (rafale_at_codehaus.org)
  * @author <a href="[EMAIL PROTECTED]">Thomas Fischer</a>



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

Reply via email to