Changeset 9 for trunk/ebuild/build.xml

Show
Ignore:
Timestamp:
07/31/08 17:33:45 (4 years ago)
Author:
omry
Message:

added clean before build

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ebuild/build.xml

    r8 r9  
    1616          target: default               
    1717         ================================= --> 
    18         <target name="build_local" depends="setup" description="A generic ant build that can build (almost) any eclipse project"> 
     18        <target name="build_local" depends="setup,clean" description="A generic ant build that can build (almost) any eclipse project"> 
    1919 
    2020                <eclipse_build_list rootdir="${workspace}" entry_project="${project}" result="projects" />