From: dion g. <dio...@us...> - 2004-07-28 15:20:23
|
diongillard 04/07/28 08:20:17 Modified: was5/xdocs changes.xml Log: updates Revision Changes Path 1.2 +7 -2 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 9 Mar 2004 11:36:25 -0000 1.1 +++ changes.xml 28 Jul 2004 15:20:17 -0000 1.2 @@ -1,10 +1,15 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> + <document> <properties> <title>Changes</title> + <author email="dio...@us...">dIon Gillard</author> </properties> - <body> + <release version="1.0" date="2004-07-28"> + <action dev="diongillard" type="add">Add reinstallApp goal</action> + <action dev="rlewisshell" type="add">Create goals that use the Websphere supplied ant tasks</action> + </release> </body> </document> |