From: dion g. <dio...@us...> - 2004-08-11 05:37:02
|
diongillard 04/08/10 22:36:55 Modified: was5/xdocs changes.xml Log: Add script args Revision Changes Path 1.9 +2 -1 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- changes.xml 4 Aug 2004 07:39:48 -0000 1.8 +++ changes.xml 11 Aug 2004 05:36:55 -0000 1.9 @@ -6,7 +6,8 @@ <author email="dio...@us...">dIon Gillard</author> </properties> <body> - <release version="1.2" date="in CVS"> + <release version="1.2-SNAPSHOT" date="in CVS"> + <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> </release> |