From: dion g. <dio...@us...> - 2004-07-20 06:17:21
|
diongillard 04/07/19 23:17:15 Modified: was40 plugin.jelly Log: Fix fricking typo Revision Changes Path 1.14 +1 -1 maven-plugins/was40/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/plugin.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- plugin.jelly 18 Jul 2004 13:35:04 -0000 1.13 +++ plugin.jelly 20 Jul 2004 06:17:15 -0000 1.14 @@ -90,7 +90,7 @@ <goal name="was40:deploy-ear" description="Deploy an enterprise application"> <echo>DEPRECATED: Please use was40:app-install</echo> - <attainGoal name="was40:app-deploy"/> + <attainGoal name="was40:app-install"/> </goal> <goal name="was40:app-install" description="Deploy an enterprise application"> |