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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Jun 20 16:06:16 EDT 2010


Author: sboscarine
Date: 2010-06-20 16:06:16 -0400 (Sun, 20 Jun 2010)
New Revision: 6571

Modified:
   archetypes/trunk/javaee6-webapp-src/src/main/webapp/WEB-INF/beans.xml
Log:
Comment updates

Modified: archetypes/trunk/javaee6-webapp-src/src/main/webapp/WEB-INF/beans.xml
===================================================================
--- archetypes/trunk/javaee6-webapp-src/src/main/webapp/WEB-INF/beans.xml	2010-06-20 20:05:02 UTC (rev 6570)
+++ archetypes/trunk/javaee6-webapp-src/src/main/webapp/WEB-INF/beans.xml	2010-06-20 20:06:16 UTC (rev 6571)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://java.sun.com/xml/ns/javaee"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   <!-- This file can be an empty text file.  -->
+   <!-- 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>
+   <alternatives />
+   <decorators />
+   <interceptors />
+</beans>
\ No newline at end of file



More information about the weld-commits mailing list