From: dion g. <dio...@us...> - 2004-08-26 02:17:51
|
diongillard 04/08/25 19:17:44 Modified: was5/xdocs changes.xml Log: Fix property to correct value Revision Changes Path 1.10 +1 -0 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 11 Aug 2004 05:36:55 -0000 1.9 +++ changes.xml 26 Aug 2004 02:17:44 -0000 1.10 @@ -7,6 +7,7 @@ </properties> <body> <release version="1.2-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="fix">username not being passed for the script goal correctly</action> <action dev="diongillard" type="add">Add ${maven.was5.script.args} to pass arguments to scripts</action> <action dev="diongillard" type="fix">Fix typo for ${maven.was5.ejbDeploy}. The code was checking ${maven.was5.ejbdeploy}</action> <action dev="diongillard" type="fix">Check the ear exists before trying to install it.</action> |