You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/09/19 14:22:41 UTC

svn commit: r447829 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp: performRelease.jsp prepareRelease.jsp

Author: carlos
Date: Tue Sep 19 05:22:41 2006
New Revision: 447829

URL: http://svn.apache.org/viewvc?view=rev&rev=447829
Log:
Tag fields as required

Modified:
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/performRelease.jsp
    maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/prepareRelease.jsp

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/performRelease.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/performRelease.jsp?view=diff&rev=447829&r1=447828&r2=447829
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/performRelease.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/performRelease.jsp Tue Sep 19 05:22:41 2006
@@ -13,11 +13,11 @@
         <div class="axial">
           <table border="1" cellspacing="2" cellpadding="3" width="100%">
             <ww:if test="releaseId.equals(\"\")">
-              <ww:textfield label="SCM Connection URL" name="scmUrl"/>
+              <ww:textfield label="SCM Connection URL" name="scmUrl" required="true"/>
               <ww:textfield label="SCM Username" name="scmUsername"/>
               <ww:textfield label="SCM Password" name="scmPassword"/>
-              <ww:textfield label="SCM Tag" name="scmTag"/>
-              <ww:textfield label="SCM Tag Base" name="scmTagBase"/>
+              <ww:textfield label="SCM Tag" name="scmTag" required="true"/>
+              <ww:textfield label="SCM Tag Base" name="scmTagBase" required="true"/>
             </ww:if>
             <ww:textfield label="Maven Arguments" name="goals"/>
             <ww:checkbox label="Use Release Profile" name="useReleaseProfile" value="true"/>

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/prepareRelease.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/prepareRelease.jsp?view=diff&rev=447829&r1=447828&r2=447829
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/prepareRelease.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/prepareRelease.jsp Tue Sep 19 05:22:41 2006
@@ -13,10 +13,10 @@
           <table border="1" cellspacing="2" cellpadding="3" width="100%">
             <ww:textfield label="SCM Username" name="scmUsername"/>
             <ww:textfield label="SCM Password" name="scmPassword"/>
-            <ww:textfield label="SCM Tag" name="scmTag"/>
-            <ww:textfield label="SCM Tag Base" name="scmTagBase"/>
-            <ww:textfield label="Preparation Goals" name="prepareGoals"/>
-           </table>
+            <ww:textfield label="SCM Tag" name="scmTag" required="true"/>
+            <ww:textfield label="SCM Tag Base" name="scmTagBase" required="true"/>
+            <ww:textfield label="Preparation Goals" name="prepareGoals" required="true"/>
+          </table>
         </div>
 
         <ww:iterator value="projects">