You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2006/10/15 15:17:09 UTC

svn commit: r464183 - in /incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF: sca/binding.axis2.scdl sca/databinding.sdo.scdl tuscany/webapp.scdl

Author: svkrish
Date: Sun Oct 15 06:17:08 2006
New Revision: 464183

URL: http://svn.apache.org/viewvc?view=rev&rev=464183
Log:
Fixed xml namespaces to  http://incubator.apache.org/tuscany/xmlns/<module>/1.0-incubator-M2

Modified:
    incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/binding.axis2.scdl
    incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/databinding.sdo.scdl
    incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl

Modified: incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/binding.axis2.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/binding.axis2.scdl?view=diff&rev=464183&r1=464182&r2=464183
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/binding.axis2.scdl (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/binding.axis2.scdl Sun Oct 15 06:17:08 2006
@@ -19,8 +19,8 @@
 -->
 <!-- Axis2 based WebService binding extension -->
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
-           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
-           xmlns:tuscany="http://tuscany.apache.org/xmlns/1.0-SNAPSHOT"
+           xmlns:system="http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2"
+           xmlns:tuscany="http://incubator.apache.org/tuscany/xmlns/1.0-incubator-M2"
            name="org.apache.tuscany.binding.axis2">
 
     <!-- [rfeng] Commented it out for now. When this SCDL is loaded, the DependencyLoader component

Modified: incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/databinding.sdo.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/databinding.sdo.scdl?view=diff&rev=464183&r1=464182&r2=464183
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/databinding.sdo.scdl (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/sca/databinding.sdo.scdl Sun Oct 15 06:17:08 2006
@@ -15,7 +15,7 @@
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
- * under the License.    
+ * under the License.     
 -->
 <!--
     import.sdo configuration
@@ -23,7 +23,7 @@
     $Rev$ $Date$
 -->
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
-           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+           xmlns:system="http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2"
            name="org.apache.tuscany.databinding.sdo">
 
     <!-- import.sdo element loader implementations -->

Modified: incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl?view=diff&rev=464183&r1=464182&r2=464183
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl Sun Oct 15 06:17:08 2006
@@ -23,7 +23,7 @@
     $Rev$ $Date$
 -->
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
-           xmlns:system="http://tuscany.apache.org/xmlns/system/1.0-SNAPSHOT"
+           xmlns:system="http://incubator.apache.org/tuscany/xmlns/system/1.0-incubator-M2"
            name="org.apache.tuscany.runtime.webapp.System">
 
     <!-- Component that provides the Deployer service -->



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