Skip to content

Commit

Permalink
[maven-scm] copy for tag geronimo-eclipse-plugin-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Xiao committed Jul 23, 2012
2 parents f87a6a4 + 975e014 commit cf35c31
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions plugins/org.apache.geronimo.st.schemas/v30/openejb-jar-2.2.xsd
Expand Up @@ -139,12 +139,11 @@
<xs:element name="cache-size" type="xs:int" minOccurs="0"/>
<xs:element name="tss-link" type="xs:string" minOccurs="0"/>
<xs:element name="tss" type="naming:patternType" minOccurs="0"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="naming:abstract-naming-entry"/>
<!-- The naming:persistence-context-ref and naming:gbean-ref is the implementation of naming:abstract-naming-entry -->
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="naming:persistence-context-ref"/>
<xs:element ref="naming:gbean-ref"/>
</xs:choice>
<xs:element ref="naming:persistence-context-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:persistence-unit-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:ejb-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:ejb-local-ref" maxOccurs="unbounded" minOccurs="0"/>
Expand Down Expand Up @@ -238,12 +237,8 @@
</xs:complexType>
</xs:element>
<xs:element ref="naming:message-destination" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="app:security" minOccurs="0" />
<xs:element ref="ns1:security" minOccurs="0"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="sys:service"/>
<xs:element ref="sys:gbean"/>
</xs:choice>
<xs:element ref="sys:gbean" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="per:persistence" maxOccurs="unbounded" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
Expand All @@ -253,12 +248,11 @@
<xs:element name="ejb-name" type="xs:string"/>
<xs:element ref="naming:resource-adapter"/>
<xs:element name="activation-config" type="tns:activation-configType" minOccurs="0"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="naming:abstract-naming-entry"/>
<!-- The naming:persistence-context-ref and naming:gbean-ref is the implementation of naming:abstract-naming-entry -->
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="naming:persistence-context-ref"/>
<xs:element ref="naming:gbean-ref"/>
</xs:choice>
<xs:element ref="naming:persistence-context-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:persistence-unit-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:ejb-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:ejb-local-ref" maxOccurs="unbounded" minOccurs="0"/>
Expand Down Expand Up @@ -311,12 +305,11 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:choice maxOccurs="unbounded">
<xs:element ref="naming:abstract-naming-entry"/>
<!-- The naming:persistence-context-ref and naming:gbean-ref is the implementation of naming:abstract-naming-entry -->
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="naming:persistence-context-ref"/>
<xs:element ref="naming:gbean-ref"/>
</xs:choice>
<xs:element ref="naming:persistence-context-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:persistence-unit-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:ejb-ref" maxOccurs="unbounded" minOccurs="0"/>
<xs:element ref="naming:ejb-local-ref" maxOccurs="unbounded" minOccurs="0"/>
Expand Down

0 comments on commit cf35c31

Please sign in to comment.