Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 27161 invoked from network); 21 Aug 2007 20:21:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2007 20:21:40 -0000 Received: (qmail 44358 invoked by uid 500); 21 Aug 2007 20:21:37 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 44324 invoked by uid 500); 21 Aug 2007 20:21:37 -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 44313 invoked by uid 99); 21 Aug 2007 20:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2007 13:21:37 -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; Tue, 21 Aug 2007 20:21:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 713EC1A981A; Tue, 21 Aug 2007 13:21:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r568254 - in /geronimo/plugins/debugviews/trunk: debugviews-tomcat/ debugviews-tomcat/pom.xml debugviews-tomcat/src/main/resources/META-INF/geronimo-plugin.xml debugviews-tomcat/src/plan/plan.xml pom.xml Date: Tue, 21 Aug 2007 20:21:17 -0000 To: scm@geronimo.apache.org From: pmcmahan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070821202119.713EC1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pmcmahan Date: Tue Aug 21 13:21:16 2007 New Revision: 568254 URL: http://svn.apache.org/viewvc?rev=568254&view=rev Log: GERONIMO-3413 debugviews configuration for tomcat Added: geronimo/plugins/debugviews/trunk/debugviews-tomcat/ - copied from r568246, geronimo/plugins/debugviews/trunk/debugviews-jetty/ Modified: geronimo/plugins/debugviews/trunk/debugviews-tomcat/pom.xml geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/main/resources/META-INF/geronimo-plugin.xml geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/plan/plan.xml geronimo/plugins/debugviews/trunk/pom.xml Modified: geronimo/plugins/debugviews/trunk/debugviews-tomcat/pom.xml URL: http://svn.apache.org/viewvc/geronimo/plugins/debugviews/trunk/debugviews-tomcat/pom.xml?rev=568254&r1=568246&r2=568254&view=diff ============================================================================== --- geronimo/plugins/debugviews/trunk/debugviews-tomcat/pom.xml (original) +++ geronimo/plugins/debugviews/trunk/debugviews-tomcat/pom.xml Tue Aug 21 13:21:16 2007 @@ -30,8 +30,8 @@ org.apache.geronimo.plugins - debugviews-jetty - Geronimo Debug Views :: Configuration for Jetty + debugviews-tomcat + Geronimo Debug Views :: Configuration for Tomcat car @@ -58,7 +58,7 @@ org.apache.geronimo.configs - dojo-jetty6 + dojo-tomcat car @@ -105,7 +105,7 @@ ${gbeanDeployer} ${j2eeDeployer} - ${jetty6Deployer} + ${tomcatDeployer} ${jasperDeployer} Modified: geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/main/resources/META-INF/geronimo-plugin.xml URL: http://svn.apache.org/viewvc/geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/main/resources/META-INF/geronimo-plugin.xml?rev=568254&r1=568246&r2=568254&view=diff ============================================================================== --- geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/main/resources/META-INF/geronimo-plugin.xml (original) +++ geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/main/resources/META-INF/geronimo-plugin.xml Tue Aug 21 13:21:16 2007 @@ -19,11 +19,11 @@ - Debug Views -- Jetty - org.apache.geronimo.plugins/debugviews-jetty/1.0-SNAPSHOT/car + Debug Views -- Tomcat + org.apache.geronimo.plugins/debugviews-tomcat/1.0-SNAPSHOT/car Application - Geronimo Debug Views for Jetty + Geronimo Debug Views for Tomcat http://geronimo.apache.org/ @@ -32,11 +32,11 @@ 2.1-SNAPSHOT - org.apache.geronimo.configs/jetty6/2.1-SNAPSHOT/car + org.apache.geronimo.configs/tomcat6/2.1-SNAPSHOT/car Web Container - This version of the plugin works with the Geronimo/Jetty distribution. - It is not intended to run in the Geronimo/Tomcat distribution. + This version of the plugin works with the Geronimo/Tomcat distribution. + It is not intended to run in the Geronimo/Jetty distribution. There is a separate version of this application that works with Tomcat. Please install the version appropriate to your Geronimo distribution. @@ -50,7 +50,7 @@ - org.apache.geronimo.configs/dojo-jetty6//car + org.apache.geronimo.configs/dojo-tomcat//car Web Resources The dojo configuration must be present in order for this Modified: geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/plan/plan.xml URL: http://svn.apache.org/viewvc/geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/plan/plan.xml?rev=568254&r1=568246&r2=568254&view=diff ============================================================================== --- geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/plan/plan.xml (original) +++ geronimo/plugins/debugviews/trunk/debugviews-tomcat/src/plan/plan.xml Tue Aug 21 13:21:16 2007 @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + /DebugViews @@ -29,6 +29,7 @@ + Debug Views/JMX Viewer Modified: geronimo/plugins/debugviews/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/plugins/debugviews/trunk/pom.xml?rev=568254&r1=568253&r2=568254&view=diff ============================================================================== --- geronimo/plugins/debugviews/trunk/pom.xml (original) +++ geronimo/plugins/debugviews/trunk/pom.xml Tue Aug 21 13:21:16 2007 @@ -127,6 +127,13 @@ + org.apache.geronimo.configs + dojo-tomcat + ${geronimoVersion} + car + + + org.apache.geronimo.plugins console-core ${consoleVersion}