blob: 2218750c9be86a891b6d362260c9a95de9c6b9c8 [file] [log] [blame]
<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>