[jboss-cvs] JBossAS SVN: r65201 - trunk/ejb3/src/resources/test/security/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 6 17:07:21 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-09-06 17:07:21 -0400 (Thu, 06 Sep 2007)
New Revision: 65201

Modified:
   trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
Log:
correct the tag

Modified: trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml
===================================================================
--- trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml	2007-09-06 21:00:28 UTC (rev 65200)
+++ trunk/ejb3/src/resources/test/security/META-INF/ejb-jar.xml	2007-09-06 21:07:21 UTC (rev 65201)
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-xmlns="http://java.sun.com/xml/ns/javaee"
+<ejb-jar 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/ejb-jar_3_0.xsd"
         version="3.0"
+>
 
    <display-name>SecurityTests</display-name>
    <enterprise-beans>




More information about the jboss-cvs-commits mailing list