Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c5fbaf715f783b483a51b265c2ff3f57418bb76e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<project name="JavaDocLib" default="delegate" basedir="..">

	<!-- =========================================== -->
	<!-- THIS FILE HAS BEEN GENERATED, DO NOT CHANGE -->
	<!-- =========================================== -->

	<target name="delegate">
		<ant antfile="plugins/org.eclipse.net4j.util.doc/build.xml" target="${delegate.target}" />
		<ant antfile="plugins/org.eclipse.emf.cdo.releng.version.doc/build.xml" target="${delegate.target}" />
		<ant antfile="plugins/org.eclipse.net4j.db.doc/build.xml" target="${delegate.target}" />
		<ant antfile="plugins/org.eclipse.net4j.doc/build.xml" target="${delegate.target}" />
		<ant antfile="plugins/org.eclipse.emf.cdo.doc/build.xml" target="${delegate.target}" />
		<ant antfile="plugins/org.eclipse.emf.cdo.releng.help/build.xml" target="${delegate.target}" />
	</target>

	<target name="toc">
		<concat destfile="plugins/org.eclipse.emf.cdo.releng/help/toc.html">
			<path path="plugins/org.eclipse.emf.cdo.releng.doc/help/tocHeader.html" />
			<path path="plugins/org.eclipse.emf.cdo.releng.help/toc.html" />
			<path path="plugins/org.eclipse.emf.cdo.doc/toc.html" />
			<path path="plugins/org.eclipse.net4j.doc/toc.html" />
			<path path="plugins/org.eclipse.net4j.db.doc/toc.html" />
			<path path="plugins/org.eclipse.emf.cdo.releng.version.doc/toc.html" />
			<path path="plugins/org.eclipse.net4j.util.doc/toc.html" />
			<path path="plugins/org.eclipse.emf.cdo.releng.doc/help/tocFooter.html" />
		</concat>
	</target>

</project>

Back to the top