[weld-commits] Weld SVN: r7208 - archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Mar 31 00:13:11 EDT 2011


Author: dan.j.allen
Date: 2011-03-31 00:13:11 -0400 (Thu, 31 Mar 2011)
New Revision: 7208

Modified:
   archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/beans.xml
Log:
remove unneeded lines


Modified: archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/beans.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/beans.xml	2011-03-30 15:09:29 UTC (rev 7207)
+++ archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/beans.xml	2011-03-31 04:13:11 UTC (rev 7208)
@@ -1,11 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- This file can be an empty text file -->
+<!-- This file can be an empty text file (0 bytes) -->
 <!-- We're declaring the schema to save you time if you do have to configure this in the future -->
 <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
       http://java.sun.com/xml/ns/javaee 
       http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
-   <alternatives/>
-   <decorators/>
-   <interceptors/>
 </beans>



More information about the weld-commits mailing list