[seam-commits] Seam SVN: r14912 - branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 14 07:35:26 EDT 2012
Author: manaRH
Date: 2012-06-14 07:35:25 -0400 (Thu, 14 Jun 2012)
New Revision: 14912
Removed:
branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd
Log:
deleted guice xsd file bz #830142
Deleted: branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd 2012-06-14 11:35:06 UTC (rev 14911)
+++ branches/enterprise/WFK-2_0/jboss-seam-ioc/src/main/resources/org/jboss/seam/ioc/guice/guice-2.3.xsd 2012-06-14 11:35:25 UTC (rev 14912)
@@ -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