Author: rmannibucau
Date: Thu Jul 26 10:43:12 2012
New Revision: 1365942

URL: http://svn.apache.org/viewvc?rev=1365942&view=rev
Log:
fixing corrupted xml files

Modified:
    
openejb/trunk/openejb/arquillian/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/contextxml/datasource/context.xml
    
openejb/trunk/openejb/examples/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml

Modified: 
openejb/trunk/openejb/arquillian/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/contextxml/datasource/context.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/arquillian/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/contextxml/datasource/context.xml?rev=1365942&r1=1365941&r2=1365942&view=diff
==============================================================================
--- 
openejb/trunk/openejb/arquillian/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/contextxml/datasource/context.xml
 (original)
+++ 
openejb/trunk/openejb/arquillian/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/contextxml/datasource/context.xml
 Thu Jul 26 10:43:12 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -13,8 +14,7 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
---><?xml version="1.0" encoding="UTF-8"?>
-
+-->
 <Context>
 
   <Resource name="jdbc/myDB" auth="Container"

Modified: 
openejb/trunk/openejb/examples/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml?rev=1365942&r1=1365941&r2=1365942&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml
 (original)
+++ 
openejb/trunk/openejb/examples/webapps/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml
 Thu Jul 26 10:43:12 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -14,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1";>
   <enterprise-beans>
     <session>


Reply via email to