Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 90008 invoked from network); 30 Sep 2006 09:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Sep 2006 09:31:16 -0000 Received: (qmail 84374 invoked by uid 500); 30 Sep 2006 09:31:16 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 84344 invoked by uid 500); 30 Sep 2006 09:31:15 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 84331 invoked by uid 99); 30 Sep 2006 09:31:15 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Sep 2006 02:31:15 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:51930] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 89/D1-24842-3693E154 for ; Sat, 30 Sep 2006 02:31:15 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EF9AD1A981A; Sat, 30 Sep 2006 02:31:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r451566 - in /maven/continuum/trunk/continuum-webapp/src/main: java/org/apache/maven/continuum/web/action/AddProjectAction.java webapp/components/buildDefinitionGroupSummaryComponent.jsp Date: Sat, 30 Sep 2006 09:31:12 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060930093112.EF9AD1A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Sat Sep 30 02:31:12 2006 New Revision: 451566 URL: http://svn.apache.org/viewvc?view=rev&rev=451566 Log: [CONTINUUM-899] Add build icon in projectGroupBuildDefinition Submitted by: Maria Odea Ching Modified: maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/AddProjectAction.java maven/continuum/trunk/continuum-webapp/src/main/webapp/components/buildDefinitionGroupSummaryComponent.jsp Modified: maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/AddProjectAction.java URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/AddProjectAction.java?view=diff&rev=451566&r1=451565&r2=451566 ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/AddProjectAction.java (original) +++ maven/continuum/trunk/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action/AddProjectAction.java Sat Sep 30 02:31:12 2006 @@ -81,7 +81,7 @@ } } - public String execute() + public String add() throws ContinuumException { Project project = new Project(); Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/components/buildDefinitionGroupSummaryComponent.jsp URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/components/buildDefinitionGroupSummaryComponent.jsp?view=diff&rev=451566&r1=451565&r2=451566 ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/components/buildDefinitionGroupSummaryComponent.jsp (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/components/buildDefinitionGroupSummaryComponent.jsp Sat Sep 30 02:31:12 2006 @@ -66,6 +66,14 @@ + + + + + + Build Now + + ${pageScope.buildDefinitionSummary.projectId} @@ -82,7 +90,7 @@ - Edit + Edit