[seam-commits] Seam SVN: r15303 - branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 19 04:39:05 EDT 2012


Author: maschmid
Date: 2012-10-19 04:39:05 -0400 (Fri, 19 Oct 2012)
New Revision: 15303

Modified:
   branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
Log:
examples, quartz, remove schemas from components.xml, as they are not technically valid due to the missing custom schema


Modified: branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml	2012-10-19 08:38:26 UTC (rev 15302)
+++ branches/enterprise/WFK-2_1/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml	2012-10-19 08:39:05 UTC (rev 15303)
@@ -4,14 +4,7 @@
             xmlns:core="http://jboss.org/schema/seam/core"
             xmlns:async="http://jboss.org/schema/seam/async"
             xmlns:framework="http://jboss.org/schema/seam/framework"
-            xmlns:persistence="http://jboss.org/schema/seam/persistence"
-            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-            xsi:schemaLocation=
-                "http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd
-                 http://jboss.org/schema/seam/async http://jboss.org/schema/seam/async-2.3.xsd
-                 http://jboss.org/schema/seam/framework http://jboss.org/schema/seam/framework-2.3.xsd
-                 http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd
-                 http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd">
+            xmlns:persistence="http://jboss.org/schema/seam/persistence">
 
     <pay:payment-home name="paymentHome" 
                       new-instance="#{newPayment}" 



More information about the seam-commits mailing list