simplified usage

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2508 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-12-23 06:26:56 +00:00
parent 7c2f281d64
commit 953d480ce0
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<project name="compute" default="list" basedir="." xmlns:artifact="antlib:org.apache.maven.artifact.ant"> <project name="compute" default="list" basedir="." xmlns:artifact="urn:maven-artifact-ant">
<path id="maven-ant-tasks.classpath" path="maven-ant-tasks-2.1.0.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant"
classpathref="maven-ant-tasks.classpath"/>
<artifact:localRepository id="local.repository" path="${user.home}/.m2/repository" /> <artifact:localRepository id="local.repository" path="${user.home}/.m2/repository" />
<artifact:remoteRepository id="jclouds-snapshot.repository" url="http://jclouds.rimuhosting.com/maven2/snapshots" /> <artifact:remoteRepository id="jclouds-snapshot.repository" url="http://jclouds.rimuhosting.com/maven2/snapshots" />