Changeset 15082 for trunk/abcl/build.xml


Ignore:
Timestamp:
06/11/17 10:44:37 (6 years ago)
Author:
Mark Evenson
Message:

Fix the Ant build; redid source distribution with this change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r15079 r15082  
    218218      <include name="build.xml"/>
    219219      <include name="abcl.properties.in"/> <!--TODO: massage into abcl.properties at build-time -->
    220       <include name="abcl.bat"/>
     220      <include name="abcl.in"/>
    221221      <include name="abcl.bat.in"/>
     222      <include name="etc/ant/*.xml"/>
    222223    </patternset>
    223224
     
    509510    </target>
    510511
    511     <target name="abcl-aio.jar" depends="abcl.compile,abcl.version">
     512    <target name="abcl-aio.jar" depends="abcl.compile,abcl.stamp">
    512513      <mkdir dir="${dist.dir}"/>
    513514      <jar destfile="${abcl-aio.jar.path}"
     
    766767      <include name="customizations.lisp.in"/>
    767768
     769      <include name="etc/ant/*.xml"/>
     770
    768771    </patternset>
    769772
     
    777780    </patternset>
    778781
    779     <target name="abcl.source.prepare" depends="abcl.stamp.version">
     782    <target name="abcl.source.prepare" depends="abcl.stamp">
    780783      <property name="abcl.build.src.dir"
    781784                value="${build.dir}/abcl-src-${abcl.version}"/>
Note: See TracChangeset for help on using the changeset viewer.