[seam-commits] Seam SVN: r15206 - branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 8 08:29:52 EDT 2012
Author: manaRH
Date: 2012-10-08 08:29:52 -0400 (Mon, 08 Oct 2012)
New Revision: 15206
Removed:
branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd
Log:
removed guice schema due not supported guice integration in seam-ioc
Deleted: branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd 2012-10-08 12:26:54 UTC (rev 15205)
+++ branches/enterprise/WFK-2_1/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd 2012-10-08 12:29:52 UTC (rev 15206)
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
- targetNamespace="http://jboss.org/schema/seam/guice" xmlns:guice="http://jboss.org/schema/seam/guice"
- xmlns:components="http://jboss.org/schema/seam/components" attributeFormDefault="unqualified">
-
- <xs:import namespace="http://jboss.org/schema/seam/components"
- schemaLocation="http://jboss.org/schema/seam/components-2.3.xsd"/>
-
- <xs:element name="init">
- <xs:annotation>
- <xs:documentation>Guice Support Configuration</xs:documentation>
- </xs:annotation>
- <xs:complexType mixed="true">
- <xs:attributeGroup ref="guice:attlist.guiceInit"/>
- </xs:complexType>
- </xs:element>
- <xs:attributeGroup name="attlist.guiceInit">
- <xs:attribute name="injector" type="components:string"/>
- </xs:attributeGroup>
-
- <xs:element name="injector">
- <xs:annotation>
- <xs:documentation>Guice Injector</xs:documentation>
- </xs:annotation>
- <xs:complexType mixed="true">
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="modules" type="components:multiValuedProperty">
- <xs:annotation>
- <xs:documentation>A list of modules</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:choice>
- <xs:attributeGroup ref="components:attlist.component"/>
- <xs:attributeGroup ref="guice:attlist.guiceInjector"/>
- </xs:complexType>
- </xs:element>
- <xs:attributeGroup name="attlist.guiceInjector"/>
-
-</xs:schema>
More information about the seam-commits
mailing list