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

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasCresson committed Jul 25, 2013
2 parents 5e54b71 + bcb9b46 commit 0f0f6e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/phing/deploy.properties.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ws.ftp.path=

#sFTP server
ws.sftp.host=
ws.sftp.port=
ws.sftp.user=
ws.sftp.password=
ws.sftp.path=
Expand All @@ -24,4 +25,4 @@ ws.sftp.path=
ws.webdav.host=
ws.webdav.user=
ws.webdav.password=
ws.webdav.uri=
ws.webdav.uri=
9 changes: 6 additions & 3 deletions dist/phing/deploy.xml
Original file line number Diff line number Diff line change
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 Expand Up @@ -62,7 +65,7 @@
user="${admin_user}"
password="${admin_password}"
action="create_repository"
params='--DISPLAY="sftp" --DRIVER=sftp --json_data={\"SERV\":\"${ws.sftp.host}\",\"PATH\":\"${ws.sftp.path}\",\"USER\":\"${ws.sftp.user}\",\"PASS\":\"${ws.sftp.password}\"}'/>
params='--DISPLAY="sftp" --DRIVER=sftp --json_data={\"SERV\":\"${ws.sftp.host}\",\"PATH\":\"${ws.sftp.path}\",\"USER\":\"${ws.sftp.user}\",\"PASS\":\"${ws.sftp.password}\",\"PORT\":\"${ws.sftp.port}\"}'/>

<ajaxplorer_sdk
cliPath="${cliPath}"
Expand Down

0 comments on commit 0f0f6e6

Please sign in to comment.