You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/12/18 14:03:36 UTC

svn commit: r488263 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerformFromScm.jsp

Author: evenisse
Date: Mon Dec 18 05:03:35 2006
New Revision: 488263

URL: http://svn.apache.org/viewvc?view=rev&rev=488263
Log:
Fix password field

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerformFromScm.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerformFromScm.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerformFromScm.jsp?view=diff&rev=488263&r1=488262&r2=488263
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerformFromScm.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerformFromScm.jsp Mon Dec 18 05:03:35 2006
@@ -14,7 +14,7 @@
           <table border="1" cellspacing="2" cellpadding="3" width="100%">
             <ww:textfield label="SCM Connection URL" name="scmUrl"/>
             <ww:textfield label="SCM Username" name="scmUsername"/>
-            <ww:textfield label="SCM Password" name="scmPassword"/>
+            <ww:password label="SCM Password" name="scmPassword"/>
             <ww:textfield label="SCM Tag" name="scmTag"/>
             <c:if test="${!empty(scmTagBase)}">
               <ww:textfield label="SCM Tag Base" name="scmTagBase"/>