[jboss-cvs] JBossAS SVN: r99559 - projects/jboss-deployers/branches/vfs3/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 16:30:40 EST 2010


Author: johnbailey
Date: 2010-01-18 16:30:40 -0500 (Mon, 18 Jan 2010)
New Revision: 99559

Modified:
   projects/jboss-deployers/branches/vfs3/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/VFSStructureBuilder.java
Log:
[JBAS-7362] - Cleanup

Modified: projects/jboss-deployers/branches/vfs3/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/VFSStructureBuilder.java
===================================================================
--- projects/jboss-deployers/branches/vfs3/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/VFSStructureBuilder.java	2010-01-18 20:41:28 UTC (rev 99558)
+++ projects/jboss-deployers/branches/vfs3/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/VFSStructureBuilder.java	2010-01-18 21:30:40 UTC (rev 99559)
@@ -182,7 +182,7 @@
                {
                   try
                   {
-                     child = root.getChild(entry.getPath()); // leaving the findChild
+                     child = root.getChild(entry.getPath());
                   }
                   catch (RuntimeException t)
                   {
@@ -221,7 +221,6 @@
          VirtualFile file = vfsContext.getRoot();
          if (classPathHadVF == false && SecurityActions.isLeaf(file) == false)
          {
-            Automounter.mount(root, file);
             VFSUtils.addManifestLocations(file, classPath);
          }
 




More information about the jboss-cvs-commits mailing list