OW2 Consortium elastic-grid

Rev

Rev 507 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 jeje 1
<?xml version="1.0" encoding="UTF-8"?>
332 jeje 2
<!--
3
 
182 jeje 4
    Elastic Grid
530 jeje 5
    Copyright (C) 2008-2010 Elastic Grid, LLC.
6
 
182 jeje 7
    This program is free software: you can redistribute it and/or modify
8
    it under the terms of the GNU Affero General Public License as
55 jeje 9
    published by the Free Software Foundation, either version 3 of the
182 jeje 10
    License, or (at your option) any later version.
530 jeje 11
 
182 jeje 12
    This program is distributed in the hope that it will be useful,
55 jeje 13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
182 jeje 15
    GNU Affero General Public License for more details.
530 jeje 16
 
182 jeje 17
    You should have received a copy of the GNU Affero General Public License
332 jeje 18
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
 
20
-->
2 jeje 21
<!--
22
 Define the Amazon EC2 platform
23
-->
24
 
25
<platform>
26
 
27
    <capability name="Amazon EC2" common="yes">
28
        <description>Amazon EC2</description>
29
        <version>1.0</version>
30
        <manufacturer>Amazon</manufacturer>
507 jeje 31
	    <classpath>${RIO_HOME}/deploy/elastic-grid/lib/amazon-ec2-provisioner-${pom.version}.jar</classpath>
2 jeje 32
	    <costmodel>com.kalixia.partners.amazon.ec2.core.EC2CostModel</costmodel>
33
    </capability>
34
 
35
</platform>