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 2012/10/03 03:24:57 UTC

svn commit: r1393250 - /db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java

Author: tfischer
Date: Wed Oct  3 01:24:57 2012
New Revision: 1393250

URL: http://svn.apache.org/viewvc?rev=1393250&view=rev
Log:
TORQUE-223: add setter for overrideConfigPackage

Modified:
    db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java

Modified: db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java?rev=1393250&r1=1393249&r2=1393250&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java (original)
+++ db/torque/torque4/trunk/torque-maven-plugin/src/main/java/org/apache/torque/generator/maven/TorqueGeneratorMojo.java Wed Oct  3 01:24:57 2012
@@ -948,6 +948,19 @@ public class TorqueGeneratorMojo extends
     }
 
     /**
+     * Sets the config package of the project overriding the settings.
+     * If set, the settings of this directory are used as "child"
+     * and the "normal" settings are used as "parent".
+     *
+     * @parameter the config package of the project overriding the settings,
+     *            or null if the template settings will not be overridden.
+     */
+    public void setOverrideConfigPackage(String overrideConfigPackage)
+    {
+        this.overrideConfigPackage = overrideConfigPackage;
+    }
+
+    /**
      * Sets the Loglevel to use in the generation process.
      *
      * @param loglevel the loglevel, must be one of trace, debug, info, warn



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