diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-30 15:56:11 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-30 15:56:11 +0000 |
commit | f4c4803ce0c14585e3c2af3641d94b651877e04c (patch) | |
tree | 9f10df32f2d34a3c697aaee897bad0b180922095 /sca-cpp/trunk/modules/edit/palettes/http/palette.composite | |
parent | 1b10f18fce6baeb721a725661ded630614831304 (diff) |
Refactor server hosting module, rename it and move it under a hosting dir, and refactor its datastore components into a single component.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/palettes/http/palette.composite')
-rw-r--r-- | sca-cpp/trunk/modules/edit/palettes/http/palette.composite | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/sca-cpp/trunk/modules/edit/palettes/http/palette.composite b/sca-cpp/trunk/modules/edit/palettes/http/palette.composite deleted file mode 100644 index 6c8cbaa553..0000000000 --- a/sca-cpp/trunk/modules/edit/palettes/http/palette.composite +++ /dev/null @@ -1,105 +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://docs.oasis-open.org/ns/opencsa/sca/200912" name="palette" targetNamespace="http://palette"> - <service name="delete" promote="delete"/> - <service name="email" promote="email"/> - <service name="get" promote="get"/> - <service name="host" promote="host"/> - <service name="keychain" promote="keychain"/> - <service name="param" promote="param"/> - <service name="params" promote="params"/> - <service name="patch" promote="patch"/> - <service name="path" promote="path"/> - <service name="post" promote="post"/> - <service name="put" promote="put"/> - <service name="url" promote="url"/> - <service name="user" promote="user"/> - <component x="80" y="170" name="delete" title="delete" color="green1"> - <implementation.cpp path="lib/http" library="libhttpdelete"/> - <service name="delete"/> - <reference name="url"/> - </component> - <component x="130" y="60" name="email" title="email" color="green1"> - <implementation.python script="nuvem/email.py"/> - <service name="email"/> - <property name="email" visible="false"/> - </component> - <component x="80" y="120" name="get" title="get" color="green1"> - <implementation.cpp path="lib/http" library="libhttpget"/> - <service name="get"/> - <reference name="url"/> - </component> - <component x="80" y="10" name="host" title="host" color="green1"> - <implementation.python script="nuvem/host.py"/> - <service name="host"/> - <property name="host" visible="false"/> - </component> - <component x="190" y="60" name="keychain" title="keychain" color="green1"> - <implementation.python script="nuvem/keychain.py"/> - <service name="keychain"/> - <reference name="name"/> - <reference name="account" target="Accounts" visible="false"/> - </component> - <component x="250" y="10" name="param" title="?param" color="green1"> - <implementation.python script="nuvem/param.py"/> - <service name="param"/> - <property>x</property> - <property name="query" visible="false"/> - </component> - <component x="180" y="10" name="params" title="?params" color="green1"> - <implementation.python script="nuvem/params.py"/> - <service name="params"/> - <property name="query" visible="false"/> - </component> - <component x="260" y="120" name="patch" title="patch" color="green1"> - <implementation.cpp path="lib/http" library="libhttppatch"/> - <service name="patch"/> - <reference name="url"/> - <reference name="content"/> - </component> - <component x="130" y="10" name="path" title="path" color="green1"> - <implementation.python script="nuvem/path.py"/> - <service name="path"/> - <property name="path" visible="false"/> - </component> - <component x="200" y="120" name="post" title="post" color="green1"> - <implementation.cpp path="lib/http" library="libhttppost"/> - <service name="post"/> - <reference name="url"/> - <reference name="content"/> - </component> - <component x="140" y="120" name="put" title="put" color="green1"> - <implementation.cpp path="lib/http" library="libhttpput"/> - <service name="put"/> - <reference name="url"/> - <reference name="content"/> - </component> - <component x="270" y="60" name="url" title="url" color="green1"> - <implementation.python script="nuvem/url.py"/> - <service name="url"/> - <reference name="address"/> - <reference name="args"/> - </component> - <component x="80" y="60" name="user" title="user" color="green1"> - <implementation.python script="nuvem/user.py"/> - <service name="user"/> - <property name="user" visible="false"/> - </component> -</composite> |