From: dion g. <dio...@us...> - 2004-08-26 02:15:46
|
diongillard 04/08/25 19:15:38 Modified: was5 plugin.jelly Log: Fix property to correct value Revision Changes Path 1.10 +1 -1 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin.jelly 11 Aug 2004 05:37:10 -0000 1.9 +++ plugin.jelly 26 Aug 2004 02:15:38 -0000 1.10 @@ -242,7 +242,7 @@ <ant:setProperty name="profile" value="${maven.was5.script.profile}"/> <ant:setProperty name="properties" value="${maven.was5.script.properties}"/> <ant:setProperty name="script" value="${script}"/> - <ant:setProperty name="username" value="${maven.was5.script.username}"/> + <ant:setProperty name="user" value="${maven.was5.script.username}"/> <ant:setProperty name="wasHome" value="${maven.was5.home}"/> <!-- set args --> <j:if test="${!empty(args)}"> |