mirror of https://github.com/apache/jclouds.git
removed junk from the build.xml file
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2637 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
5b1a2da6a1
commit
674dfc0598
|
@ -20,15 +20,9 @@
|
|||
|
||||
-->
|
||||
<project xmlns:artifact="urn:maven-artifact-ant" name="cargooverssh" default="cargooverssh" basedir=".">
|
||||
<property name="host" value="204.51.114.84" />
|
||||
<property name="username" value="vcloud" />
|
||||
<property name="password" value="p4ssw0rd" />
|
||||
|
||||
<property file="build.properties" />
|
||||
<property name="password" value="" />
|
||||
<property name="keyfile" value="" />
|
||||
<input message="Please enter the ip or hostname of the ssh machine" addproperty="host"/>
|
||||
<input message="Please enter the user you will connect as" addproperty="username"/>
|
||||
|
||||
<!-- maven must be available before we use it -->
|
||||
<delete dir="build/cargo"/>
|
||||
|
|
Loading…
Reference in New Issue