Skip to content

Commit

Permalink
build upload folder switch for test/live deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pollen8 committed Mar 29, 2013
1 parent e612b52 commit 52724bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -101,12 +101,14 @@
<property name="ftp.updatedir" value="${ftp.updatedir.test}" />
<property name="ftp.update.folder" value="${ftp.update.folder.test}" />
<property name="update.download_folder" value="${update.download_folder_test}" />
<property name="ftp.downloaddir" value="${ftp.downloaddir_test}" />
</then>
<else>
<property name="sql.downloads_table" value="${sql.downloads_table.live}" />
<property name="ftp.updatedir" value="${ftp.updatedir.live}" />
<property name="ftp.update.folder" value="${ftp.update.folder.live}" />
<property name="update.download_folder" value="${update.download_folder_live}" />
<property name="ftp.downloaddir" value="${ftp.downloaddir_live}" />
</else>
</if>
<echo>${sql.downloads_table} ${ftp.updatedir} ${ftp.update.folder}</echo>
Expand Down

0 comments on commit 52724bb

Please sign in to comment.