~gryle-devel/gryle/trunk-deleted

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Chris Lamb
  • Date: 2007-01-14 00:27:09 UTC
  • mfrom: (1.2.16 gryle)
  • mto: (1.2.27 gryle)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: chris@chris-lamb.co.uk-20070114002709-v1qcpzkhxlhyl4sc
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        </target>
26
26
 
27
27
    <!-- Build -->
28
 
    <target name="build" depends="clean" description="Build Gryle">
 
28
    <target name="build" depends="" description="Build Gryle">
29
29
                <mkdir dir="${bin}"/>
30
30
        <javac debug="true" debuglevel="source,lines,vars" destdir="bin" source="1.5" target="1.5">
31
31
            <src path="${src}"/>
56
56
        </target>
57
57
 
58
58
        <!-- Dist -->
59
 
        <target name="dist" depends="jars" description="Generate distribution tarballs">
 
59
        <target name="dist" depends="clean, jars" description="Generate distribution tarballs">
60
60
        <tar destfile="${dist}/gryle.tar">
61
61
            <tarfileset dir="." prefix="${distprefix}">
62
62
                <include name="COPYING"/>