From: dion g. <dio...@us...> - 2004-08-26 23:31:38
|
diongillard 04/08/26 16:31:29 Modified: was40/xdocs changes.xml Log: remove quotes around the classpath Revision Changes Path 1.20 +2 -1 maven-plugins/was40/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/changes.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- changes.xml 20 Jul 2004 09:10:02 -0000 1.19 +++ changes.xml 26 Aug 2004 23:31:28 -0000 1.20 @@ -7,7 +7,8 @@ </properties> <body> <release version="1.4.2-SNAPSHOT" date="in CVS"> - <action dev="diongillard" type="update">Add goals to docs</action> + <action dev="diongillard" type="update">Remove quotes around classpath in was40:generate-ejb-code as it was causing Linux deployment to fail</action> + <action dev="diongillard" type="update">Add goals to documentation</action> </release> <release version="1.4.1" date="2004-07-20"> <action dev="diongillard" type="fix">Fix typo in was40:deploy-ear goal</action> |