From: dion g. <dio...@us...> - 2004-08-05 01:13:43
|
diongillard 04/08/04 18:13:36 Modified: dbunit/xdocs goals.xml Log: Add a link Revision Changes Path 1.10 +2 -1 maven-plugins/dbunit/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/goals.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- goals.xml 5 Aug 2004 00:50:32 -0000 1.9 +++ goals.xml 5 Aug 2004 01:13:36 -0000 1.10 @@ -50,7 +50,8 @@ Import a spreadsheet specified by the <code>file</code> variable into a set of tables. </p> <p> - You can also specify the type of import via the <code>maven.dbunit.importType</code> + You can also specify the type of import via the + <a href="properties.html"><code>maven.dbunit.importType</code></a> variable, which means that this goal can be used for deleting data, updating data etc. </p> </description> |