From scm-return-8051-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Mon Oct 03 13:59:31 2005 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 86353 invoked from network); 3 Oct 2005 13:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2005 13:59:30 -0000 Received: (qmail 83295 invoked by uid 500); 3 Oct 2005 13:59:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 83146 invoked by uid 500); 3 Oct 2005 13:59:29 -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 83135 invoked by uid 99); 3 Oct 2005 13:59:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2005 06:59:29 -0700 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; Mon, 03 Oct 2005 06:59:34 -0700 Received: (qmail 86169 invoked by uid 65534); 3 Oct 2005 13:59:08 -0000 Message-ID: <20051003135908.86168.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r293354 - in /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui: plugin.properties plugin.xml Date: Mon, 03 Oct 2005 13:59:08 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: sppatel Date: Mon Oct 3 06:59:06 2005 New Revision: 293354 URL: http://svn.apache.org/viewcvs?rev=293354&view=rev Log: register plugin.xml extension points for editors Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.properties geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.xml Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.properties URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.properties?rev=293354&r1=293353&r2=293354&view=diff ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.properties (original) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.properties Mon Oct 3 06:59:06 2005 @@ -3,5 +3,7 @@ webEditorName=Geronimo Web Deployment Plan Editor appEditorName=Geronimo Application Deployment Plan Editor +openEjbEditorName=OpenEJB Deployment Plan Editor +connectorEditorName=Geronimo Connector Plan Editor PopupMenus.launchconsole=Launch Geronimo Console Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.xml URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.xml?rev=293354&r1=293353&r2=293354&view=diff ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.xml (original) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.xml Mon Oct 3 06:59:06 2005 @@ -41,6 +41,22 @@ id="org.apache.geronimo.ui.editors.ApplicationPlanEditor" name="%appEditorName"> + + + +