[jboss-cvs] JBossAS SVN: r61943 - trunk/server/src/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 31 08:18:26 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-03-31 08:18:25 -0400 (Sat, 31 Mar 2007)
New Revision: 61943

Modified:
   trunk/server/src/resources/schema/web-app_2_4.xsd
Log:
Remove duplicate declaration of {http://java.sun.com/xml/ns/j2ee}listenerType

Modified: trunk/server/src/resources/schema/web-app_2_4.xsd
===================================================================
--- trunk/server/src/resources/schema/web-app_2_4.xsd	2007-03-31 08:08:09 UTC (rev 61942)
+++ trunk/server/src/resources/schema/web-app_2_4.xsd	2007-03-31 12:18:25 UTC (rev 61943)
@@ -643,6 +643,8 @@
 
 <!-- **************************************************** -->
 
+  <!-- This is already defined in in j2ee_1_4.xsd 
+    
   <xsd:complexType name="listenerType">
     <xsd:annotation>
       <xsd:documentation>
@@ -673,6 +675,7 @@
     </xsd:sequence>
     <xsd:attribute name="id" type="xsd:ID"/>
   </xsd:complexType>
+  -->
 
 <!-- **************************************************** -->
 




More information about the jboss-cvs-commits mailing list