[portal-commits] JBoss Portal SVN: r5957 - trunk/server/src/main/org/jboss/portal/server/deployment

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Jan 8 04:03:17 EST 2007


Author: julien at jboss.com
Date: 2007-01-08 04:03:15 -0500 (Mon, 08 Jan 2007)
New Revision: 5957

Modified:
   trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java
Log:
expant JBoss Web recognition to 1.0.x

Modified: trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java
===================================================================
--- trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java	2007-01-08 09:02:18 UTC (rev 5956)
+++ trunk/server/src/main/org/jboss/portal/server/deployment/PortalWebAppFactory.java	2007-01-08 09:03:15 UTC (rev 5957)
@@ -100,7 +100,7 @@
             {
                return TOMCAT4;
             }
-            else if (result.startsWith("JBoss Web Server/1.0.1.GA"))
+            else if (result.startsWith("JBoss Web Server/1.0"))
             {
                return TOMCAT5;
             }




More information about the portal-commits mailing list