[jboss-cvs] JBossAS SVN: r57497 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 8 09:13:50 EDT 2006


Author: adrian at jboss.org
Date: 2006-10-08 09:13:48 -0400 (Sun, 08 Oct 2006)
New Revision: 57497

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/XSLDeployer.java
Log:
Fix the XSLDeployer.

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/XSLDeployer.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/XSLDeployer.java	2006-10-08 04:42:01 UTC (rev 57496)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/deployers/helpers/XSLDeployer.java	2006-10-08 13:13:48 UTC (rev 57497)
@@ -135,16 +135,9 @@
       super.destroy();
       templates = null;
    }
-
-   /**
-    * Parse a deployment
-    * 
-    * @param unit the deployment unit
-    * @param file the metadata file
-    * @return the metadata
-    * @throws Exception for any error
-    */
-   protected T parse(DeploymentUnit unit, VirtualFile file) throws Exception
+   
+   @Override
+   protected T parse(DeploymentUnit unit, VirtualFile file, T root) throws Exception
    {
       if (file == null)
          throw new IllegalArgumentException("Null file");




More information about the jboss-cvs-commits mailing list