| <project | |
| name="Build All Repos" | |
| default="all" | |
| basedir="."> | |
| <target name="all"> | |
| <!--call to generate pde, rcp 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" /> | |
| </target> | |
| </project> | |