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/11/01 16:34:01 UTC

svn commit: r330075 - /geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef

Author: sppatel
Date: Tue Nov  1 07:33:58 2005
New Revision: 330075

URL: http://svn.apache.org/viewcvs?rev=330075&view=rev
Log:
fix supported plublishable type ids

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef?rev=330075&r1=330074&r2=330075&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/plugins/org.apache.geronimo.devtools.eclipse.core/serverdef/geronimo10.serverdef Tue Nov  1 07:33:58 2005
@@ -42,17 +42,17 @@
 	</port>
 
 	<module>
-		<type>j2ee.web</type>
+		<type>jst.web</type>
 		<publishDir>${serverRootDirectory}/server/deploy</publishDir>
 		<publisherReference>org.eclipse.jst.server.geronimo.internal.GeronimoPublisher</publisherReference>
 	</module>
 	<module>
-		<type>j2ee.ejb</type>
+		<type>jst.ejb</type>
 		<publishDir>${serverRootDirectory}/server/deploy</publishDir>
 		<publisherReference>org.eclipse.jst.server.geronimo.internal.GeronimoPublisher</publisherReference>
 	</module>
     <module>
-		<type>j2ee.ear</type>
+		<type>jst.ear</type>
 		<publishDir>${serverRootDirectory}/server/deploy</publishDir>
 		<publisherReference>org.eclipse.jst.server.geronimo.internal.GeronimoPublisher</publisherReference>
 	</module>