Changeset 1004 for trunk/build.xml


Ignore:
Timestamp:
03/05/16 18:46:35 (8 years ago)
Author:
davidb
Message:

Changed to making the portable jar version of Expeditee target the one that is the default name 'jar', the one that needs to be in the right currrent working directory is now 'jar-cwd'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r995 r1004  
    119119
    120120       
    121         <target depends="build" name="jar">
     121        <target depends="build" name="jar-cwd"> <!-- version to run if current working directory (cwd) same as jar -->
    122122                <jar destfile="${dist.dir.exp}/${dist.filename.exp}" manifest="${manifest.path.exp}">
    123123                        <manifest>
     
    130130                </jar>
    131131        </target>
    132         <target depends="build" name="portablejar">
     132        <target depends="build" name="jar"> <!-- self-contained, portable jar -->
    133133                <jar destfile="${dist.dir.exp}/${dist.filename.exp}" filesetmanifest="mergewithoutmain">
    134134                        <manifest>
Note: See TracChangeset for help on using the changeset viewer.