mirror of https://github.com/apache/jclouds.git
simplified usage
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2508 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
7c2f281d64
commit
953d480ce0
|
@ -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" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue