Author: lresende
Date: Thu Sep 27 10:21:45 2007
New Revision: 580107
URL: http://svn.apache.org/viewvc?rev=580107&view=rev
Log:
Missing componentType file in test case
Added:
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
(with props)
Added:
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType?rev=580107&view=auto
==============================================================================
---
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
(added)
+++
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
Thu Sep 27 10:21:45 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ASCII"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "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.
+-->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <service name="CompanyService">
+ <interface.java
interface="org.apache.tuscany.sca.implementation.das.company.CompanyService"/>
+ </service>
+
+</componentType>
\ No newline at end of file
Propchange:
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
incubator/tuscany/java/sca/modules/implementation-das/src/test/resources/company.componentType
------------------------------------------------------------------------------
svn:mime-type = text/xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]