Changeset 313 for trunk/build.xml

Show
Ignore:
Timestamp:
02/23/10 20:27:48 (2 years ago)
Author:
martijn
Message:

Various fixes to buildsystem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r308 r313  
    2626        </macrodef> 
    2727 
    28   <target name="dist" depends="doc"> 
     28  <target name="build"> 
     29                <iterate target="dist"/> 
     30        </target> 
     31 
     32  <target name="dist" depends="doc, build"> 
    2933                <iterate target="dist"/> 
    3034         
     
    5963                        <include name="org.bridgedb/version.props"/> 
    6064                        <include name="**/build.xml"/> 
    61                         <include name="org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/filterconversion.txt"/> 
     65                        <include name="org.bridgedb.webservice.biomart/src/org/bridgedb/webservice/biomart/util/filterconversion.txt"/> 
    6266                        <include name="resources/*"/> 
    6367                        <include name="**/*.java"/> 
     
    7882  <target name="clean"> 
    7983                <iterate target="clean"/> 
     84                <delete dir="apidoc"/> 
    8085  </target> 
    8186 
     
    8691  <target name="dist-clean"> 
    8792                <iterate target="dist-clean"/> 
     93                <delete dir="apidoc"/> 
     94                <delete dir="dist"/> 
    8895  </target> 
    8996