Due to a server move, the upload-to-account has changed.
| 571 | 572 | |
|---|---|---|
| 321 | 321 | <target name="apps" depends="tar,scripting,osx,exe,dmg" /> |
| 322 | 322 | |
| 323 | 323 | <target name="release" depends="apps" description="Build for a full release."> |
| 324 | <property name="server.path" value="cyberfox@jbidwatcher.com:www/htdocs/rdl" /> | |
| 324 | <property name="server.path" value="jbidwatcher@jbidwatcher.com:www/htdocs/rdl" /> | |
| 325 | 325 | <antcall target="upload" /> |
| 326 | 326 | </target> |
| 327 | 327 | |
| 328 | 328 | <target name="beta" depends="apps" description="Build for a pre-release version."> |
| 329 | <property name="server.path" value="cyberfox@jbidwatcher.com:www/htdocs/beta" /> | |
| 329 | <property name="server.path" value="jbidwatcher@jbidwatcher.com:www/htdocs/beta" /> | |
| 330 | 330 | <antcall target="upload" /> |
| 331 | 331 | </target> |
| 332 | 332 | |
| 333 | 333 | <target name="alpha" depends="apps" description="Build for an alpha or beta version."> |
| 334 | <property name="server.path" value="cyberfox@jbidwatcher.com:www/htdocs/alpha" /> | |
| 334 | <property name="server.path" value="jbidwatcher@jbidwatcher.com:www/htdocs/alpha" /> | |
| 335 | 335 | <antcall target="upload" /> |
| 336 | 336 | </target> |
| 337 | 337 | |
