Author: tfischer
Date: Sun Nov 11 06:51:29 2007
New Revision: 593898
URL: http://svn.apache.org/viewvc?rev=593898&view=rev
Log:
removed the property idTableXmlFile from the sql and id-table-init-sql goals.
The property never was passed by the mojo and also does not work correctly in
the generator.
Modified:
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/SqlMojoBase.java
db/torque/site/trunk/xdocs/changes.xml
Modified:
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/SqlMojoBase.java
URL:
http://svn.apache.org/viewvc/db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/SqlMojoBase.java?rev=593898&r1=593897&r2=593898&view=diff
==============================================================================
---
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/SqlMojoBase.java
(original)
+++
db/torque/maven2-plugin/trunk/src/main/java/org/apache/torque/mojo/SqlMojoBase.java
Sun Nov 11 06:51:29 2007
@@ -39,14 +39,6 @@
private String suffix ="";
/**
- * The path to the xml schema file that defines the id-table, used
- * by the idbroker method.
- *
- * @parameter expression=""
- */
- private String idTableXmlFile;
-
- /**
* Creates a new SQLMojo object.
*/
public SqlMojoBase()
@@ -75,27 +67,6 @@
}
/**
- * Set the path to the xml schema file that defines the id-table, used
- * by the idbroker method.
- *
- * @param idXmlFile xml schema file
- */
- public void setIdTableXmlFile(String idXmlFile)
- {
- idTableXmlFile = idXmlFile;
- }
-
- /**
- * Gets the id-table xml schema file path.
- *
- * @return Path to file.
- */
- public String getIdTableXMLFile()
- {
- return idTableXmlFile;
- }
-
- /**
* Returns the context properties for the Texen task.
*
* @return The PropertiesConfiguration containing all context properties,
@@ -143,6 +114,5 @@
getLog().debug("Adding suffix: " + suffix );
task.setSuffix(suffix);
}
-
}
}
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=593898&r1=593897&r2=593898&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun Nov 11 06:51:29 2007
@@ -31,6 +31,12 @@
<body>
<release version="3.3-RC3" date="in SVN">
+ <action type="remove" dev="tfischer">
+ maven2 plugin: removed the property idTableXmlFile from the sql and
+ id-table-init-sql goals. The property never was passed by the mojo and
+ also does not work correctly in the generator. Use the goal
+ id-table-init-sql to create sql for id tables instead.
+ </action>
<action type="change" dev="tfischer">
maven2 plugin: changed the default value of the property schemaExcludes
in the sql goal from "id-table-schema.xml" to "". So the default
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]