From: dion g. <dio...@us...> - 2004-07-30 03:51:07
|
diongillard 04/07/29 20:50:57 Modified: was5 plugin.jelly Log: Add reminder Revision Changes Path 1.3 +2 -0 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 28 Jul 2004 15:01:50 -0000 1.2 +++ plugin.jelly 30 Jul 2004 03:50:57 -0000 1.3 @@ -1,6 +1,8 @@ <project default="serverStatus" xmlns:j="jelly:core" xmlns:ant="jelly:ant"> + <!-- TODO: Add a check to make sure maven.was5.home is a valid directory --> + <!-- generate deployment and rmic code for an ejb jar --> <goal name="was5:ejbDeploy" description="Generate deployment and RMIC code for an ejb jar"> <!-- clean up working dir --> |