2012-01-17 22:07:21 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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>
|
2012-09-17 00:25:49 -07:00
|
|
|
<version>1.5.1-SNAPSHOT</version>
|
2012-01-17 22:07:21 -08:00
|
|
|
<relativePath>../project/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.jclouds.labs</groupId>
|
|
|
|
<artifactId>jclouds-labs-project</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>jclouds labs project</name>
|
|
|
|
<modules>
|
2012-01-30 16:38:11 -08:00
|
|
|
<module>virtualbox</module>
|
2012-02-05 21:55:39 -08:00
|
|
|
<module>vcloud-director</module>
|
2012-02-24 13:55:55 +02:00
|
|
|
<module>opsource-servers</module>
|
2012-03-03 12:00:48 -08:00
|
|
|
<module>elb</module>
|
|
|
|
<module>aws-elb</module>
|
2012-03-05 17:01:19 -08:00
|
|
|
<module>savvis-symphonyvpdc</module>
|
2012-04-10 12:39:28 +01:00
|
|
|
<module>dmtf</module>
|
2012-04-12 12:04:02 +01:00
|
|
|
<module>carrenza-vcloud-director</module>
|
2012-04-19 23:18:36 -07:00
|
|
|
<module>openstack-swift</module>
|
2012-04-24 10:54:03 -07:00
|
|
|
<module>jenkins</module>
|
2012-04-24 17:38:39 -07:00
|
|
|
<module>cdmi</module>
|
2012-04-25 13:04:51 -07:00
|
|
|
<module>openstack-glance</module>
|
2012-07-10 12:01:03 -07:00
|
|
|
<module>joyent-cloudapi</module>
|
2012-06-13 19:13:33 -04:00
|
|
|
<module>joyentcloud</module>
|
2012-06-01 15:46:14 +01:00
|
|
|
<module>openstack-quantum</module>
|
2012-06-12 22:50:36 -07:00
|
|
|
<module>greenqloud-compute</module>
|
2012-06-12 23:08:53 -07:00
|
|
|
<module>greenqloud-storage</module>
|
2012-06-24 11:48:05 -07:00
|
|
|
<module>iam</module>
|
|
|
|
<module>aws-iam</module>
|
2012-06-25 22:03:54 -07:00
|
|
|
<module>nodepool</module>
|
2012-07-11 00:09:05 -07:00
|
|
|
<module>rds</module>
|
|
|
|
<module>aws-rds</module>
|
2012-07-16 16:58:22 +01:00
|
|
|
<module>smartos-ssh</module>
|
2012-08-02 17:43:38 -07:00
|
|
|
<module>cloudstack-ec2</module>
|
2012-09-01 13:02:19 -07:00
|
|
|
<module>azure-management</module>
|
2012-08-12 12:14:24 +10:00
|
|
|
<module>fgcp</module>
|
|
|
|
<module>fgcp-au</module>
|
|
|
|
<module>fgcp-de</module>
|
2012-08-29 12:55:40 +02:00
|
|
|
<module>abiquo</module>
|
2012-01-17 22:07:21 -08:00
|
|
|
</modules>
|
|
|
|
</project>
|