2011-01-02 03:54:25 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
|
|
Copyright (C) 2010 Cloud Conscious, LLC. <info@cloudconscious.com>
|
|
|
|
|
|
|
|
====================================================================
|
|
|
|
Licensed 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.
|
|
|
|
====================================================================
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<relativePath>../project/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.jclouds.provider</groupId>
|
|
|
|
<artifactId>jclouds-providers-project</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>jclouds providers project</name>
|
|
|
|
<modules>
|
2011-01-02 05:11:27 -05:00
|
|
|
<module>gogrid</module>
|
2011-01-02 05:45:07 -05:00
|
|
|
<module>slicehost</module>
|
2011-01-02 04:37:04 -05:00
|
|
|
<module>cloudsigma</module>
|
2011-01-16 20:06:34 -05:00
|
|
|
<module>azureblob</module>
|
2011-01-04 14:05:49 -05:00
|
|
|
<module>aws-elb</module>
|
2011-01-04 17:05:26 -05:00
|
|
|
<module>aws-s3</module>
|
2011-01-05 16:27:46 -05:00
|
|
|
<module>aws-ec2</module>
|
2011-01-04 17:41:38 -05:00
|
|
|
<module>googlestorage</module>
|
2011-01-04 18:42:41 -05:00
|
|
|
<module>scaleup-storage</module>
|
2011-01-16 17:23:13 -05:00
|
|
|
<module>synaptic-storage</module>
|
2011-01-16 17:38:41 -05:00
|
|
|
<module>cloudonestorage</module>
|
2011-01-05 05:27:17 -05:00
|
|
|
<module>ecc-s3</module>
|
2011-01-06 17:35:10 -05:00
|
|
|
<module>ecc-ec2</module>
|
2011-01-08 18:59:48 -05:00
|
|
|
<module>cloudservers-us</module>
|
|
|
|
<module>cloudservers-uk</module>
|
|
|
|
<module>cloudfiles-us</module>
|
|
|
|
<module>cloudfiles-uk</module>
|
2011-01-09 15:44:52 -05:00
|
|
|
<module>bluelock-vcdirector</module>
|
2011-01-09 20:52:48 -05:00
|
|
|
<module>trmk-ecloud</module>
|
|
|
|
<module>trmk-vcloudexpress</module>
|
2011-01-10 01:24:41 -05:00
|
|
|
<module>elastichosts-lon-p</module>
|
|
|
|
<module>elastichosts-sat-p</module>
|
|
|
|
<module>elastichosts-lon-b</module>
|
|
|
|
<module>openhosting-east1</module>
|
|
|
|
<module>serverlove-z1-man</module>
|
|
|
|
<module>skalicloud-sdg-my</module>
|
2011-01-02 03:54:25 -05:00
|
|
|
</modules>
|
|
|
|
</project>
|