Author: dan.j.allen
Date: 2010-07-08 17:07:33 -0400 (Thu, 08 Jul 2010)
New Revision: 6587
Modified:
archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml
archetypes/trunk/javaee6-webapp-src/src/main/webapp/WEB-INF/beans.xml
Log:
whitespace
Modified: archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml
===================================================================
--- archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml 2010-07-08
21:07:09 UTC (rev 6586)
+++ archetypes/trunk/javaee6-webapp-src/src/main/webapp/META-INF/context.xml 2010-07-08
21:07:33 UTC (rev 6587)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- This optional file is used by JBoss AS to get around an issue involving
serialization of sessions between container restarts. -->
+<!-- This optional file is used by JBoss AS to get around an issue involving
serialization of sessions between container restarts -->
<Context>
- <!-- disable storage of sessions across restarts -->
+ <!-- disable storage of sessions across restarts by setting the pathname to an
empty value -->
<Manager pathname=""/>
</Context>
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-07-08
21:07:09 UTC (rev 6586)
+++ archetypes/trunk/javaee6-webapp-src/src/main/webapp/WEB-INF/beans.xml 2010-07-08
21:07:33 UTC (rev 6587)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!-- 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. -->
+<!-- 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>
\ No newline at end of file
+ <alternatives/>
+ <decorators/>
+ <interceptors/>
+</beans>