[jboss-cvs] JBossAS SVN: r73999 - trunk/embedded/src/main/resources/javase/conf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 3 10:18:05 EDT 2008


Author: alesj
Date: 2008-06-03 10:18:05 -0400 (Tue, 03 Jun 2008)
New Revision: 73999

Modified:
   trunk/embedded/src/main/resources/javase/conf/bootstrap-beans.xml
Log:
Simplyfy xml.

Modified: trunk/embedded/src/main/resources/javase/conf/bootstrap-beans.xml
===================================================================
--- trunk/embedded/src/main/resources/javase/conf/bootstrap-beans.xml	2008-06-03 13:56:39 UTC (rev 73998)
+++ trunk/embedded/src/main/resources/javase/conf/bootstrap-beans.xml	2008-06-03 14:18:05 UTC (rev 73999)
@@ -60,7 +60,7 @@
    </bean>
 
    <!-- A declared structure descriptor deployer -->
-   <bean name="DeclaredStructure" class="org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure"></bean>
+   <bean name="DeclaredStructure" class="org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure"/>
 
     <!-- JAR Structure -->
     <bean name="JARStructure" class="org.jboss.deployers.vfs.plugins.structure.jar.JARStructure">




More information about the jboss-cvs-commits mailing list