avatar

572

Due to a server move, the upload-to-account has changed.

by mrs, 24 Jul, 2008 09:37 AM
571 572  
321321   <target name="apps" depends="tar,scripting,osx,exe,dmg" />
322322 
323323   <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" />
325325     <antcall target="upload" />
326326   </target>
327327 
328328   <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" />
330330     <antcall target="upload" />
331331   </target>
332332 
333333   <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" />
335335     <antcall target="upload" />
336336   </target>
337337