From: dion g. <dio...@us...> - 2004-11-23 07:37:35
|
diongillard 04/11/22 23:37:29 Modified: db2 plugin.jelly Log: *** keyword substitution change *** Revision Changes Path 1.2 +28 -28 maven-plugins/db2/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/db2/plugin.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.jelly 23 Nov 2004 07:36:57 -0000 1.1 +++ plugin.jelly 23 Nov 2004 07:37:29 -0000 1.2 @@ -1,29 +1,29 @@ -<project xmlns:define="jelly:define" - xmlns:j="jelly:core" - xmlns:db2="db2" - xmlns="jelly:ant"> - - <!-- taglibs --> - <define:taglib uri="db2"> - <define:tag name="runFileQuietly"> - <j:set var="command" value="db2cmd.exe -c -w -i ${file} ${dbuser} ${dbpassword} ${dbdatabase}"/> - <exec executable="cmd.exe"> - <arg value="/C" /> - <arg value=""${command}; > NUL"" /> - </exec> - </define:tag> - - <define: tag name="runFile"> - <exec dir="${dir}" executable="db2cmd.exe"> - <arg value="-c" /> - <arg value="-w" /> - <arg value="-i" /> - <arg value="${file}" /> - <arg value="${dbuser}" /> - <arg value="${dbpassword}" /> - <arg value="${dbdatabase}" /> - </exec> - </define:tag> - </define:taglib> - +<project xmlns:define="jelly:define" + xmlns:j="jelly:core" + xmlns:db2="db2" + xmlns="jelly:ant"> + + <!-- taglibs --> + <define:taglib uri="db2"> + <define:tag name="runFileQuietly"> + <j:set var="command" value="db2cmd.exe -c -w -i ${file} ${dbuser} ${dbpassword} ${dbdatabase}"/> + <exec executable="cmd.exe"> + <arg value="/C" /> + <arg value=""${command}; > NUL"" /> + </exec> + </define:tag> + + <define: tag name="runFile"> + <exec dir="${dir}" executable="db2cmd.exe"> + <arg value="-c" /> + <arg value="-w" /> + <arg value="-i" /> + <arg value="${file}" /> + <arg value="${dbuser}" /> + <arg value="${dbpassword}" /> + <arg value="${dbdatabase}" /> + </exec> + </define:tag> + </define:taglib> + </project> \ No newline at end of file |