You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/03/29 00:05:43 UTC

svn commit: r523478 - in /incubator/ode/trunk/bpel-schemas/src/main/xsd: dd.xsd dd.xsdconfig

Author: mriou
Date: Wed Mar 28 15:05:42 2007
New Revision: 523478

URL: http://svn.apache.org/viewvc?view=rev&rev=523478
Log:
ODE-93 Fixed the deployment descriptor namespace, which still had an old reference to fivesight. It's now updated to http://www.apache.org/ode/schemas/dd/2007/03 while still supporting the older namespace for backward compatibility purposes.

Modified:
    incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsd
    incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsdconfig

Modified: incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsd
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsd?view=diff&rev=523478&r1=523477&r2=523478
==============================================================================
--- incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsd (original)
+++ incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsd Wed Mar 28 15:05:42 2007
@@ -19,8 +19,8 @@
   -->
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           targetNamespace="http://ode.fivesight.com/schemas/2006/06/27/dd"
-           xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
+           targetNamespace="http://www.apache.org/ode/schemas/dd/2007/03"
+           xmlns:dd="http://www.apache.org/ode/schemas/dd/2007/03"
            elementFormDefault="qualified">
 
     <xs:element name="deploy" id="deploy" type="dd:tDeployment"/>

Modified: incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsdconfig
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsdconfig?view=diff&rev=523478&r1=523477&r2=523478
==============================================================================
--- incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsdconfig (original)
+++ incubator/ode/trunk/bpel-schemas/src/main/xsd/dd.xsdconfig Wed Mar 28 15:05:42 2007
@@ -18,9 +18,9 @@
   -->
 
 <xb:config xmlns:xb="http://xml.apache.org/xmlbeans/2004/02/xbean/config"
-           xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd">
+           xmlns:dd="http://www.apache.org/ode/schemas/dd/2007/03">
 
-  <xb:namespace uri="http://ode.fivesight.com/schemas/2006/06/27/dd">
+  <xb:namespace uri="http://www.apache.org/ode/schemas/dd/2007/03">
     <xb:package>org.apache.ode.bpel.dd</xb:package>
   </xb:namespace>