Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 6c1e7f0fcb6e438d2a17f3ce81db475be97a4f64 (plain) (blame)
1
2
3
4
5
<project default="all">
	<target name="all">
		<ant antfile="../org.eclipse.modisco.doc/doc-build.xml"></ant>
	</target>
</project>

Back to the top