You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/09/28 18:09:24 UTC

svn commit: r580397 - in /incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources: sca-all.xsd tuscany-sca-include.xsd tuscany-sca.xsd

Author: jsdelfino
Date: Fri Sep 28 09:09:23 2007
New Revision: 580397

URL: http://svn.apache.org/viewvc?rev=580397&view=rev
Log:
Renamed tuscany-sca-include.xsd to sca-all.xsd to make more clear that this XSD contains all the SCA schemas.

Added:
    incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/sca-all.xsd
      - copied unchanged from r578588, incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca-include.xsd
Removed:
    incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca-include.xsd
Modified:
    incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca.xsd

Modified: incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca.xsd?rev=580397&r1=580396&r2=580397&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca.xsd (original)
+++ incubator/tuscany/java/sca/modules/assembly-xsd/src/main/resources/tuscany-sca.xsd Fri Sep 28 09:09:23 2007
@@ -20,7 +20,7 @@
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://tuscany.apache.org/xmlns/sca/1.0">
     
-    <import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="tuscany-sca-include.xsd"/>
+    <import namespace="http://www.osoa.org/xmlns/sca/1.0" schemaLocation="sca-all.xsd"/>
 
     <include schemaLocation="tuscany-sca-binding-atom.xsd"/>
     <include schemaLocation="tuscany-sca-binding-dwr.xsd"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org