mirror of https://github.com/apache/jclouds.git
Formatting
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2447 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
0dc9f42502
commit
a9e00bab79
|
@ -1,6 +1,4 @@
|
|||
<!--
|
||||
|
||||
|
||||
Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.com>
|
||||
|
||||
====================================================================
|
||||
|
@ -21,7 +19,6 @@
|
|||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
====================================================================
|
||||
|
||||
-->
|
||||
<project name="compute" default="list" basedir="." xmlns:artifact="antlib:org.apache.maven.artifact.ant">
|
||||
<artifact:localRepository id="local.repository" path="${user.home}/.m2/repository" />
|
||||
|
@ -47,19 +44,19 @@
|
|||
</target>
|
||||
|
||||
<target name="clean">
|
||||
<compute action="destroy" provider="${jclouds.compute.url}" >
|
||||
<server name="${jclouds.compute.servername}"/>
|
||||
<compute action="destroy" provider="${jclouds.compute.url}">
|
||||
<server name="${jclouds.compute.servername}" />
|
||||
</compute>
|
||||
</target>
|
||||
|
||||
<target name="get">
|
||||
<compute action="get" provider="${jclouds.compute.url}" >
|
||||
<server name="${jclouds.compute.servername}"/>
|
||||
<compute action="get" provider="${jclouds.compute.url}">
|
||||
<server name="${jclouds.compute.servername}" />
|
||||
</compute>
|
||||
</target>
|
||||
|
||||
<target name="create">
|
||||
<compute action="create" provider="${jclouds.compute.url}" >
|
||||
<compute action="create" provider="${jclouds.compute.url}">
|
||||
<server name="${jclouds.compute.servername}" image="CENTOS_53" profile="SMALLEST" />
|
||||
</compute>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue