2011-01-02 03:54:25 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
Licensed to jclouds, Inc. (jclouds) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. jclouds 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
|
2011-01-02 03:54:25 -05:00
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-01-02 03:54:25 -05:00
|
|
|
|
2011-08-16 21:14:30 -04:00
|
|
|
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.
|
2011-01-02 03:54:25 -05:00
|
|
|
|
|
|
|
-->
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>jclouds-project</artifactId>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2012-02-04 14:06:07 -05:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2011-01-02 03:54:25 -05:00
|
|
|
<relativePath>../project/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.jclouds.api</groupId>
|
|
|
|
<artifactId>jclouds-apis-project</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>jclouds apis project</name>
|
|
|
|
<modules>
|
2011-01-02 04:14:20 -05:00
|
|
|
<module>filesystem</module>
|
2011-01-31 13:45:00 -05:00
|
|
|
<module>byon</module>
|
2011-01-02 07:31:41 -05:00
|
|
|
<module>s3</module>
|
|
|
|
<module>ec2</module>
|
2011-04-04 06:09:36 -04:00
|
|
|
<module>deltacloud</module>
|
2011-01-05 05:27:17 -05:00
|
|
|
<module>walrus</module>
|
2011-01-06 17:35:10 -05:00
|
|
|
<module>eucalyptus</module>
|
2011-01-09 14:49:59 -05:00
|
|
|
<module>swift</module>
|
2011-01-08 13:46:54 -05:00
|
|
|
<module>cloudfiles</module>
|
|
|
|
<module>cloudservers</module>
|
2011-11-11 04:43:26 -05:00
|
|
|
<module>cloudloadbalancers</module>
|
2011-01-09 15:44:52 -05:00
|
|
|
<module>vcloud</module>
|
2011-01-10 01:24:41 -05:00
|
|
|
<module>elasticstack</module>
|
2011-01-16 16:45:11 -05:00
|
|
|
<module>atmos</module>
|
2011-04-27 11:24:03 -04:00
|
|
|
<module>nova</module>
|
2012-03-23 00:42:22 -04:00
|
|
|
<module>openstack-nova</module>
|
2012-04-03 03:06:00 -04:00
|
|
|
<module>openstack-nova-ec2</module>
|
2011-09-16 18:36:29 -04:00
|
|
|
<module>cloudwatch</module>
|
2011-10-06 21:59:23 -04:00
|
|
|
<module>cloudsigma</module>
|
2011-11-14 12:29:45 -05:00
|
|
|
<module>cloudstack</module>
|
2011-01-02 03:54:25 -05:00
|
|
|
</modules>
|
|
|
|
</project>
|