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/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.