Author: rmannibucau
Date: Thu Jan  5 21:02:19 2012
New Revision: 1227835

URL: http://svn.apache.org/viewvc?rev=1227835&view=rev
Log:
fixing xml headers

Modified:
    
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
    
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/main/resources/META-INF/beans.xml
    
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/test/resources/META-INF/beans.xml
    
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/main/resources/META-INF/beans.xml
    
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/test/resources/META-INF/beans.xml
    
openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml

Modified: 
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml?rev=1227835&r1=1227834&r2=1227835&view=diff
==============================================================================
--- 
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
 (original)
+++ 
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
 Thu Jan  5 21:02:19 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +16,6 @@
     limitations under the License.
 -->
 
-<?xml version="1.0" encoding="UTF-8"?>
 <Context antiJARLocking="true" path="/moviefun">
   <Manager className="org.apache.catalina.session.PersistentManager"
            debug="0"

Modified: 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/main/resources/META-INF/beans.xml?rev=1227835&r1=1227834&r2=1227835&view=diff
==============================================================================
--- 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/main/resources/META-INF/beans.xml
 Thu Jan  5 21:02:19 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +16,6 @@
     limitations under the License.
 -->
 
-<?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

Modified: 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/test/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/test/resources/META-INF/beans.xml?rev=1227835&r1=1227834&r2=1227835&view=diff
==============================================================================
--- 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/test/resources/META-INF/beans.xml
 (original)
+++ 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-alternative-and-stereotypes/src/test/resources/META-INF/beans.xml
 Thu Jan  5 21:02:19 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +16,6 @@
     limitations under the License.
 -->
 
-<?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

Modified: 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/main/resources/META-INF/beans.xml?rev=1227835&r1=1227834&r2=1227835&view=diff
==============================================================================
--- 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/main/resources/META-INF/beans.xml
 Thu Jan  5 21:02:19 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +16,6 @@
     limitations under the License.
 -->
 
-<?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

Modified: 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/test/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/test/resources/META-INF/beans.xml?rev=1227835&r1=1227834&r2=1227835&view=diff
==============================================================================
--- 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/test/resources/META-INF/beans.xml
 (original)
+++ 
openejb/branches/openejb-4.0.0-beta-2/examples/cdi-events/src/test/resources/META-INF/beans.xml
 Thu Jan  5 21:02:19 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -15,7 +16,6 @@
     limitations under the License.
 -->
 
-<?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

Modified: 
openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml?rev=1227835&r1=1227834&r2=1227835&view=diff
==============================================================================
--- 
openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml
 Thu Jan  5 21:02:19 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more


Reply via email to