Add back missing target
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9946364406
commit
bc7caf0f61
1 changed files with 10 additions and 0 deletions
|
@ -36,6 +36,16 @@
|
|||
</condition>
|
||||
</target>
|
||||
|
||||
<target name="install-dojo-nomaven" depends="check-dojo-installed" unless="already.installed">
|
||||
<mkdir dir="${basedir}/target/dojo-download/"/>
|
||||
<get src="http://download.dojotoolkit.org/release-${dojo.version}/dojo-release-${dojo.version}.zip"
|
||||
dest="${basedir}/target/dojo-download/dojo-release-${dojo.version}.zip"
|
||||
verbose="true"
|
||||
usetimestamp="true"/>
|
||||
<copy file="${basedir}/target/dojo-download/dojo-release-${dojo.version}.zip"
|
||||
tofile="${localRepository}/dojo/dojo/${dojo.version}/dojo-${dojo.version}.zip"/>
|
||||
</target>
|
||||
|
||||
<target name="unpack-dojo-files" depends="check-dojo-installed, check-dojo-unpacked" unless="already.unpacked">
|
||||
<fail message="dojo zip file not installed in local repository: ${localRepository}" unless="already.installed"/>
|
||||
<mkdir dir="${basedir}/target/dojo-unpack-temp/"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue