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.

summaryrefslogtreecommitdiffstats
blob: bd3f8a3b2f9f5a54d681af899699436be676c54e (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<project name="project" default="default">
	<target name="default">
		<ant antfile="buildJavadoc.xml" dir="${basedir}"/>
		<ant antfile="buildExtDocs.xml" dir="${basedir}"/>
	</target>
</project>

Back to the top