Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 30425 invoked from network); 25 Aug 2005 10:09:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2005 10:09:56 -0000 Received: (qmail 22940 invoked by uid 500); 25 Aug 2005 10:09:56 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 22918 invoked by uid 500); 25 Aug 2005 10:09:55 -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 22905 invoked by uid 99); 25 Aug 2005 10:09:55 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 Aug 2005 03:09:55 -0700 Received: (qmail 30416 invoked by uid 65534); 25 Aug 2005 10:09:55 -0000 Message-ID: <20050825100955.30414.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r240036 - in /maven/continuum/trunk/continuum-web/src/main/resources: META-INF/plexus/components.xml templates/screens/View.vm Date: Thu, 25 Aug 2005 10:09:54 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Thu Aug 25 03:09:49 2005 New Revision: 240036 URL: http://svn.apache.org/viewcvs?rev=240036&view=rev Log: [CONTINUUM-282] Show build definitions Modified: maven/continuum/trunk/continuum-web/src/main/resources/META-INF/plexus/components.xml maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm Modified: maven/continuum/trunk/continuum-web/src/main/resources/META-INF/plexus/components.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/META-INF/plexus/components.xml?rev=240036&r1=240035&r2=240036&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/META-INF/plexus/components.xml (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/META-INF/plexus/components.xml Thu Aug 25 03:09:49 2005 @@ -159,6 +159,20 @@ + + View + + + project + getProjectWithAllDetails(#id) + + + + Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm?rev=240036&r1=240035&r2=240036&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/View.vm Thu Aug 25 03:09:49 2005 @@ -48,7 +48,7 @@ - + #end + + #if ( $project.notifier )

$i18n.getString( "project.notifiers.label" )

@@ -158,7 +174,7 @@ #foreach ( $dependency in $project.dependencies ) - $dependency.name + $dependency.groupId:$dependency.artifactId #end