You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by oc...@apache.org on 2009/05/29 17:08:23 UTC

svn commit: r780009 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerform.jsp

Author: oching
Date: Fri May 29 15:08:23 2009
New Revision: 780009

URL: http://svn.apache.org/viewvc?rev=780009&view=rev
Log:
merged -r 780007 from 1.3.x branch 
[CONTINUUM-2246]
o remove fieldValue attribute in useReleaseProfile field

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

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerform.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerform.jsp?rev=780009&r1=780008&r2=780009&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerform.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releasePerform.jsp Fri May 29 15:08:23 2009
@@ -33,7 +33,7 @@
           <table border="1" cellspacing="2" cellpadding="3" width="100%">
             <s:textfield label="%{getText('releasePerformFromScm.goals.label')}" name="goals"/>
             <s:textfield label="%{getText('releasePrepare.arguments.label')}" name="arguments"/>
-            <s:checkbox label="%{getText('releasePerformFromScm.useReleaseProfile.label')}" name="useReleaseProfile" fieldValue="false"/>
+            <s:checkbox label="%{getText('releasePerformFromScm.useReleaseProfile.label')}" name="useReleaseProfile"/>
           </table>
         </div>
         <s:submit/>