Author: maschmid
Date: 2012-10-19 04:38:26 -0400 (Fri, 19 Oct 2012)
New Revision: 15302
Modified:
branches/community/Seam_2_3/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/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml
===================================================================
---
branches/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml 2012-10-19
08:28:32 UTC (rev 15301)
+++
branches/community/Seam_2_3/examples/quartz/quartz-web/src/main/webapp/WEB-INF/components.xml 2012-10-19
08:38:26 UTC (rev 15302)
@@ -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}"