Author: evenisse
Date: Tue Oct 31 07:38:16 2006
New Revision: 469529
URL: http://svn.apache.org/viewvc?view=rev&rev=469529
Log: (empty)
Modified:
maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp
Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp?view=diff&rev=469529&r1=469528&r2=469529
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/groupSummary.jsp Tue
Oct 31 07:38:16 2006
@@ -36,8 +36,6 @@
<ec:column property="groupId" title="Group Id" width="20%"/>
<ec:column property="numProjects" title="Projects" width="1%" style="text-align:
center"/>
<ec:column property="numSuccesses" title="Build Status" width="1%" style="white-space:
nowrap" cell="org.apache.maven.continuum.web.view.BuildStatusCell"/>
- <!-- ec:column property="nextScheduledBuild" title="Next Build" width="1%"
style="white-space: nowrap"/>
- <ec:column property="statusMessage" title="Status Message"/ -->
</ec:row>
</ec:table>
</div>
|