[weld-commits] Weld SVN: r5016 - extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Nov 12 21:36:18 EST 2009


Author: dan.j.allen
Date: 2009-11-12 21:36:18 -0500 (Thu, 12 Nov 2009)
New Revision: 5016

Modified:
   extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
Log:
add XML declaration


Modified: extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
===================================================================
--- extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml	2009-11-13 02:35:12 UTC (rev 5015)
+++ extensions/trunk/archetypes/weld-jsf-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml	2009-11-13 02:36:18 UTC (rev 5016)
@@ -1,3 +1,4 @@
+<?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"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
     http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
@@ -4,4 +5,4 @@
 	<alternatives />
 	<decorators />
 	<interceptors />
-</beans>
\ No newline at end of file
+</beans>



More information about the weld-commits mailing list