~tritone-team/tritone/eucalyptus

« back to all changes in this revision

Viewing changes to clc/modules/msgs/src/main/resources/2009-07-15-binding.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-12-01 21:09:28 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: james.westby@ubuntu.com-20091201210928-o2dvg0ubljhb0ft6
Tags: upstream-1.6.1~bzr1083
Import upstream version 1.6.1~bzr1083

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
3
  ~ Copyright (c) 2009  Eucalyptus Systems, Inc.
 
4
  ~
 
5
  ~ This program is free software: you can redistribute it and/or modify
 
6
  ~ it under the terms of the GNU General Public License as published by
 
7
  ~ the Free Software Foundation, only version 3 of the License.
 
8
  ~
 
9
  ~
 
10
  ~ This file is distributed in the hope that it will be useful, but WITHOUT
 
11
  ~ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
12
  ~ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 
13
  ~ for more details.
 
14
  ~
 
15
  ~ You should have received a copy of the GNU General Public License along
 
16
  ~ with this program.  If not, see http://www.gnu.org/licenses/.
 
17
  ~
 
18
  ~ Please contact Eucalyptus Systems, Inc., 130 Castilian
 
19
  ~ Dr., Goleta, CA 93101 USA or visit http://www.eucalyptus.com/licenses/
 
20
  ~ if you need additional information or have any questions.
 
21
  ~
 
22
  ~ This file may incorporate work covered under the following copyright and
 
23
  ~ permission notice:
 
24
  ~
 
25
  ~   Software License Agreement (BSD License)
 
26
  ~
 
27
  ~   Copyright (c) 2008, Regents of the University of California
 
28
  ~   All rights reserved.
 
29
  ~
 
30
  ~   Redistribution and use of this software in source and binary forms, with
 
31
  ~   or without modification, are permitted provided that the following
 
32
  ~   conditions are met:
 
33
  ~
 
34
  ~     Redistributions of source code must retain the above copyright notice,
 
35
  ~     this list of conditions and the following disclaimer.
 
36
  ~
 
37
  ~     Redistributions in binary form must reproduce the above copyright
 
38
  ~     notice, this list of conditions and the following disclaimer in the
 
39
  ~     documentation and/or other materials provided with the distribution.
 
40
  ~
 
41
  ~   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
 
42
  ~   IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
 
43
  ~   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
 
44
  ~   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
 
45
  ~   OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
46
  ~   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
47
  ~   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
48
  ~   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
49
  ~   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
50
  ~   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 
51
  ~   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. USERS OF
 
52
  ~   THIS SOFTWARE ACKNOWLEDGE THE POSSIBLE PRESENCE OF OTHER OPEN SOURCE
 
53
  ~   LICENSED MATERIAL, COPYRIGHTED MATERIAL OR PATENTED MATERIAL IN THIS
 
54
  ~   SOFTWARE, AND IF ANY SUCH MATERIAL IS DISCOVERED THE PARTY DISCOVERING
 
55
  ~   IT MAY INFORM DR. RICH WOLSKI AT THE UNIVERSITY OF CALIFORNIA, SANTA
 
56
  ~   BARBARA WHO WILL THEN ASCERTAIN THE MOST APPROPRIATE REMEDY, WHICH IN
 
57
  ~   THE REGENTS’ DISCRETION MAY INCLUDE, WITHOUT LIMITATION, REPLACEMENT
 
58
  ~   OF THE CODE SO IDENTIFIED, LICENSING OF THE CODE SO IDENTIFIED, OR
 
59
  ~   WITHDRAWAL OF THE CODE CAPABILITY TO THE EXTENT NEEDED TO COMPLY WITH
 
60
  ~   ANY SUCH LICENSES OR RIGHTS.
 
61
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
62
  ~ Author: chris grzegorczyk grze@eucalyptus.com
 
63
  -->
 
64
<binding force-classes="true" add-constructors="true" xmlns:tns="http://ec2.amazonaws.com/doc/2009-07-15/" name="ec2_amazonaws_com_doc_2009_07_15">
 
65
    <namespace uri="http://ec2.amazonaws.com/doc/2009-07-15/" default="elements"/>
 
66
    <include path="aws-base.xml"/>
 
67
    <include path="aws-instances.xml"/>
 
68
    <include path="aws-images.xml"/>
 
69
    <include path="aws-image-attr.xml"/>
 
70
    <include path="aws-ips.xml"/>
 
71
    <include path="aws-keypairs.xml"/>
 
72
    <include path="aws-security.xml"/>
 
73
    <include path="aws-zones.xml"/>
 
74
    <include path="aws-ebs.xml"/>
 
75
    <include path="aws-vpc.xml"/>
 
76
    <include path="aws-unimplemented.xml"/>
 
77
</binding>