From: dion g. <dio...@us...> - 2004-08-05 00:50:39
|
diongillard 04/08/04 17:50:32 Modified: dbunit/xdocs goals.xml Log: Add a bit more detail Revision Changes Path 1.9 +7 -2 maven-plugins/dbunit/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/goals.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- goals.xml 2 Aug 2004 00:48:01 -0000 1.8 +++ goals.xml 5 Aug 2004 00:50:32 -0000 1.9 @@ -46,8 +46,13 @@ <goal> <name>dbunit:import-xls</name> <description> - Import a spreadsheet specified by the <code>file</code> variable into a set of tables. - You can also specify the type of import via the <code>maven.dbunit.importType</code> variable. + <p> + 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> + variable, which means that this goal can be used for deleting data, updating data etc. + </p> </description> </goal> <goal> |