Formatting

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2454 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2009-12-17 15:22:42 +00:00
parent e5d745049f
commit 489930ad1e
1 changed files with 1 additions and 2 deletions

View File

@ -26,13 +26,13 @@
====================================================================
-->
<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>
<modelVersion>4.0.0</modelVersion>
<artifactId>jclouds-extensions-project</artifactId>
<packaging>pom</packaging>
<name>jclouds extensions project</name>
@ -57,6 +57,5 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>