[jboss-svn-commits] JBoss Common SVN: r2422 - in common-core/trunk/src: test/java/org/jboss/test/util/test/propertyeditor and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 21 10:23:25 EDT 2007


Author: alesj
Date: 2007-06-21 10:23:25 -0400 (Thu, 21 Jun 2007)
New Revision: 2422

Modified:
   common-core/trunk/src/main/java/org/jboss/util/xml/JBossEntityResolver.java
   common-core/trunk/src/test/java/org/jboss/test/util/test/propertyeditor/PropertyEditorsUnitTestCase.java
Log:
Added mc spring schema.

Modified: common-core/trunk/src/main/java/org/jboss/util/xml/JBossEntityResolver.java
===================================================================
--- common-core/trunk/src/main/java/org/jboss/util/xml/JBossEntityResolver.java	2007-06-20 14:53:44 UTC (rev 2421)
+++ common-core/trunk/src/main/java/org/jboss/util/xml/JBossEntityResolver.java	2007-06-21 14:23:25 UTC (rev 2422)
@@ -153,6 +153,7 @@
       registerEntity("urn:jboss:bean-deployer:2.0", "bean-deployer_2_0.xsd");
       registerEntity("urn:jboss:javabean:1.0", "javabean_1_0.xsd");
       registerEntity("urn:jboss:javabean:2.0", "javabean_2_0.xsd");
+      registerEntity("urn:jboss:spring-beans:2.0", "mc-spring-beans_2_0.xsd");
       registerEntity("urn:jboss:policy:1.0", "policy_1_0.xsd");
       registerEntity("urn:jboss:osgi-beans:1.0", "osgi-beans_1_0.xsd");
       registerEntity("urn:jboss:seam-components:1.0", "seam-components_1_0.xsd");

Modified: common-core/trunk/src/test/java/org/jboss/test/util/test/propertyeditor/PropertyEditorsUnitTestCase.java
===================================================================
--- common-core/trunk/src/test/java/org/jboss/test/util/test/propertyeditor/PropertyEditorsUnitTestCase.java	2007-06-20 14:53:44 UTC (rev 2421)
+++ common-core/trunk/src/test/java/org/jboss/test/util/test/propertyeditor/PropertyEditorsUnitTestCase.java	2007-06-21 14:23:25 UTC (rev 2422)
@@ -348,7 +348,7 @@
          DateEditor.initialize();
       }
    }
-   
+
    /** 
     * Tests the DOM Document and Element editors.
     */




More information about the jboss-svn-commits mailing list