summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 13:56:32 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-08-07 13:56:32 +0000
commit3c27aaf69fddc5492e9e93ccacbae32dce8833d7 (patch)
tree20fb5052f21b0e2e664890979dcfe47bb43a228e /branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF
parent24deb86ddc39cef9631e17e45221e2f868985bc2 (diff)
Not included in release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF')
-rw-r--r--branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite33
1 files changed, 0 insertions, 33 deletions
diff --git a/branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite b/branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
deleted file mode 100644
index 23fd33a408..0000000000
--- a/branches/sca-java-1.5.1/samples/helloworld-servlet/src/main/webapp/META-INF/sca-deployables/web.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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.
--->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
- targetNamespace="http://samples"
- name="Helloworld">
-
- <component name="WebClient">
- <implementation.web web-uri=""/>
- <reference name="service" target="HelloworldService"/>
- </component>
-
- <component name="HelloworldService">
- <implementation.java class="sample.HelloworldServiceImpl"/>
- </component>
-
-</composite>