Changeset 9
- Timestamp:
- 07/31/08 17:33:45 (4 years ago)
- Files:
-
- 1 modified
-
trunk/ebuild/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ebuild/build.xml
r8 r9 16 16 target: default 17 17 ================================= --> 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"> 19 19 20 20 <eclipse_build_list rootdir="${workspace}" entry_project="${project}" result="projects" />
