Changeset 28135 for main/trunk/ant-tasks


Ignore:
Timestamp:
2013-08-26T17:25:57+12:00 (11 years ago)
Author:
davidb
Message:

Include crypt.jar to simplify compiling

Location:
main/trunk/ant-tasks
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/ant-tasks/build.xml

    r20204 r28135  
    11<project name="compile-ant-tasks" default="compile">
     2
     3        <!-- This file originally required the user to specify where to
     4             find a version 'crypt.jar' on the command-line through a '-D'
     5             argument.  To simplify things, the 'lib' folder has now been
     6             added, and a version of 'crypt.jar' stored there.  So now we
     7             can set the property directly in this build.xml. 
     8
     9         Leaving the more complicated testing targets in for now in case
     10         it turns out there is a good reason why it was done this way in
     11         the first place
     12      -->
     13
     14        <property name="crypt.jar" value="lib/crypt.jar"/>
    215
    316    <condition property="libs.set">
Note: See TracChangeset for help on using the changeset viewer.