Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 59630 invoked from network); 14 Nov 2005 21:55:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Nov 2005 21:55:20 -0000 Received: (qmail 9300 invoked by uid 500); 14 Nov 2005 21:55:19 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 9289 invoked by uid 500); 14 Nov 2005 21:55:19 -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 9278 invoked by uid 99); 14 Nov 2005 21:55:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 13:55:19 -0800 X-ASF-Spam-Status: No, hits=-9.4 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, 14 Nov 2005 13:55:10 -0800 Received: (qmail 59476 invoked by uid 65534); 14 Nov 2005 21:54:58 -0000 Message-ID: <20051114215458.59474.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r344244 - in /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui: plugin.xml src/org/apache/geronimo/ui/internal/Messages.java src/org/apache/geronimo/ui/internal/Messages.properties Date: Mon, 14 Nov 2005 21:54:57 -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 Nov 14 13:54:53 2005 New Revision: 344244 URL: http://svn.apache.org/viewcvs?rev=344244&view=rev Log: add ports section Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/plugin.xml geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.java geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.properties 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=344244&r1=344243&r2=344244&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 Nov 14 13:54:53 2005 @@ -81,5 +81,15 @@ class="org.apache.geronimo.ui.sections.ServerSecurityEditorSection"> + + +
+
+
Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.java URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.java?rev=344244&r1=344243&r2=344244&view=diff ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.java (original) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.java Mon Nov 14 13:54:53 2005 @@ -271,6 +271,14 @@ public static String editorSectionSecurityTitle; public static String editorSectionSecurityDescription; + + public static String editorSectionPortsTitle; + + public static String editorSectionPortsDescription; + + public static String httpPort; + + public static String rmiPort; public static String username; Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.properties URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.properties?rev=344244&r1=344243&r2=344244&view=diff ============================================================================== --- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.properties (original) +++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.ui/src/org/apache/geronimo/ui/internal/Messages.properties Mon Nov 14 13:54:53 2005 @@ -23,6 +23,11 @@ username=User ID: password=Password: +editorSectionPortsTitle=Port Configuration +editorSectionPortsDescription=Specify the ports for this server instance. +httpPort=HTTP Port: +rmiPort=RMI Naming Port: + editorConfigId=Config Id: editorParentId=Parent Id: editorContextRoot=Context Root: