diff options
author | giorgio <giorgio@13f79535-47bb-0310-9956-ffa450edef68> | 2012-09-05 08:31:30 +0000 |
---|---|---|
committer | giorgio <giorgio@13f79535-47bb-0310-9956-ffa450edef68> | 2012-09-05 08:31:30 +0000 |
commit | c9bfccc35345ce58fb5774d4b0b6a9868b262c0a (patch) | |
tree | fe84dd4b90f2acd0b933550b6978094926c1d733 /sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation | |
parent | 5ddabdaf1ff856aae79dadc045ef2aeff08c7887 (diff) |
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation')
-rw-r--r-- | sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation/palette.composite | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation/palette.composite b/sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation/palette.composite new file mode 100644 index 0000000000..75cbf497b6 --- /dev/null +++ b/sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/animation/palette.composite @@ -0,0 +1,103 @@ +<?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="frames" promote="frames"/> + <service name="htattrs" promote="htattrs"/> + <service name="htbutton" promote="htbutton"/> + <service name="htcheck" promote="htcheck"/> + <service name="htimg" promote="htimg"/> + <service name="htinline" promote="htinline"/> + <service name="htlink" promote="htlink"/> + <service name="htstyle" promote="htstyle"/> + <service name="left" promote="left"/> + <service name="pixels" promote="pixels"/> + <service name="top" promote="top"/> + <service name="transform" promote="transform"/> + <service name="transition" promote="transition"/> + <component x="170" y="160" name="frames" title="frames" color="white1"> + <implementation.python script="nuvem/frames.py"/> + <service name="frames"/> + <reference name="msec"/> + <reference name="loop"/> + <reference name="content"/> + </component> + <component x="140" y="60" name="htattrs" title="attrs:" color="white1"> + <implementation.python script="nuvem/htattrs.py"/> + <service name="htattrs"/> + <reference name="value"/> + </component> + <component x="130" y="10" name="htbutton" title="button" color="white1"> + <implementation.python script="nuvem/htbutton.py"/> + <service name="htbutton"/> + <reference name="value"/> + </component> + <component x="250" y="10" name="htcheck" title="checkbox" color="white1"> + <implementation.python script="nuvem/htcheck.py"/> + <service name="htcheck"/> + <reference name="value"/> + </component> + <component x="80" y="10" name="htimg" title="img" color="white1"> + <implementation.python script="nuvem/htimg.py"/> + <service name="htimg"/> + <reference name="value"/> + </component> + <component x="80" y="60" name="htinline" title="inline" color="white1"> + <implementation.python script="nuvem/htinline.py"/> + <service name="htinline"/> + <reference name="value"/> + </component> + <component x="200" y="10" name="htlink" title="link" color="white1"> + <implementation.python script="nuvem/htlink.py"/> + <service name="htlink"/> + <reference name="value"/> + </component> + <component x="200" y="60" name="htstyle" title="style" color="white1"> + <implementation.python script="nuvem/htstyle.py"/> + <service name="htstyle"/> + <reference name="value"/> + </component> + <component x="230" y="110" name="left" title="left" color="white1"> + <implementation.python script="nuvem/left.py"/> + <service name="left"/> + <reference name="value"/> + </component> + <component x="260" y="60" name="pixels" title="pixels" color="white1"> + <implementation.python script="nuvem/pixels.py"/> + <service name="pixels"/> + <reference name="value"/> + </component> + <component x="170" y="110" name="top" title="top" color="white1"> + <implementation.python script="nuvem/top.py"/> + <service name="top"/> + <reference name="value"/> + </component> + <component x="80" y="160" name="transform" title="transform" color="white1"> + <implementation.python script="nuvem/transform.py"/> + <service name="transform"/> + <reference name="x"/> + <reference name="y"/> + <reference name="d"/> + </component> + <component x="80" y="110" name="transition" title="transition" color="white1"> + <implementation.python script="nuvem/transition.py"/> + <service name="transition"/> + <reference name="value"/> + </component> +</composite> |