summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-16 15:38:34 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-02-16 15:38:34 +0000
commite6e918ef537c4aa9802ca27b92e1dc566c2cffda (patch)
tree7e713405c13ac6bb12a30d330cfa4e171bb334c1 /sca-java-2.x/tags/2.0-Beta3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd
parent6a5618b2741471546e0b0885e1758c391837dff6 (diff)
Delete old RC tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1245033 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/tags/2.0-Beta3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd21
1 files changed, 0 insertions, 21 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd b/sca-java-2.x/tags/2.0-Beta3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd
deleted file mode 100644
index 279b9abdb1..0000000000
--- a/sca-java-2.x/tags/2.0-Beta3-RC1/modules/assembly-xsd/src/main/resources/sca-implementation-spring-1.1-cd01.xsd
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright(C) OASIS(R) 2005,2010. All Rights Reserved.
- OASIS trademark, IPR and other policies apply. -->
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
- elementFormDefault="qualified"
- targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912">
-
- <include schemaLocation="sca-core-1.1-cd06.xsd"/>
- <element name="implementation.spring" type="sca:SpringImplementation" substitutionGroup="sca:implementation"/>
- <complexType name="SpringImplementation">
- <complexContent>
- <extension base="sca:Implementation">
- <sequence>
- <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
- </sequence>
- <attribute name="location" type="anyURI" use="required"/>
- </extension>
- </complexContent>
- </complexType>
-</schema>