Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/buildLib.ant')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/buildLib.ant47
1 files changed, 0 insertions, 47 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/buildLib.ant b/plugins/org.eclipse.emf.cdo.releng.help/buildLib.ant
deleted file mode 100644
index 2d701e4a24..0000000000
--- a/plugins/org.eclipse.emf.cdo.releng.help/buildLib.ant
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!--
- Copyright (c) 2014-2016 Eike Stepper (Berlin, Germany) and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Eike Stepper - initial API and implementation
--->
-<project name="JavaDocLib" default="delegate">
-
- <!-- =========================================== -->
- <!-- THIS FILE HAS BEEN GENERATED, DO NOT CHANGE -->
- <!-- =========================================== -->
-
- <target name="org.eclipse.net4j.util.doc" unless="skip.org.eclipse.net4j.util.doc">
- <ant antfile="${plugins.dir}/org.eclipse.net4j.util.doc/build.xml" target="${delegate.target}" />
- </target>
-
- <target name="org.eclipse.net4j.doc" unless="skip.org.eclipse.net4j.doc">
- <ant antfile="${plugins.dir}/org.eclipse.net4j.doc/build.xml" target="${delegate.target}" />
- </target>
-
- <target name="org.eclipse.net4j.db.doc" unless="skip.org.eclipse.net4j.db.doc">
- <ant antfile="${plugins.dir}/org.eclipse.net4j.db.doc/build.xml" target="${delegate.target}" />
- </target>
-
- <target name="org.eclipse.emf.cdo.doc" unless="skip.org.eclipse.emf.cdo.doc">
- <ant antfile="${plugins.dir}/org.eclipse.emf.cdo.doc/build.xml" target="${delegate.target}" />
- </target>
-
- <target name="delegate" depends="org.eclipse.net4j.util.doc,org.eclipse.net4j.doc,org.eclipse.net4j.db.doc,org.eclipse.emf.cdo.doc" />
-
- <target name="toc">
- <concat destfile="${helpcenter.project}/html/toc.html">
- <path path="${releng.project}/html/tocHeader.html" />
- <path path="${plugins.dir}/org.eclipse.emf.cdo.doc/toc.html" />
- <path path="${plugins.dir}/org.eclipse.net4j.db.doc/toc.html" />
- <path path="${plugins.dir}/org.eclipse.net4j.doc/toc.html" />
- <path path="${plugins.dir}/org.eclipse.net4j.util.doc/toc.html" />
- <path path="${releng.project}/html/tocFooter.html" />
- </concat>
- </target>
-
-</project>

Back to the top