diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-23 05:26:54 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-23 05:26:54 +0000 |
commit | e9da2a82fc09863a169f4fb96a67da49a0d874c7 (patch) | |
tree | 346e72628828c8b53f9675fd6c17677cee6f274b /branches | |
parent | 15d91378f3d863514495fe50953288a3035b8c81 (diff) |
TUSCANY-2781 - Fixing Corba schema with right binding name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-corba.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-corba.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-corba.xsd index fd8bfe4709..0baa364f42 100644 --- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-corba.xsd +++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/tuscany-sca-binding-corba.xsd @@ -25,7 +25,7 @@ <import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="sca-core.xsd"/> - <element name="binding.gdata" type="t:CorbaBinding"/> + <element name="binding.corba" type="t:CorbaBinding"/> <complexType name="CorbaBinding"> <complexContent> |