[jboss-cvs] JBossAS SVN: r58075 - trunk/server/src/main/org/jboss/web/deployers

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 3 10:03:46 EST 2006


Author: thomas.diesler at jboss.com
Date: 2006-11-03 10:03:44 -0500 (Fri, 03 Nov 2006)
New Revision: 58075

Modified:
   trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java
Log:
layout

Modified: trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java
===================================================================
--- trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java	2006-11-03 14:37:13 UTC (rev 58074)
+++ trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java	2006-11-03 15:03:44 UTC (rev 58075)
@@ -313,7 +313,7 @@
          // FIXME: JBAS-3812 - TomcatDeployment should use modified WebMetaData
          URL warURL = (URL) di.getAttachment("jbossws.expanded.war.url");
          if (warURL == null)
-        	 warURL = di.getDeploymentContext().getRoot().toURL();
+            warURL = di.getDeploymentContext().getRoot().toURL();
          
          // Strip any jar: url syntax. This should be be exposed by the vfs
          String warURLString = warURL.toString();




More information about the jboss-cvs-commits mailing list