Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 42718 invoked from network); 27 Feb 2008 17:23:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 17:23:44 -0000 Received: (qmail 96555 invoked by uid 500); 27 Feb 2008 17:23:38 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 96509 invoked by uid 500); 27 Feb 2008 17:23:38 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 96500 invoked by uid 99); 27 Feb 2008 17:23:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 09:23:38 -0800 X-ASF-Spam-Status: No, hits=-2000.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; Wed, 27 Feb 2008 17:23:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2B1881A9832; Wed, 27 Feb 2008 09:23:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r631659 - /geronimo/server/branches/2.0/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/index.jsp Date: Wed, 27 Feb 2008 17:23:21 -0000 To: scm@geronimo.apache.org From: jbohn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080227172322.2B1881A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbohn Date: Wed Feb 27 09:23:20 2008 New Revision: 631659 URL: http://svn.apache.org/viewvc?rev=631659&view=rev Log: GERONIMO-3867 Add validation to ensure a configuration is selected for export. Modified: geronimo/server/branches/2.0/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/index.jsp Modified: geronimo/server/branches/2.0/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/index.jsp URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/index.jsp?rev=631659&r1=631658&r2=631659&view=diff ============================================================================== --- geronimo/server/branches/2.0/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/index.jsp (original) +++ geronimo/server/branches/2.0/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/car/index.jsp Wed Feb 27 09:23:20 2008 @@ -18,6 +18,20 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + + +

This portlet lets you install or create Geronimo plugins. This can be used to install new features into a Geronimo server at runtime.

@@ -61,7 +75,7 @@ Note: at present, you must manually add a META-INF/geronimo-plugin.xml file to the CAR after you export it in order for it to be a valid plugin.

-
+