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/11 15:35:47 UTC

svn commit: r442218 - /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp

Author: carlos
Date: Mon Sep 11 06:35:46 2006
New Revision: 442218

URL: http://svn.apache.org/viewvc?view=rev&rev=442218
Log:
Comment out functionality that seems not yet implemented

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

Modified: maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp?view=diff&rev=442218&r1=442217&r2=442218
==============================================================================
--- maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp (original)
+++ maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/webapp/groupSummary.jsp Mon Sep 11 06:35:46 2006
@@ -33,8 +33,10 @@
         <ec:column property="projectType" title="Type" width="5%"/>
         <ec:column property="numProjects" title="Projects" width="1%" style="text-align: center"/>
         <ec:column property="numSuccesses" title="Build&nbsp;Status" width="1%" style="white-space: nowrap" cell="org.apache.maven.continuum.web.view.BuildStatusCell"/>
+<%--
         <ec:column property="nextScheduledBuild" title="Next&nbsp;Build" width="1%" style="white-space: nowrap"/>
         <ec:column property="statusMessage" title="Status&nbsp;Message"/>
+--%>
       </ec:row>
     </ec:table>
     </div>