2012-01-18 01:07:21 -05: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.
|
|
|
|
|
2012-10-31 17:07:55 -04: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">
|
2012-01-18 01:07:21 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>jclouds-project</artifactId>
|
|
|
|
<groupId>org.jclouds</groupId>
|
2012-09-17 04:43:52 -04:00
|
|
|
<version>1.6.0-SNAPSHOT</version>
|
2012-01-18 01:07:21 -05: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 19:38:11 -05:00
|
|
|
<module>virtualbox</module>
|
2012-02-06 00:55:39 -05:00
|
|
|
<module>vcloud-director</module>
|
2012-02-24 06:55:55 -05:00
|
|
|
<module>opsource-servers</module>
|
2012-03-03 15:00:48 -05:00
|
|
|
<module>elb</module>
|
|
|
|
<module>aws-elb</module>
|
2012-03-05 20:01:19 -05:00
|
|
|
<module>savvis-symphonyvpdc</module>
|
2012-04-10 07:39:28 -04:00
|
|
|
<module>dmtf</module>
|
2012-04-12 07:04:02 -04:00
|
|
|
<module>carrenza-vcloud-director</module>
|
2012-04-20 02:18:36 -04:00
|
|
|
<module>openstack-swift</module>
|
2012-04-24 13:54:03 -04:00
|
|
|
<module>jenkins</module>
|
2012-04-24 20:38:39 -04:00
|
|
|
<module>cdmi</module>
|
2012-07-10 15:01:03 -04:00
|
|
|
<module>joyent-cloudapi</module>
|
2012-06-13 19:13:33 -04:00
|
|
|
<module>joyentcloud</module>
|
2012-11-10 23:02:00 -05:00
|
|
|
<module>google-compute</module>
|
2012-06-13 01:50:36 -04:00
|
|
|
<module>greenqloud-compute</module>
|
2012-06-13 02:08:53 -04:00
|
|
|
<module>greenqloud-storage</module>
|
2012-06-24 14:48:05 -04:00
|
|
|
<module>iam</module>
|
|
|
|
<module>aws-iam</module>
|
2012-06-26 01:03:54 -04:00
|
|
|
<module>nodepool</module>
|
2012-07-11 03:09:05 -04:00
|
|
|
<module>rds</module>
|
|
|
|
<module>aws-rds</module>
|
2012-07-16 11:58:22 -04:00
|
|
|
<module>smartos-ssh</module>
|
2012-08-02 20:43:38 -04:00
|
|
|
<module>cloudstack-ec2</module>
|
2012-09-01 16:02:19 -04:00
|
|
|
<module>azure-management</module>
|
2012-08-11 22:14:24 -04:00
|
|
|
<module>fgcp</module>
|
|
|
|
<module>fgcp-au</module>
|
|
|
|
<module>fgcp-de</module>
|
2012-08-29 06:55:40 -04:00
|
|
|
<module>abiquo</module>
|
2012-10-28 04:03:26 -04:00
|
|
|
<module>oauth</module>
|
2012-11-08 17:08:00 -05:00
|
|
|
<module>openstack-quantum</module>
|
|
|
|
<module>openstack-glance</module>
|
2012-10-28 04:03:26 -04:00
|
|
|
</modules>
|
2012-01-18 01:07:21 -05:00
|
|
|
</project>
|