Changeset 15082


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

Location:
trunk/abcl
Files:
2 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}"/>
  • trunk/abcl/etc/ant/build-snapshot.xml

    r15070 r15082  
    22
    33<target name="abcl.snapshot"
    4         depends="abcl.release,abcl.diagnostic,abcl.version,abcl"
     4        depends="abcl.release,abcl.diagnostic,abcl"
    55        description="Introspect and dump the current build and
    66  (presumed ) runtime targets as binary executable JVM objects.">
     
    2222</target>
    2323
    24 <target name="abcl.version" depends="abcl.stamp,abcl.version.hg"/>
     24<!-- <target name="abcl.version" depends="abcl.stamp,abcl.version.hg"/> -->
    2525
    2626<!-- Introspect for other versioning systems if we haven't determined an upstream SVN version -->
Note: See TracChangeset for help on using the changeset viewer.