Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
now getting the file "jumploader_z.jar" and putting it into the plugi…
Browse files Browse the repository at this point in the history
…n folder
  • Loading branch information
root committed Jul 24, 2013
1 parent 7c5c2cc commit bcb9b46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dist/phing/deploy.xml
Expand Up @@ -25,8 +25,11 @@
</if>
<property name="cliPath" value="${installPath}/ajaxplorer-latest"/>
<touch file="${cliPath}/data/cache/diag_result.php"/>

<echo message="**** Creating all workspaces"/>

<echo message="**** Getting jumploader_z.jar"/>
<httpget url="http://jumploader.com/jumploader_z.jar" dir="${installPath}/ajaxplorer-latest/plugins/uploader.jumploader/" filename="jumploader_z.jar"/>

<echo message="**** Creating all workspaces"/>

<!-- RUN FIRST INSTALL -->
<ajaxplorer_sdk
Expand Down

0 comments on commit bcb9b46

Please sign in to comment.