Changeset 1718

Show
Ignore:
Timestamp:
08/16/08 13:43:52 (5 months ago)
Author:
lmajano
Message:

More ant updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/ant/framework/build.xml

    r1609 r1718  
    2828        <target name="init" description="Init"> 
    2929                <!-- Version --> 
    30                 <input addproperty="coldbox.version" message="Version" />                
     30                <input addproperty="coldbox.version" message="ColdBox Version" />        
     31                <input addproperty="dashboard.version" message="Dashboard Version" /> 
    3132        </target> 
    3233         
     
    4546                remotedir="${ftp.remotedir}" passive="yes" verbose="yes"> 
    4647                <fileset file="${dir.exports}/coldbox_${coldbox.version}.zip" /> 
     48                        <fileset file="${dir.exports}/coldbox_standalone_${coldbox.version}.zip" /> 
     49                        <fileset file="${dir.exports}/dashboard_${dashboard.version}.zip" /> 
    4750        </ftp>           
    4851        </target> 
     
    102105                </zip>   
    103106                 
     107                <!-- Zip Dashboard --> 
     108                <zip destfile="${dir.exports}/dashboard_${dashboard.version}.zip" basedir="${dir.build}" includes="dashboard/**">                                                                
     109                </zip> 
     110                 
    104111    </target> 
    105112 

Copyright 2006 ColdBox Framework by Luis Majano