Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 63644 invoked from network); 9 Aug 2007 21:07:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 21:07:05 -0000 Received: (qmail 39913 invoked by uid 500); 9 Aug 2007 21:07:03 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 39892 invoked by uid 500); 9 Aug 2007 21:07:03 -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 39877 invoked by uid 99); 9 Aug 2007 21:07:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 14:07:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 21:07:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ECA1B1A981A; Thu, 9 Aug 2007 14:06:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r564381 - in /maven/continuum/trunk/continuum-webapp/src/main: resources/localization/Continuum.properties webapp/WEB-INF/jsp/components/projectSummaryComponent.jsp webapp/WEB-INF/jsp/projectGroupSummary.jsp Date: Thu, 09 Aug 2007 21:06:38 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070809210638.ECA1B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Thu Aug 9 14:06:36 2007 New Revision: 564381 URL: http://svn.apache.org/viewvc?view=rev&rev=564381 Log: [CONTINUUM-981] [CONTINUUM-982] Rename some texts to avoid confusion Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectSummaryComponent.jsp maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties?view=diff&rev=564381&r1=564380&r2=564381 ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties (original) +++ maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Thu Aug 9 14:06:36 2007 @@ -132,6 +132,7 @@ # Page: Project Group # ---------------------------------------------------------------------- projectGroup.page.title = Continuum - Project Group +projectGroup.informations.title = Project Group Informations projectGroup.name.label = Project Group Name projectGroup.groupId.label = Project Group Id projectGroup.description.label = Description @@ -140,9 +141,14 @@ projectGroup.tab.members = Members projectGroup.tab.buildDefinitions = Build Definitions projectGroup.tab.notifiers = Notifiers +projectGroup.actions.title = Group Actions projectGroup.release.error.emptyGroup = Cannot release an empty group. projectGroup.release.error.severalParentProjects = Cannot release two or more parent projects in the same project group at the same time. projectGroup.release.error.projectNotInSuccess = Cannot release project group: one or more projects in the group were not built successfully. +projectGroup.deleteGroup = Delete Group +projectGroup.buildGroup = Build all projects +projectGroup.deleteProjects = Delete Project(s) +projectGroup.buildProjects = Build Project(s) # ---------------------------------------------------------------------- # Page: Add Project Group Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectSummaryComponent.jsp URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectSummaryComponent.jsp?view=diff&rev=564381&r1=564380&r2=564381 ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectSummaryComponent.jsp (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectSummaryComponent.jsp Thu Aug 9 14:06:36 2007 @@ -195,8 +195,8 @@ - " onclick="document.forms.projectsForm.methodToCall.value='remove';document.forms.projectsForm.submit();" /> - " onclick="document.forms.projectsForm.methodToCall.value='build';document.forms.projectsForm.submit();" /> + " onclick="document.forms.projectsForm.methodToCall.value='remove';document.forms.projectsForm.submit();" /> + " onclick="document.forms.projectsForm.methodToCall.value='build';document.forms.projectsForm.submit();" /> Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp?view=diff&rev=564381&r1=564380&r2=564381 ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp (original) +++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/projectGroupSummary.jsp Thu Aug 9 14:06:36 2007 @@ -70,7 +70,7 @@ -

Project Group

+

@@ -80,7 +80,7 @@ -

Project Group Actions

+

@@ -97,7 +97,7 @@
"/> - "/> + "/>
@@ -112,7 +112,7 @@
"/> - "/> + "/>