You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/12/02 01:38:37 UTC

svn commit: r351541 - in /geronimo/devtools/trunk/modules/eclipse-plugin/plugins: org.apache.geronimo.devtools.eclipse.core/plugin.properties org.apache.geronimo.ui/plugin.xml

Author: sppatel
Date: Thu Dec  1 16:38:34 2005
New Revision: 351541

URL: http://svn.apache.org/viewcvs?rev=351541&view=rev
Log:
fix editorPageSections not displaying due to typeID change

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/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.devtools.eclipse.core/plugin.properties
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.properties?rev=351541&r1=351540&r2=351541&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.properties (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/plugin.properties Thu Dec  1 16:38:34 2005
@@ -2,11 +2,11 @@
 providerName=Apache Software Foundation
 
 runtimeTypeName=Apache Geronimo v1.0
-runtimeTypeDescription=Apache Geronimo v1.0
+runtimeTypeDescription=Apache Geronimo supports J2EE 1.2, 1.3 and 1.4.
 runtimeTypeVendor=Apache
 
-serverTypeName=Geronimo v1.0 Server
-serverTypeDescription=Apache Geronimo v1.0
+serverTypeName=Apache Geronimo v1.0 Server
+serverTypeDescription=Apache Geronimo v1.0 Server
 
 serverRootDirectory=Application &Server Directory:
 serverAddress=A&ddress:

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=351541&r1=351540&r2=351541&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 Thu Dec  1 16:38:34 2005
@@ -84,7 +84,7 @@
          id="org.apache.server.geronimo.security"
          order="10"
          insertionId="org.eclipse.wst.server.editor.overview.left"
-         typeIds="org.eclipse.jst.server.geronimo.10"
+         typeIds="org.apache.geronimo.generic.server.10"
          class="org.apache.geronimo.ui.sections.ServerSecurityEditorSection">
       </section>
    </extension>
@@ -94,7 +94,7 @@
          id="org.apache.server.geronimo.port"
          order="10"
          insertionId="org.eclipse.wst.server.editor.overview.right"
-         typeIds="org.eclipse.jst.server.geronimo.10"
+         typeIds="org.apache.geronimo.generic.server.10"
          class="org.apache.geronimo.ui.sections.ServerPortsEditorSection">
       </section>
    </extension>