diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-14 15:57:43 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-14 15:57:43 +0000 |
commit | 0059de75858c62273dd38545da13b750cad3774a (patch) | |
tree | 55f8e422948c359d00a766b40fb0cdf43feab1fb /branches/sca-java-1.x/itest/bpel/helloworld-ws | |
parent | b80c2e522c7949727e9ffdf89ac78d2f1d353042 (diff) |
Remove unneeded deploy.xml and .componentType files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/bpel/helloworld-ws')
2 files changed, 0 insertions, 61 deletions
diff --git a/branches/sca-java-1.x/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml b/branches/sca-java-1.x/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml deleted file mode 100644 index 9bd95b2c58..0000000000 --- a/branches/sca-java-1.x/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml +++ /dev/null @@ -1,31 +0,0 @@ -<!-- - ~ 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. - --> -<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" - xmlns:tns="http://tuscany.apache.org/implementation/bpel/example/helloworld" - xmlns:wns="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl" - xmlns:tus="http://tuscany.apache.org"> - - - <process name="tns:HelloWorld"> - <active>true</active> - <provide partnerLink="helloPartnerLink"> - <service name="tus:helloPartnerLink" port="HelloPort"/> - </provide> - </process> -</deploy> diff --git a/branches/sca-java-1.x/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType b/branches/sca-java-1.x/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType deleted file mode 100644 index 2b360111cb..0000000000 --- a/branches/sca-java-1.x/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType +++ /dev/null @@ -1,30 +0,0 @@ -<?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="helloPartnerLink"> - <interface.wsdl interface="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.interface(HelloPortType)" /> - </service> - -</componentType> -
\ No newline at end of file |