Author: dan.j.allen
Date: 2009-11-28 10:52:21 -0500 (Sat, 28 Nov 2009)
New Revision: 5163
Modified:
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
Log:
Remove empty child elements. Autocomplete should provide that help just fine.
Modified:
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
===================================================================
---
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml 2009-11-28
15:48:12 UTC (rev 5162)
+++
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml 2009-11-28
15:52:21 UTC (rev 5163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ The contents of this file is permitted to be empty.
+ The schema definition is provided for your convenience.
+-->
<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>
Modified:
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml
===================================================================
---
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml 2009-11-28
15:48:12 UTC (rev 5162)
+++
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/resources/META-INF/beans.xml 2009-11-28
15:52:21 UTC (rev 5163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ The contents of this file is permitted to be empty.
+ The schema definition is provided for your convenience.
+-->
<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>