Changeset 631


Ignore:
Timestamp:
08/17/10 18:40:31 (14 years ago)
Author:
vronk
Message:

added target: 'deploy-local'
which is previous 'archive' (putting the war on local deploy.dir)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/build.xml

    r466 r631  
    105105        -->
    106106
    107         <target name="archive" depends="build" description="Create binary archive of all files in dist.home">
     107        <target name="deploy-local" depends="build" description="Create binary archive of all files in dist.home and put in tomcat/webapps">
    108108               
    109109                <mkdir     dir="${dist.home}" />
     
    118118        </target>       
    119119       
     120        <target name="archive" depends="build" description="Create binary archive of all files in dist.home">
     121                       
     122                        <mkdir     dir="${dist.home}" />
     123                       
     124                        <!-- Create application WAR file -->
     125                    <jar jarfile="${dist.home}/${app.name}.war"
     126                                        basedir="${build.home}" />
     127                </target>       
    120128       
    121129 
Note: See TracChangeset for help on using the changeset viewer.