| <project name="Build All Repos" default="all" basedir="."> | |
| <target name="all"> | |
| <!--call to generate pde, rcp, cvs and jdt repos --> | |
| <ant antfile="${eclipse.build.configs}/repos/build.xml" /> | |
| <ant antfile="${eclipse.build.configs}/repos/platformrepo.xml" /> | |
| <ant antfile="${eclipse.build.configs}/repos/rcprepo.xml" /> | |
| <ant antfile="${eclipse.build.configs}/rcp.deltapack/build.xml" /> | |
| </target> | |
| </project> | |